-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
101 lines (93 loc) · 4.58 KB
/
aboutme.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE HTML>
<!--
Transitive by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>About Me - Dr. Hannah C. Gunderman</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="images/globe.png" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130772210-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-130772210-1');
</script>
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.html">Hannah <span>Gunderman</span></a></div>
<a href="#menu" class="toggle"><span>Menu</span></a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="research.html">Research</a></li>
</ul>
</nav>
<!-- Three -->
<section id="three" class="wrapper style2">
<div class="inner">
<div class="grid-style">
<div>
<div class="box">
<div class="image fit">
<img src="images/Photographer_AprilThomas_BornThisWayBodyArts_KnoxvilleTN.jpg" alt="" />
</div>
</div>
</div>
<div>
<div class="box">
<div class="content">
<header class="align-center">
<h2>Who am I?</h2>
</header>
<hr />
<p>Our family moved a lot while I was growing up, and because I was always the "new kid" in school, I have several hometowns and homestates: I was born in Alabama and spent the first three years of my life in Georgia before moving to the northwoods of northern Maine, where I spent a childhood consumed by Paul Bunyan lore and maple syrup. I then moved across the country to the Rocky Mountains of Wyoming, where I went to high school and University among the sagebrush, with beautiful snow-capped mountains always in the background. All of these places shaped me in significant and important ways, and allowed me to experience viewpoints and ways of life in several regions of the country, from New England to the Mountain West. As an academic, I found my passion through studying human enthusiasm across the world, from environmental enthusiasts in Tenerife to trekking culture in the Himalayas of Nepal. In my free time, I continue to explore human enthusiasm through watching video game Let's Plays on YouTube and Twitch, attending enthusiast conventions such as Gen Con in Indianapolis, and playing involved board games that put Monopoly to shame. I currently live in Pittsburgh, PA, USA, I spend way too much time watching soap-making videos, and I love a good snowstorm. Also, I really love getting tattoos.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style3">
<div class="inner">
<header class="align-center">
<h2>Find me on social media</h2>
<ul class="icons">
<li><a href="https://twitter.com/WhovianVeganGeo?lang=en" target="_blank" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/hannahcgunderman" target="_blank" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/hannahcgunderman/" target="_blank" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.pinterest.com/hannahcgunderman/" target="_blank" class="icon fa-pinterest-square"><span class="label">Pinterest</span></a></li>
</ul>
</header>
</div>
</section>
<!-- Footer -->
<footer id="footer" class="wrapper">
<div class="inner">
<div class="copyright">
© Design Adapted From: <a href="https://templated.co/">TEMPLATED</a>. Images <a href="https://unsplash.com/">Unsplash</a>. By Hannah C. Gunderman, 2018.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>