-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbodyheader.html
More file actions
19 lines (19 loc) · 864 Bytes
/
bodyheader.html
File metadata and controls
19 lines (19 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="name-container">
<a href="index.html" class="myname">Andy Strong</a>
<div class="header-buttons">
<a href="projects.html" class="hdr-btn">Projects</a>
<a href="experience.html" class="hdr-btn">Experience</a>
<a href="education.html" class="hdr-btn">Education</a>
</div>
<div class="button-links">
<a style="text-decoration: none;" href="https://github.com/lightspeed1" target="_blank">
<img class="header-img" src="img/ghlogo.png">
</a>
<a style="text-decoration: none;" href="mailto:strong.andrew.j@gmail.com">
<img class="header-img" src="img/mail.png">
</a>
<a style="text-decoration: none;" href="https://www.linkedin.com/in/andy-strong/" target="_blank">
<img class="header-img" src="img/lilogo.png">
</a>
</div>
</div>