-
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 site by Jessie #22
base: master
Are you sure you want to change the base?
Conversation
Personal Portfolio SiteWhat We're Looking For
|
flex-direction: row; | ||
justify-content: space-around; | ||
height: 20%; | ||
background-color: black; |
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.
a black background with dark blue text makes this very hard to read.
<div class="me_content"> | ||
<header>Jessie's Portfolio Site: about me</header> | ||
<nav > | ||
<a href="file:///Users/jessiezhang/ada/week6/personal-portfolio-site/index.html">Home</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.
These are absolute links. Instead of the full file path you should use a relative path. like:
<a href="index.html">Home</a>
<p> | ||
I always like new things. Travel will bring new friends, new experience and new food. | ||
</p> | ||
</secion> |
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 section
element
@@ -0,0 +1,68 @@ | |||
<!DOCTYPE html> |
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.
One thing to note on this page is that it doesn't look great on smaller screens.
Personal Portfolio Site
Congratulations! You're submitting your assignment!
Comprehension Questions