-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (35 loc) · 1.35 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
<!-- <!DOCTYPE html> -->
<html>
<head>
<title>Logan Learner</title>
<link rel="stylesheet" href="main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155135522-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-155135522-1');
</script>
</head>
<body>
<div class="infopage">
<img class="profilepic" src="images/me.jpg">
<h1 class="namecenter">Logan Learner</h1>
<h2 class="titlecenter">Computer Programmer</h2>
<div class="infobody" name="aboutme">
<h1>About Me</h1>
<p>This site is still under development.</p>
</div>
</div>
<div class="menureference">
<a href="index.html"><img class="menulogo" src="images/logo.png"></a>
<ul>
<li><a href="#aboutme">About Me</a></li>
<li><a href="myprojects/index.html">My Projects</a></li>
<li><a href="tools/index.html">Tools</a></li>
<li><a href="contactinfo/index.html">Contact Info</a></li>
</ul>
</div>
</body>
</html>