-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 2.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Alex Burck</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://stackpath.bootstrapcdn.com">
<link rel="preconnect" href="https://use.fontawesome.com">
<link rel="preconnect" href="https://code.jquery.com">
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&family=Vollkorn&display=swap">
<link type="text/css" rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="bootstrap-social.css">
<link type="text/css" rel="stylesheet" href="index.css">
<script src="https://use.fontawesome.com/88593a8d0a.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper center-block">
<div class="tagline">
<h1 class="greeting">Hi there.</h1>
<p class="about">I'm Alex Burck, a Principal Software Engineer, Cloud Architect, and Product Owner at <a href='https://www.imohealth.com/' target='_blank'>Intelligent Medical Objects</a>.</p>
</div>
<div class="text-links">
<a href="mailto:[email protected]" target="_blank" class="btn btn-default btn-alex btn-lg" role="button">Email Me</a>
</div>
<div class="social-links">
<a href="https://www.linkedin.com/in/alexburck/" target="_blank" title="Linkedin" class="btn btn-social-icon btn-lg btn-linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/burck1" target="_blank" title="Github" class="btn btn-social-icon btn-lg btn-github"><i class="fa fa-github"></i></a>
</div>
</div>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
</body>
</html>