diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 0342fd1e4..011fca475 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -4,10 +4,10 @@ Congratulations! You're submitting your assignment! ## Comprehension Questions Question | Answer :------------- | :------------- -Did you have to resolve any issues when running the HTML Validator? If so, what were they? | -Why is it important to consider and use semantic HTML? | -How did you decide to structure your CSS? | -What was the most challenging piece of this assignment? | -Describe one area that you gained more clarity on when completing this assignment | +Did you have to resolve any issues when running the HTML Validator? If so, what were they? | Yes, on my portfolio page the validator suggested that I add a header tag under the section tag. +Why is it important to consider and use semantic HTML? | To make your web page as accessible as possible. The overall concept of that makes sense, but I am worried I wasn't able to do that effectively. +How did you decide to structure your CSS? | A separate CSS file for each page, contained in a styles folder. +What was the most challenging piece of this assignment? | Honestly it was really difficult to just come up with idea of how I wanted my website to look. +Describe one area that you gained more clarity on when completing this assignment | EVERYTHING, I don't feel particularly comfortable with HTML/CSS so this was a nice learning opportunity and I hope that I can push myself further on the next frontend project. **Optional** | -Did you deploy to GitHub Pages? If so, what is the URL to your website? | +Did you deploy to GitHub Pages? If so, what is the URL to your website? | No I did not. diff --git a/images/AboutBG.JPG b/images/AboutBG.JPG new file mode 100644 index 000000000..562c97c88 Binary files /dev/null and b/images/AboutBG.JPG differ diff --git a/images/IndexBG.JPG b/images/IndexBG.JPG new file mode 100644 index 000000000..048c1307d Binary files /dev/null and b/images/IndexBG.JPG differ diff --git a/images/PortfolioBG.JPG b/images/PortfolioBG.JPG new file mode 100644 index 000000000..19b8754fb Binary files /dev/null and b/images/PortfolioBG.JPG differ diff --git a/pages/about.html b/pages/about.html index b4ae215c4..12e00c442 100644 --- a/pages/about.html +++ b/pages/about.html @@ -4,9 +4,48 @@ -
I am a current student at Ada Developer's Academy, currently expected to graduate in July 2022. I love math, programming, and cats!
+