Skip to content
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

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

magiicloud
Copy link

No description provided.

</head>
<body>
<h1>Hello, world!</h1>
<!-- Nav Bar -->
Copy link

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 -->
Copy link

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 -->
Copy link

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 -->
Copy link

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>
Copy link

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>
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants