-
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
Semret - Personal Portfolio - Edges #31
base: master
Are you sure you want to change the base?
Conversation
Personal Portfolio SiteWhat We're Looking For
|
<section> | ||
<ul class="menu"> | ||
<li id="home"> | ||
<a href="index.html">Home Page</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.
Since it's used for navigation, this should probably be a <nav>
, not a <section>
.
<section class="sect2"> | ||
<div class="parg2">Currently, I am an Ada Developers Academy Student for C10 cohort and loving it. In the near future, I see myself working for a large tech company as a full stack developer. I want a career that is as challenging as it is exciting, but one that also makes life easier for people. Adding to the solid programming skills I will be gaining from Ada, I plan to keep the learning spirit and expand my knowledge with practical experience to develop a better understanding of all the layers of software development. | ||
</div> | ||
</section> |
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 should pick more meaningful class names than sect1
or sect2
. Think of them the same way you would variable names.
</head> | ||
<body> | ||
<header><h2>About</h2></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.
You should break line 10 across multiple lines.
/* The typing effect */ | ||
@keyframes typing { | ||
from { width: 0 } | ||
to { width: 50% } |
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.
This was a cool effect - nice work getting this figured out!
Personal Portfolio Site
Congratulations! You're submitting your assignment!
Comprehension Questions