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

Update index.html #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@

<body>

<nav>
<!-- The <nav> element is a user interface element within a webpage that contains links to other sections of the website... -->
<nav>
<ul id='navbar'>
<!-- This 'navbar' creates a user interface of three elements in the navbar -->
<li><a href="#welcome-section">About</a></li>
<li><a href="#projects">Work</a></li>
<li><a href="#contact">Contact</a></li>
Expand Down Expand Up @@ -60,9 +62,9 @@ <h2 class="work-header">These are some of my projects..</h2>
<h1>Let's work together...</h1>
<p>How do you take your coffee?</p>
</div>
<a href="" target="_blank" class="contact-details">Facebook</a>
<a id='profile-link' href="" target="_blank" class="contact-details">GitHub</a>
<a href="" target="_blank" class="contact-details">Twitter</a>
<a href="https://www.facebook.com/login/" target="_blank" class="contact-details">Facebook</a>
<a id='profile-link' href="https://github.com/" target="_blank" class="contact-details">GitHub</a>
<a href="https://twitter.com/" target="_blank" class="contact-details">Twitter</a>
<a href="mailto:" class="contact-details">Send a mail</a>
<a href="tel:" class="contact-details">Call me</a>
</div>
Expand Down