-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.36 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>
<head>
<title>Lars Beier | Software Craftsman by ♥</title>
<meta charset="UTF-8">
<meta name="viewport" content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimum-scale=1.0' />
<link href="css/main.css" rel="stylesheet" type="text/css"></link>
</head>
<body>
<div id="wrapper">
<header>
<h1>
Lars Beier
<p class="sub">Software Craftsman by ♥</p>
</h1>
</header>
<section id="projects">
<h2>Projects</h2>
<ul>
<li><figure><a href="apps/log-your-work-app.html" title="AppStore Log your Work"><img class="logo" src="img/Log-your-Work-Logo.png" /></a></figure></li>
<li><figure><a href="https://github.com/sn3ek" title="Github Profile - sn3ek"><img class="logo" src="img/github.png" /></a></figure></li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<ul>
<li><a href="https://x.com/sn3ek" title="@sn3ek on X">@sn3ek</a> on X.com</li>
<li><a href="mailto:contact@larsbeier.de" title="Write an Email for Feedback and Suggestions">Contact me via Email</a><br/>Only for Feedback or Suggestions<br/>(no technical support)</li>
</ul>
</section>
<footer>
<p>© 2024 Lars Beier
</footer>
</div>
</body>
</html>