-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-98X0KCB8Z9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-98X0KCB8Z9');
</script>
<title>Arthur Krieger's Website</title>
<meta charset="UTF-8">
<meta name="description" content="Info relating to my career and what I do">
<meta name="keywords" content="Arthur Krieger, Arthur, Krieger, Needless, Needless2Say">
<meta name="author" content="Arthur Krieger">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="website_icon.png">
</head>
<body>
<!-- Header Section -->
<div class="header">
<p class="maintext">Arthur Krieger</p>
</div>
<!-- Navbar Section -->
<nav class="navbar">
<a class="active" href="index.html"><b>HOME</b></a>
<a href="about/about.html">About</a>
<a href="projects/projects.html">Projects</a>
<a href="resume/resume.html">Resume</a>
<a href="contact/contact.html">Contact</a>
</nav>
<!-- Main Picture Section -->
<div class="mainpic">
<img src="Big_House.jpg" title="University of Michigan Big House at Night">
</div>
</body>
</html>