-
Notifications
You must be signed in to change notification settings - Fork 47
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
Personal-Profile Katherine Fitzpatrick #25
base: master
Are you sure you want to change the base?
Conversation
Personal Portfolio SiteWhat We're Looking For
|
<link href="https://fonts.googleapis.com/css?family=Rock+Salt" rel="stylesheet"> | ||
<link href="styles/portfolio.css" rel="stylesheet"> | ||
<link href="styles/styles.css" rel="stylesheet"> | ||
<link href="styles/normalize.css" rel="normalize"> |
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.
normalize
is not a relationship, that should be stylesheet
</section> | ||
<footer class = "column-layout"> | ||
<ul> | ||
<li <a href="#" class="fa fa-facebook"></a></li> |
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.
The list items here are broken
<link href="styles/normalize.css" rel="normalize"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
</head> | ||
<body1> |
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.
misspelled body
element
</section> | ||
</nav> | ||
<!-- Header --> | ||
<div class="header"> |
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.
Why not use a header
element?
<h1 id = "title">Hygee: Be Present with what you love</h1> | ||
</div> | ||
<!-- Photo Grid --> | ||
<div class="container"> |
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.
Why not use a main
element?
</nav> | ||
|
||
<!-- MAIN (Center website) --> | ||
<div class="main"> |
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.
Better to use a main
element
<!-- Photo Grid --> | ||
<div class="container"> | ||
<div class="photos"> | ||
<img src="images/IMG_0034.jpg" > |
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.
missing alt
attributes
<nav class = "nav"> | ||
<section class ="column-layout"> | ||
<section class = "maincolumn"> | ||
<h3> <a href="index.html" target="_blank">Home</a></h3> |
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.
Making the target="_blank"
for the links forces each link to open in a separate tag. Some people, myself included find this annoying.
Personal Portfolio Site
Congratulations! You're submitting your assignment!
Comprehension Questions