Skip to content

Leaves - Raisah #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Leaves - Raisah #37

wants to merge 9 commits into from

Conversation

raisahv
Copy link

@raisahv raisahv commented Sep 30, 2019

Personal Portfolio Site

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? Yes, I found that for the visual on my home page I had tried to nest a <li> element within an <a> element to make the whole list-item into a link. Unfortunately this did not pass the HTML validator test because the <li> must always be a child of <ul> or<ol>.
Why is it important to consider and use semantic HTML? It's important to use semantic HTML so that people who use screen readers to read websites have the appropriate indicators to be able to read and navigate through your website.
How did you decide to structure your CSS? I decided to structure my CSS by butting the least specific selectors at the top, and the most specific selectors at the end of the document.
What was the most challenging piece of this assignment? The most challenging piece of the assignment was getting the formatting to look how I wanted it to look. CSS Grid and Flexbox are each useful for some formatting structure, but usually cannot get the formatting exactly as I would like (in terms of spacing, ability to re-size as the window is re-sized, etc).
Describe one area that you gained more clarity on when completing this assignment I learned how to make links open in a new page, and how to format unordered lists in different ways.
Optional
Did you deploy to GitHub Pages? If so, what is the URL to your website? Yes, the url to my website is rvesteinsdottir.github.io.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant