-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
24 lines (24 loc) · 817 Bytes
/
header.php
File metadata and controls
24 lines (24 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- Header -->
<header>
<a href="/" class="Title">Code By Jose</a>
<!-- Navigation Bar -->
<nav>
<a href="index.html#Home"
><i class="fa-solid fa-house" style="color: #d2d9d8"></i>Home</a
>
<a href="index.html#aboutmeSec"
><i class="fa-solid fa-user" style="color: #d2d9d8"></i>About</a
>
<a href="index.html#projects"
><i class="fa-solid fa-folder" style="color: #d2d9d8"></i>Projects</a
>
<!--<a href="#experiences">Experiences</a>--->
<a href="index.html#contact"
><i class="fa-solid fa-message" style="color: #d2d9d8"></i>Contact</a
>
<a href="JoseC-CV.pdf" download="JoseC-CV.pdf"
><i class="fa-solid fa-cloud-arrow-down" style="color: #d2d9d8"></i
>Resume</a
>
</nav>
</header>