-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (55 loc) · 2.43 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
<!DOCTYPE html>
<html>
<head>
<title>Matt Munger</title>
<link rel="stylesheet" type="text/css" href="sass/site.css">
</head>
<body>
<div class="red-shape"/>
<div class="light-gray-shape"/>
<div class="hero">
<div class="name uppercase">Matt Munger</div>
<div class="title lowercase">Software Engineer</div>
<div class="handle"><a href="https://twitter.com/mrfmunger">@mrfmunger</a></div>
<div class="clearfix"></div>
</div>
<div class="section contact">
<h2 class="uppercase">Contact</h2>
<p>
<a href="https://twitter.com/mrfmunger" class="twitter">@mrfmunger</a>
<a href="http://www.linkedin.com/in/matthewmunger/" class="linkedin">LinkedIn</a>
<a href="https://github.com/mrfmunger" class="github">GitHub</a>
</p>
</div>
<div class="section experience">
<h2 class="uppercase">Experience</h2>
<div class="work-blocks">
<div class="work-block">
<span>Hudl</span><span class="full-time">Software Engineer</span>
<p>Developer on the football squad, focused on creating and enhancing features such as Playbook and Practice Scripts</p>
<p class="technologies">Javascript, Backbone, Marionette, C#, Mongo</p>
</div>
<div class="work-block">
<span>Beehive Industries</span><span class="internship">Software Engineer Intern</span>
<p>Description</p>
<p class="technologies">Javascript, C#, SQL</p>
</div>
<div class="work-block">
<span>Cerner - HealtheAthlete</span><span class="internship">Software Engineer Intern</span>
<p>Description</p>
<p class="technologies">Technologies</p>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="section education">
<h2 class="uppercase">Education</h2>
<p>University of Nebraska - Lincoln
<br/>
Jeffrey S. Raikes School of Computer Science and Management
<br/>
BS in Computer Engineering <span class="date">Dec 2012</span>
</p>
</div>
</body>
</html>