-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheva.html
177 lines (161 loc) · 7.32 KB
/
eva.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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<!--keep everything in 'head' the same except for title-->
<head>
<meta charset="UTF-8">
<!--title that shows up on Google Chrome tab -- CHANGE NAME-->
<title>Anti-Resume - Eva</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--links this file to a style sheet (controls spacing, formatting, colors, sizes, etc.)-->
<link rel="stylesheet" type="text/css" href="style/antiresume.css">
<link rel="stylesheet" type="text/css" href="style/semantic.min.css">
<!-- Global site tag (gtag.js) - Google Analytics tracking tag-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136250797-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136250797-1');
</script>
</head><body>
<div class="header">
<!-- generic background image (background.jpg)-->
<img class="ui image" src="images/background.jpg" id="header_image">
<!--profile image -- CHANGE URL IN 'src' to "images/(name of jpg)"-->
<img class="ui fluid centered bordered circular small image" src=" images/blank_profile.png "id="profile_image">
<!--heading -- NAME OF ALUMNI/SENIOR-->
<h2 class="center">Eva</h2>
<!--paragraph description -- DESCRIPTION OF SENIOR-->
<p class="center description"><b>E'21</b></p>
<p class="center description">Eva is a sophomore graduating in 2021, majoring in Computer Science in the School
of Engineering. On campus she develops apps with Penn Labs, is the president of Mindbank consulting
group, plays on the Women's Club Soccer team, cooks with Penn Appetit, and is a member of OAX. She also
works in the studio at Corepower Yoga and walks dogs for Wag. </p>
<br>
</div>
<!--'background' class provides gray background of page-->
<div class="background">
<!--'content' class provides formatting of content (spacing, margins, font size, etc.-->
<div class="content">
<div class="ui segment">
<div class="ui medium header">L's Taken</div>
<div class="info">
<div class="row">
<div class="column left">
<p><b>6</b></p>
</div>
<div class="column right">
<p><b>"Thank you for applying but..." Jobs</b></p>
<div class="ui grid">
<div class="eight wide column">
<ul><li>Microsoft</li><li>Asana</li><li>And many, many more</li>
</ul>
</div>
<div class="eight wide column">
<ul> <li>Amazon</li><li>Google</li><li>Facebook</li>
</ul>
</div>
</div>
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<div class="column left">
<p><b>3</b></p>
</div>
<div class="column right">
<p><b>Clubs that "weren't a good fit"</b></p>
<ul><li>180 Consulting</li><li>MUSE consulting</li><li>Penn Labs</li>
</ul>
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<div class="column left">
<p><b>1</b></p>
</div>
<div class="column right">
<p><b>Thing I Swore I'd Finish But Never Did</b></p>
<ul><li>Making my bed... everyday</li>
</ul>
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<div class="column left">
<p><b>3</b></p>
</div>
<div class="column right">
<p><b>Everyday L's of Life</b></p>
<ul><li>Falling off my skateboard on Locust</li><li>Being a really messy eater</li><li>Getting my white shoes dirty</li>
</ul>
</div>
</div></div>
</div>
<div class="ui segment">
<div class="ui medium header">On the Bright Side</div>
<div class="info">
<div class="row">
<div class="column left">
<p><b>3</b></p>
</div>
<div class="column right">
<p><b>Memories I Made When I Wasn't Studying/Working</b></p>
<ul><li>Dance parties with my best friend</li><li>Walking dogs in North Philadelphia</li><li>Learning how to skateboard</li>
</ul>
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<div class="column left">
<p><b>2</b></p>
</div>
<div class="column right">
<p><b>Things I've Learned That Will Still Matter in 10 Years</b></p>
<ul><li>Relationships are some of the most beautiful and important things in life.</li><li>Do 80% of the work in 20% of the time.</li>
</ul>
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<div class="column left">
<p><b>3</b></p>
</div>
<div class="column right">
<p><b>Books I've Read For Fun</b></p>
<ul><li>The Power</li><li>My Name is Lucy Barton</li><li>Invisible Cities</li>
</ul>
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<div class="column left">
<p><b>2</b></p>
</div>
<div class="column right">
<p><b>Things I'm Proud of That You Won't See on a Resume</b></p>
<ul><li>I ate 58 dumplings to complete the Sangkee Noodle House dumpling challenge.</li><li>I am an intramural basketball champion.</li>
</ul>
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<div class="column left">
<p><b>6</b></p>
</div>
<div class="column right">
<p><b>Quirks That Make Me Who I Am</b></p>
<div class="ui grid">
<div class="eight wide column">
<ul><li>I bring silly putty to class for when I get bored.</li><li>I keep a fork and spoon in my backpack just in case.</li><li>I love to brush my teeth.</li>
</ul>
</div>
<div class="eight wide column">
<ul> <li>I love cleaning out the lint screen of the drier.</li><li>I drink at least 4 cups of coffee a day.</li><li>I cut my own hair.</li>
</ul>
</div>
</div>
</div>
</div></div>
</div></div> </div>
</body></html>