-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (50 loc) · 1.94 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
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="Personal homepage of Christian Amon">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Christian Amon - Web Development</title>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/main.css">
<meta name="google-site-verification" content="P-KA2L9v9lL7qO8Py6qKF94hs6A9GXjidYlxqqPMe0k" />
</head>
<body>
<article class="container">
<div class="row intro text-center">
<div class="col-xs-12 ">
<h1>Christian Amon</h1>
<h3>Web Development</h3>
<hr class="divider" />
<ul class="contact-list list-unstyled">
<li>
<a href="https://www.xing.com/profile/Christian_Amon" class="btn btn-primary btn-lg">
<i class="fa fa-xing"></i> Xing
</a>
</li>
<li>
<a href="https://www.linkedin.com/pub/christian-amon/16/608/779" class="btn btn-primary btn-lg">
<i class="fa fa-linkedin"></i> LinkedIn
</a>
</li>
<li>
<a href="mailto:[email protected]" class="btn btn-primary btn-lg">
<i class="fa fa-envelope"></i> Email
</a>
</li>
</ul>
</div>
</div>
</article>
<footer>
© 2024 Christian Amon, USt-Id Nr.: DE258721062
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-4713000-1');ga('send','pageview');
</script>
</body>
</html>