-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 1.57 KB
/
index.html
File metadata and controls
46 lines (40 loc) · 1.57 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Google Chrome Frame for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Alexandra Atzl | Software Engineer</title>
<!-- mobile meta (hooray!) -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- icons & favicons -->
<link rel="apple-touch-icon" href="">
<link rel="icon" href="">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<body>
<div id="main">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-8 offset-md-2">
<h1 class="text-center">
<span class="brand-lighter">alexandra</span><span class="brand-bolder">atzl</span>
</h1>
<ul class="contact-info text-center">
<li><a title="alatzl@gmail.com" href="mailto:alatzl@gmail.com">Email</a></li>
<li><a title="Github" href="https://github.com/alatzl">Github</a></li>
<li><a title="LinkedIn" href="https://www.linkedin.com/pub/alexandra-atzl/21/b0b/80a">LinkedIn</a></li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<p>© 2022 Alexandra Atzl</p>
</footer>
</body>
</html>