-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (39 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<title>Natalie Boehm</title>
<link rel="stylesheet" type="text/css" href="/styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Amatic+SC|Raleway" rel="stylesheet">
</head>
<body>
<div class="transparent">
<div class="content-section">
<h1 class="text-center">Natalie Boehm</h1>
<p class="text-center big-text" id="greeting">Hi, I'm Natalie. I like greasy food, slobbery dogs, & long hikes.</p>
</div>
<div class="content-section">
<h2>Languages</h2>
<p>HTML, CSS, & JavaScript</p>
<p>Java, C, Python</p>
<p>I've dabbled with Go & Rust</p>
</div>
<div class="content-section">
<h2>Projects</h2>
<h3>SteelHacks 2016</h3>
<p>We created a platform to host websites. Think ratchet Heroku. No themes were abused in the production of <a href="https://github.com/RobbieMcKinstry/steelhacks2016">this</a> web app.</p>
<h3>Blockchain Simulation</h3>
<p>For a class project, we simulated how changing a bitcoin block size would effect transactions. Fork me on <a href="https://github.com/natboehm/blockchain_simulation">GitHub</a>!</p>
<h3>imposter.me</h3>
<p>As a hackathon project, we created a message board to combat the stigma surrounding imposter syndrome and provide a support group for those who are affected. Contribute to the discussion <a href="http://imposter-me.herokuapp.com">here</a>.</p>
</div>
<div class="content-section">
<h2>Jobs</h2>
<h3>OThot, LLC - 2015</h3>
<p>Software development intern. Researched the development of predictive data analytics as a service, in the form of a computing platform. In addition, we created a small proof-of-concept site.</p>
<h3>University of Pittsburgh School of Pharmacy - 2016</h3>
<p>Student developer. Recreated the school of pharmacy's home site to be mobile friendly, while adding a modern look and cleaning up legacy code.</p>
</div>
</div>
<script src="/scripts/index.js"></script>
</body>
</html>