-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
128 lines (114 loc) · 4.08 KB
/
Copy pathabout.html
File metadata and controls
128 lines (114 loc) · 4.08 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Erika Hauschild</title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="icon" href="images/title.png">
</head>
<body>
<div id='about_page'>
<nav>
<!-- <h1>Erika Hauschild</h1> -->
<div><a href="index.html">Home</a></div>
<div><a href="about.html">About</a></div>
<div><a href="#contact">Contact</a></div>
<div><a href="docs/resume.pdf">Resume</a></div>
</nav>
<div id='about'>
<img src='images/portrait.jpg' />
<div>
<div>
<h1>About Me</h1>
<hr>
<p>Hey, my name is Erika and I'm a junior studying information science, systems and technology at Cornell with
concentrations in:
<ul>
<li>User Experience Design</li>
<li>Data Science</li>
<li>Behavioral Science</li>
</ul>
</p>
</div>
<div class='dots'>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<div>
<p>In my free time I like to:</p>
<ul>
<li>Do <a href="https://www.youtube.com/user/yogawithadriene">yoga</a></li>
<li>Take walks (yes, I'm a grandma)</li>
<li>Design album covers for fun</li>
<li>Attempt to meditate</li>
</ul>
</div>
<div class='dots'>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<div>
<p>What I'm up to right now:</p>
<ul>
<li>Product Designer ~ <a href="https://cornellmedium.design/">Cornell Medium Design Collective</a></li>
<li>UI/UX Designer ~ <a href="https://ewh.engineering.cornell.edu/">Cornell Engineering World Health</a>
</li>
</ul>
</div>
<div class='dots'>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<div>
<p>My past design & front end experience:</p>
<ul>
<li>Design and Development Intern ~ <a href="https://www.hpe.com/us/en/home.html">Hewlett Packard
Enterprise</a></li>
<li>Design and Development Intern ~ <a href="http://www.rationalinvesting.com/">Rational Investing</a></li>
<li>Web Design Intern ~ <a href="https://www.bhasset.com/">BH Asset Management</a></li>
<li>Creator ~ <a href="http://erikahauschild.design/pockettherapy/">Pocket Therapy</a></li>
</ul>
</div>
<div class='dots'>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<div>
<p>My past backend experience:</p>
<ul>
<li>Developer ~ <a href="http://aguaclara.cornell.edu/">Cornell AguaClara</a></li>
<li>Research Assistant ~ <a href="">Cornell Robotic Personal Assistants Lab</a></li>
</ul>
</div>
<div id='contact'>
<hr>
<p>Contact me at:</p>
<ul>
<li>Feel free to email me at <a href="mailto:esh79@cornell.edu">esh79@cornell.edu</a>! </li>
<li>You can also find me on <a href="https://twitter.com/erikasayaa">Twitter</a>, <a
href="https://www.linkedin.com/in/erikahauschild/">LinkedIn</a>, and <a
href="https://medium.com/@esh79">Medium</a>.
</li>
</ul>
</div>
</div>
</div>
<footer>
<small>© Copyright 2020, Erika Hauschild</small>
</footer>
</div>
</body>
</html>