-
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
Leanne Rivera - nodes #38
base: master
Are you sure you want to change the base?
Conversation
Personal Portfolio SiteWhat We're Looking For
|
portfolio-site/index.html
Outdated
</p> | ||
</section> | ||
</header> | ||
<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.
Indentation is off a bit
styles/styles.css
Outdated
.hideme { | ||
overflow: hidden; | ||
max-height: 0; | ||
transition: max-height .6s ease; |
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.
CSS Animations neat!
styles/styles.css
Outdated
color: #B0D0D3; | ||
padding: 0 2%; | ||
text-shadow: 0 0 2px #ffffff, 0 0 15px #70ffff, 0 0 20px #46fdff, 0 0 40px #46fdff; | ||
animation: buzzzz 1s infinite linear; |
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.
Animations, neat
portfolio-site/index.html
Outdated
<sub> a curated selection of projects done while at ada developers academy </sub> | ||
<ul> | ||
<li> | ||
<a href='#'> random menu </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.
So these links are unfinished
styles/splash.css
Outdated
|
||
a { | ||
text-decoration: none; | ||
color: white; |
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.
lots of repeated rules like this.
Personal Portfolio Site
Congratulations! You're submitting your assignment!
Comprehension Questions