-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (68 loc) · 2.88 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<title>LukeHW</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Style sheets-->
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<div class="layout-foreground">
<div id="blurred-image-container">
<div class="img-src"></div>
<div class="img-src blurred-image"></div>
</div>
<div class="container">
<header class ="navbar-inverse">
<ul class="nav nav-pills nav-fill">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contact.html">Contact</a>
</li>
</ul>
</header>
</div>
<div class="container">
<div class="animated animatedFadeInUp fadeInUp">
<div class="row">
<div class="about-img col-md-4 col-sm-12">
<img class="avatar" src="static/me.jpg" />
</div>
<div class="about col-md-8 col-sm-12">
<h1 class = "title">Luke Wahlmeier
<a href="https://github.com/LukeHW" target="_blank">
<img class = "link_avatar" src="static/github.png"></a>
<a href="https://www.linkedin.com/in/lukehw/" target="_blank">
<img class = "link_avatar" src="static/linkedin.png"></a>
</h1>
<h2>
<div class = "slidingHorizontal">
<span>Developer</span>
<span>Engineer</span>
<span>Musician</span>
<span>Student</span>
<span>Problem Solver</span>
</div>
<br />
</h2>
<p class="bio">
From Burlington, KS to Manhattan, KS <br />
Senior in Computer Engineering <br />
Active member of the Competitive Robotics and E-Club Organizations <br />
In my spare time I enjoy a cup of coffee at Radina's, creating music, learning about new programming languages, and spending time with my family.
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>