-
Notifications
You must be signed in to change notification settings - Fork 119
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
Portfolio Page - Hong Yun #70
base: main
Are you sure you want to change the base?
Conversation
…project so that it align top
</head> | ||
<body> | ||
<h1>Hello, world!</h1> | ||
<!-- Nav Bar --> |
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 comment is somewhat redundant, as the nav tag and the class already tell you what it is
<div><h3>HY</h3></div> | ||
<div class="nav-bar-filler"></div> | ||
|
||
<!-- KIV Change to social icons with links, more intuitive flow --> |
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.
What does KIV mean? If you use acronyms in code, you need to make sure everyone understands
<div>Contact</div> | ||
</nav> | ||
|
||
<!-- Center Banner --> |
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.
same as with nav, somewhat redundant
on! | ||
</section> | ||
|
||
<!-- Projects --> |
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.
same here
</section> | ||
|
||
<footer class="contact" id="footer"> | ||
<div><h2>Let's connect</h2></div> |
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.
H2 is a block element already, why use the div?
<footer class="contact" id="footer"> | ||
<div><h2>Let's connect</h2></div> | ||
<div class="contact-info"> | ||
<div>GitHub</div> |
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.
I think we could use something else than a div here
No description provided.