-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
19 lines (17 loc) · 807 Bytes
/
header.html
File metadata and controls
19 lines (17 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<head>
<script src="header_functions.js"></script>
</head>
<header class="w3-panel w3-center grey" style="padding:0px 16px">
<h1 class="w3-xlarge" id="title">Title</h1>
<h1>Jonas Zagatta</h1>
<div class="w3-padding-32">
<div class="w3-bar w3-border">
<a href="index.html" class="w3-bar-item w3-button menu1" id="Me">Me</a>
<a href="blog.html" class="w3-bar-item w3-button menu1" id="Blog">Blog</a>
<a href="books.html" class="w3-bar-item w3-button menu1" id="Books">Books</a>
<a href="photos.html" class="w3-bar-item w3-button menu1" id="Photos">Photos</a>
<a href="projects.html" class="w3-bar-item w3-button menu1" id="Projects">Projects</a>
<a href="contact.html" class="w3-bar-item w3-button menu1" id="Contact">Contact</a>
</div>
</div>
</header>