-
Notifications
You must be signed in to change notification settings - Fork 954
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
Sapphire - Monica L & Charlie J #46
base: main
Are you sure you want to change the base?
Conversation
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.
Hi Charlie and Monica! I am so sorry for this late review, it's coming in... about three months late? I know a lot of things have changed since then.
Regardless, good work on this project. You all practiced semantic HTML and some CSS styling and met all of the project requirements. I appreciate the work!
<img alt= "" src="" > | ||
|
||
<img alt= "" src="" > | ||
|
||
<img alt= "" src="" > |
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.
Hmmm, what happened here? :O
<section class="footer-container"> | ||
<footer class="footer-banner"> | ||
<a href="https://www.indeed.com/">Careers at Cozy Campground</a> | ||
<a href="mailto:[email protected]">Contact Us</a> |
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.
we stan a bidet (?)
<figure> | ||
<img src="/assets/lakecrescent.jpeg" alt="Washington in the Summer"> | ||
<figcaption> | ||
Look how beautiful Washington is in the summer! Source: | ||
</figcaption> | ||
</figure> |
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.
Great use of <figure>
and <figcaption>
! Minor, but the copy says "Source:" and doesn't point anywhere haha
No description provided.