-
Notifications
You must be signed in to change notification settings - Fork 44
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
Kayla Ecker - Carets #42
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.
The basic framework is done, but it could be filled out with more content. I left a few notes in the code.
<main> | ||
|
||
<section class="introduction"> | ||
<img class="profile-pic"/> |
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.
You need an alt
attribute.
</section> | ||
|
||
<section class="content"> | ||
<img /> |
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 an empty <img>
tag?
</section> | ||
|
||
<section class="content"> | ||
<img /> |
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.
huh?
<body> | ||
<header> | ||
<nav> | ||
<ul class = head1> |
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.
head1
here should be in quotes. You've done this in other places too.
|
||
<main> | ||
<p> | ||
<h2>Completed projects (with links/descr/images!) |
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.
Umm... there are no project links or images...
Static Site
Congratulations! You're submitting your assignment!
Comprehension Questions