-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreuse_navbar.html
More file actions
22 lines (22 loc) · 1.14 KB
/
reuse_navbar.html
File metadata and controls
22 lines (22 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<header>
<span class="image avatar"><img src="images/profile.jpg" alt="" /></span>
<h1 id="logo"><a href="index.html">Theja Putta</a></h1>
<p>engineer, adventurer, and not a very good website builder</p>
</header>
<nav id="nav">
<ul>
<li><a href="#one" class="active">About</a></li>
<li><a href="#two">Adventures</a></li>
<li><a href="#three">Research Projects</a></li>
<li><a href="#four">Other Things</a></li>
<li><a href="#five">Contact</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/theja-putta" title="LinkedIn" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/theja" title="Github" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.facebook.com/thejaputta/" title="Facebook" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.strava.com/athletes/58568138" title="Strava" class="icon brands fa-strava"><span class="label">Strava</span></a></li>
</ul>
</footer>