-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (43 loc) · 1.93 KB
/
index.html
File metadata and controls
51 lines (43 loc) · 1.93 KB
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
44
45
46
47
48
49
50
51
<!DOCTYPE HTML>
<html>
<head>
<title>Alexander Bekert</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<span class="avatar"><img src="images/avatar.jpg" alt="" /></span>
<h1>Hi! I am Alexander Bekert.<br>Pleased to meet you there!</h1>
<ul class="icons">
<li><a href="https://github.com/abekert/" class="icon style2 fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/abekert" class="icon style2 fa-linkedin"><span class="label">Linked In</span></a></li>
<li><a href="https://www.facebook.com/abekert" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="mailto:bekert@me.com" class="icon style2 fa-envelope-o"><span class="label">Mail</span></a></li>
</ul>
</header>
<!-- Main -->
<section id="main">
<section class="special">
<div>
<p>A loving father, husband and software developer.</p>
</div>
</section>
<section class="special">
<div>
<p></p>
</div>
</section>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>