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

Danielle Metzner - Personal Website #28

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

Conversation

danimetz
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? My Sections didn't have headers. Didn't know if this is always required for a section.
Why is it important to consider and use semantic HTML? The sections are labelled with appropriate sections
How did you decide to structure your CSS? I used a new CSS for each page. Looking back I would probably do one CSS for footers and navigators.
What was the most challenging piece of this assignment? Having enough time to make it look the way that I want it to look.
Describe one area that you gained more clarity on when completing this assignment Structuring the CSS files
Optional
Did you deploy to GitHub Pages? If so, what is the URL to your website? No
Overall

@dHelmgren
Copy link

Personal Portfolio Site

What We're Looking For

Feature Feedback
Baseline
Appropriate Git Usage I would like to see much more frequent commits. It can be challenging to build this into your workflow when starting with a new language or style of programming, but that's also when it's most useful to have a record of what you did and how you did it.
Answered comprehension questions I want to call out that semantic html is also useful for helping other people navigate you html, and useful for screen readers or google crawlers to make sense of your website.
Page fully loads most pages do, but your contact link is broken, and one of your images in mountain biking has a broken link.
No broken links (regular or images) One broken image, one broken link.
Includes at least 4 pages and styling I can only get to three. :(
HTML
Uses the high-level tags for organization: header, footer, main Yes!
Appropriately using semantic tags: section, article, etc. Yes, but I think you used section at times when article may have made more sense.
All images include alternate text No.
CSS
Using class and ID names in style declarations I saw classes but no ID's?
Style declarations are DRY Besides the fact that you didn't use a main.css to encapsulate CSS that applied to more than one page.
Overall I think this website is well on track. You have a few errors that stand out, particularly some broken links that wou;d be pretty easy to fix.

For this project, the instructors are giving a spot-check review. If you’d like a more in-depth review, please reach out to me!

</section>

<section>
<img src="image/Moab_slickrock.jpg" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found the image, but it looks like my computer care more about the case of the file extension. the file you saved has the extension ".JPG".

</section>

<section class = "gallery">
<div><img src="images/CB_401.jpg"/></div>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No alt text. :'(

font-weight: 700;
src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7F6iGmd8WD07oB-.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You use these fonts a lot, and if you moved them into a main.css you'd only have to load them once.

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