diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..9401b1690 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,22 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/about.html b/about.html index df1043036..6d6e889bb 100644 --- a/about.html +++ b/about.html @@ -1,11 +1,40 @@ -
- - -I am a stay-at-home mom to a wild little girl (pictured left). As much as I love being home with her, I am ready to get back to work and start my new career. After graduating from Angelo State University with a BA in Journalism in 2012, I bounced around from admin job to admin job. I never found a job that truly made me happy and excited to go to work. I am currently enrolled in Lambda School's Full Stack Web Development program. This class is the opportunity I have been waiting for to jumpstart my new career. I like a career path that allows growth and advancement and web development definitely offers that. I also creating and designing new things. +