-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (28 loc) · 1.23 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
<!doctype=html>
<html lan="en">
<head>
<meta charset="utf-8">
<title>Tom Lotze</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/styles.css">
</head>
<div class="header">
<h1>Tom Lotze</h1>
</div>
<ul>
<li><a class='active' href="index.html">Tom Lotze</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<body>
<p>
On this website you can find information about me and what I do. Check the <a href="about.html">About</a> page to find out more about my education and projects. This website is still work in progress, and not yet complete, so please take a look at my <a href="https://linkedin.com/in/tom-lotze/">LinkedIn</a>.
</p>
<!-- <div>
<img src="./media/borobodur.JPG", alt="Borobodur in the morning", style="width: 30%" class="center">
</div> -->
<div class="footer">
<a class="icon" href="https://linkedin.com/in/tom-lotze/" target="_blank"><img src="media/Linkedin_logo.png" style="height: 30px" title="Visit LinkedIn" ></a>
<a class="icon" href="https://github.com/Tom-Lotze" target="_blank"><img src="media/github_logo.png" style="height: 30px" title="Visit Github"></a>
</div>
</body>