-
Notifications
You must be signed in to change notification settings - Fork 36
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
Queues - Allison Northrop - Static Site #32
base: master
Are you sure you want to change the base?
Conversation
Static SiteWhat We're Looking For
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general: Nice job! I like the design, color scheme, and fonts you chose. I also like how the '@GN' logo has a fixed position. That's a nice level of continuity from page to page. With a few exceptions, you did a nice job with indentation - I know this sounds trivial, but trust me that this will help with debugging later on. Also, some languages (i.e. Python) require appropriate indentation for functionality, so this is a good habit to have right away. I wish you had made your links relative rather than absolute, since I can't just click through and see your site, and none of your images load. Also, while it really isn't necessary for this project, in the future, make sure you comment your code. That will make it much easier for you and other developers to read and debug. And git commit more often. Trust me - when you make a change and break something and cannot figure out what you did, having a recent commit to revert back to is a lifesaver!
CSS:
I noticed that you have "bottom_para" declared in a few files. Try to DRY this up. Nice job having "backup fonts" (cursive, serif), just in case your custom fonts don't load. Rather than explicitly declaring 'margin-left, margin-bottom' etc, maybe just do 'margin' and 'padding' and list all parameters on one line.
Page-by-page:
Index: I like how this page is set off from the rest, with the full-screen colored background and the white background behind your name. It's a nice contrast. I'm not sure that I would have made a nav bar of the 'About, Portfolio, Blog' links - I associate nav bars more with things in the header or footer, that are repeated from page to page. But that's mostly a style thing. Good use of semantic 'section' tags.
About: There's quite a bit of space between your final paragraph and the footer bar. Not sure if this was intentional.
Blog: Overall, I like it. Something you might want to consider if you run with this design for an actual page, though, is how the date published will fit into things. Will that be a part of the blog title? Will it appear at the bottom of each post? Formatting, etc.
Portfolio: Your footer on this page is different from the rest of the pages, with the spacing of the various links. Was this intentional? Overall, though, I like the layout.
Static Site
Congratulations! You're submitting your assignment!
Comprehension Questions