-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (56 loc) · 2.89 KB
/
index.html
File metadata and controls
63 lines (56 loc) · 2.89 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
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110945998-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110945998-1');
</script>
<title>Jack Henhapl's Website</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<meta name="author" content="Jack Henhapl">
<meta name="Description" content="Jack Henhapl's personal website.">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="container-narrow">
<!-- Navigation bar -->
<div class="header clearfix">
<nav>
<ul class="nav nav-pills float-left">
<li class="nav-item">
<a class="nav-link active" href="">Home<span class="sr-only">(current)</span></a>
</li>
<span> </span>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
</ul>
</nav>
</div>
<!-- Main info -->
<div class="jumbotron">
<a href="images/mePic-big.png"><img src="images/mePic-big.png" alt="Me" class="me-picture picture-shadow"></a>
<h1>Jack Henhapl</h1>
<p class="lead">My name is Jack Henhapl and I am a student at the University of Illinois at Urbana-Champaign.</p>
<p class="lead">I am a rising junior majoring in Statistics and Computer Science with an expected graduation date of May 2021.</p>
</div>
<!-- Icons -->
<div class="icons">
<a href="mailto:Jack.Henhapl@gmail.com" class="icon"><i class="fa fa-envelope icon"></i></a>
<span class="bullet"> • </span>
<a href="https://github.com/jackah2" target="_blank" class="icon"><i class="fa fa-github-square icon"></i></a>
<span class="bullet"> • </span>
<a href="https://www.linkedin.com/in/jack-henhapl-2b1b78180/" target="_blank" class="icon"><i class="fa fa-linkedin-square icon"></i></a>
<span class="bullet"> • </span>
<a href="files/JackHenhaplResume-7-26-19.pdf" target="_blank" class="icon"><i class="fa fa-file-text icon" style="font-size: 36px"></i></a>
</div>
</div>
</body>
</html>