Skip to content
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

Earth - Lina #46

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

Earth - Lina #46

wants to merge 15 commits into from

Conversation

lina5147
Copy link

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? I was using lorem ipsum as fillers for some of my content and the validator showed an error for the html language. I had to change some of my pages from "en" to "zxx".
Why is it important to consider and use semantic HTML? It is important because it makes it easier for people and machines to read and understand the code. It gives it more structure, understanding the different sections of the page. It also makes it accessible for people who have disabilities. We want to make HTML equally accessible to all.
How did you decide to structure your CSS? I think I was a little wishy washy between using grid and flex. I was experimenting with both to see what the outcomes were. I used flex for the navigation bar. When I wanted to plot out specific content in certain areas, grid came in handy for my about me and portfolio page. For my journal page, structured the sections using flex box since I didn't need to have them in any particular order.
What was the most challenging piece of this assignment? I think the most challenging part of the assignment was aligning and placing sections of the project where you want them to be using flex or grid. After going through all of the content for flex and grid and then finally putting it to practice, there was a lot of trial and error, bunch of resizing, margin, padding and the list goes on and on.
Describe one area that you gained more clarity on when completing this assignment I gained more clarity about CSS selectors. It was a lot of trial and error on how to select different parts of the code in order to manipulate them and adding class and ID selectors to narrow in on specific sections I wanted to style.
Optional
Did you deploy to GitHub Pages? If so, what is the URL to your website?

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