-
Notifications
You must be signed in to change notification settings - Fork 0
/
dakotajones.html
270 lines (234 loc) · 13 KB
/
dakotajones.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!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 - Dakota Jones</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>
<!--everything in body is what appears on page-->
<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">Dakota Jones</h2>
<!--paragraph description -- DESCRIPTION OF SENIOR-->
<p class="center description"><b>C'19</b></p>
<p class="center description">Dakota Jones is a senior at Penn studying Philosophy, Politics, and
Economics with minors in History and Political Science. Dakota still doesn't officially have
post-graduation plans in place yet, but he is planning on working before eventually going to graduate school for
international relations. His long-term goal is to eventually work in some form of public service.
While he doesn't know exactly what that looks like, he is content with not knowing his exact future plans.</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">
<!--'ui segment' class dictates different sections (i.e. L's Taken and On the Bright Side)-->
<div class="ui segment">
<div class="ui medium header">L's Taken</div>
<div class="info">
<!--USE THIS FORMAT IF THERE ARE 4 OR MORE FAILURES-->
<div class="row">
<div class="column left">
<p><b>9+</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> Center for American Progress Summer Internship </li>
<li> PURM </li>
<li> Tobin Project </li>
<li> Pact, Inc. </li>
<li> Just about every consulting/finance job I applied to when I had a mid-senior
year crisis before realizing that I wouldn't be happy in those jobs, which is
totally okay </li>
</ul>
</div>
<div class="eight wide column">
<ul>
<li> CarMax </li>
<li> Capital One </li>
<li> The Harris Poll </li>
<li> Redwood Advisors </li>
</ul>
</div>
</div>
<!--'ui divider' class adds a line below each category-->
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<!--'column left' class contains number of failures/clubs/jobs/etc in category -- CHANGE NUMBER-->
<div class="column left">
<p><b>2</b></p>
</div>
<!--'column right' class contains bullet points of failures-->
<div class="column right">
<!--CHANGE BELOW TO CHANGE TITLE & FAILURES OF CATEGORY-->
<p><b>Things I Swore I'd Finish But Never Did</b></p>
<ul>
<li> Unpacking all my boxes during move-in/move-out</li>
<li> Countless TV shows on Netflix (looking at you, Jessica Jones)</li>
</ul>
<!--'ui divider' class adds a line below each category-->
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<!--'column left' class contains number of failures/clubs/jobs/etc in category -- CHANGE NUMBER-->
<div class="column left">
<p><b>3</b></p>
</div>
<!--'column right' class contains bullet points of failures-->
<div class="column right">
<!--CHANGE BELOW TO CHANGE TITLE & FAILURES OF CATEGORY-->
<p><b>Everyday L's of Life</b></p>
<ul>
<li> Probably accidentally spilling coffee on myself at least once a week</li>
<li> Tripping going up the stairs on a regular basis</li>
<li> Spilling tea on my computer and almost having to dip into my savings to replace it</li>
</ul>
<!--'ui divider' class adds a line below each category-->
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<!--'column left' class contains number of failures/clubs/jobs/etc in category -- CHANGE NUMBER-->
<div class="column left">
<p><b>1</b></p>
</div>
<!--'column right' class contains bullet points of failures-->
<div class="column right">
<!--CHANGE BELOW TO CHANGE TITLE & FAILURES OF CATEGORY-->
<p><b>Failures That Seemed Like the End of the World Back Then But Don't Matter in
Hindsight</b></p>
<ul>
<li> Barely getting through ECON 002 with a B! At the time, I thought it was the end of the
world and that it meant that I wasn't smart enough to hack it at Penn, but then I
realized that I developed a pretty strong work ethic as a result of that class.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="ui segment">
<div class="ui medium header">On the Bright Side</div>
<div class="info">
<!--add more 'row' classes here-->
<div class="row">
<!--'column left' class contains number of failures/clubs/jobs/etc in category -- CHANGE NUMBER-->
<div class="column left">
<p><b>3</b></p>
</div>
<!--'column right' class contains bullet points of failures-->
<div class="column right">
<!--CHANGE BELOW TO CHANGE TITLE & FAILURES OF CATEGORY-->
<p><b>Memories I Made When I Wasn't Studying/Working </b></p>
<ul>
<li> Going on Spring Break to Spain with one of my best friends at Penn</li>
<li> Countless nights with all of my friends in the Polybian Society arguing about political
stuff</li>
<li> Hanging out with all of my friends from both Alaska and Penn during my summer in D.C. </li>
</ul>
<!--'ui divider' class adds a line below each category-->
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<!--'column left' class contains number of failures/clubs/jobs/etc in category -- CHANGE NUMBER-->
<div class="column left">
<p><b>4</b></p>
</div>
<!--'column right' class contains bullet points of failures-->
<div class="column right">
<!--CHANGE BELOW TO CHANGE TITLE & FAILURES OF CATEGORY-->
<p><b>Books I've Read For Fun </b></p>
<ul>
<li> Promise Me Dad by Joe Biden</li>
<li> Social Animal by David Brooks</li>
<li> Orr: My Story by Bobby Orr </li>
<li> The Plotters by Un-Su Kim </li>
</ul>
<!--'ui divider' class adds a line below each category-->
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<!--'column left' class contains number of failures/clubs/jobs/etc in category -- CHANGE NUMBER-->
<div class="column left">
<p><b>2</b></p>
</div>
<!--'column right' class contains bullet points of failures-->
<div class="column right">
<!--CHANGE BELOW TO CHANGE TITLE & FAILURES OF CATEGORY-->
<p><b>Things I'm Proud of That You Won't See on a Resume </b></p>
<ul>
<li> I signed up for my first half-marathon, which I'm running in a week and a half!
Barring any catastrophic events, running this race will be one of my greatest athletic
accomplishments!</li>
<li>I can bake pretty darn good cookies.</li>
</ul>
<!--'ui divider' class adds a line below each category-->
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<!--'column left' class contains number of failures/clubs/jobs/etc in category -- CHANGE NUMBER-->
<div class="column left">
<p><b>3</b></p>
</div>
<!--'column right' class contains bullet points of failures-->
<div class="column right">
<!--CHANGE BELOW TO CHANGE TITLE & FAILURES OF CATEGORY-->
<p><b>Unconventional Skills</b></p>
<ul>
<li> Defeating just about any challengers in Mario Kart</li>
<li>Fantasy hockey! I've been a top-five player in one of the most competitive fantasy
hockey leagues on the internet for the past three years.</li>
<li>Recognizing Taylor Swift songs solely by their first five seconds</li>
</ul>
<!--'ui divider' class adds a line below each category-->
<div class="ui divider"></div>
</div>
</div>
<div class="row">
<!--'column left' class contains number of failures/clubs/jobs/etc in category -- CHANGE NUMBER-->
<div class="column left">
<p><b>1</b></p>
</div>
<!--'column right' class contains bullet points of failures-->
<div class="column right">
<!--CHANGE BELOW TO CHANGE TITLE & FAILURES OF CATEGORY-->
<p><b>Leap of Faith</b></p>
<ul>
<li> Deciding not to pursue jobs in consulting or finance because they weren't a good
personal fit for me</li>
</ul>
<!--'ui divider' class adds a line below each category-->
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>