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

Pipes - Sarah Read-Brown - Static Site #47

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

Conversation

SRBusiness
Copy link

Static 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 didn't have any issues using normalize - beyond that I don't believe we were asked to use any other html validators?
Why is it important to consider and use semantic HTML? It creates uniformity that allows accessibility readers to successfully be able to read through sites content and help user. Semantic tags help further communicate the structure and intent of the content on sites which helps with accessibility and search engine performance. Additionally it provides clear and consistent structure and hooks for css styling.
How did you decide to structure your CSS? I used one main.css sheet that contained all of the styles I used for my main site, additionally this style sheet was applied to each of my other html files and conveyed the uniform styles that should be applied to the header and footer of each page. The main sections of the other html pages each had a corresponding style sheet that was linked in the header that added new styles or overrode the css of the main.css style sheet.
What was the most challenging piece of this assignment? Vertical centering is the hardest part of css for me so I used this website project as an opportunity to use two different methods (flexbox and blocks) to achieve vertical centering. I'm glad I learned flexbox, I think it will be a really powerful tool going forward.
Describe one area that you gained more clarity on when completing this assignment I became much more comfortable using the inspect and dev tools in the chrome browser. They are incredibly useful and allowed me to experiment with my css in the browser. It was really helpful to use them to learn more about how other people on the internet used html and css to get various styles and layouts to look good on their sitess

@droberts-sea
Copy link

Static Site

What We're Looking For

Feature Feedback
Baseline
Appropriate Git Usage yes
Answered comprehension questions yes
Page fully loads yes
No broken links (regular or images) yes
Includes at least 4 pages and styling yes
HTML
Uses the high-level tags for organization: header, footer, main yes
Appropriately using semantic tags: section, article, etc. yes
All images include alternate text yes
CSS
Using class and ID names in style declarations yes
Style declarations are DRY yes
Overall Site is attractive and easy to navigate - good work!

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.

2 participants