-
Notifications
You must be signed in to change notification settings - Fork 10
/
template.html
executable file
·210 lines (191 loc) · 4.72 KB
/
template.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
<html>
<head>
<meta name="pages" content="1" />
</head>
<body>
<div>
<div>Your Name</div>
<div>
[email protected]<br />
+1(555) 555 5555
</div>
<div>
Your<br />
Address
</div>
</div>
<span name="Education">
<div detail="University City, USA">
Vivek Wadhwa University 2006
</div>
<span>Wadhwa Mathematics</span>
<div detail="McLean, VA">McLean High School 2002</div>
</span>
<span name="Skills" class="right">
<div>Communication</div>
<span>
Years of experience managing and interacting with people from
across the globe of all ages and backgrounds
</span>
<div>Second Languages</div>
<span>
Russian (basic, studied 1 year)
<br />
Latin (moderate, studied 4 years)
<br />
French (fluent)
</span>
<div>Excellent Memory</div>
<span>
Memorised 250 digits of π at 14
<br />
General aptitude for recall
</span>
<div>Leadership</div>
<span>
Disposed to picking up responsibility and taking on leadership
roles within projects
</span>
<div>Quick Learner</div>
<span>
Skilled in abstracting current knowledge and applying reasoning
abilities to adapt to new problems
</span>
<div>Random Talents</div>
<span>
Defeated a Russian chess champion at 14
<br />
Solved a Rubik's Cube in 26 seconds at 15 (average time: 30's)
</span>
</span>
<span name="Employment History" class="left">
<div
detail="New York, NY"
date="Fall: 2010 – Spring: 2011"
>
Goldman Sachs
</div>
<span>CEO</span>
<div detail="Brooksville, ME" date="Summer: 2009, 2010">
Robin Hood Camp
</div>
<span>
Information Systems Director <slash /> Reports Director
<span>
Coordinated weekly reports by counsellors to camper parents
<br />
Designed and implemented administrative database-driven
systems
<br />
Fired after burning down three cabins
</span>
</span>
<div detail="Palo Alto, CA" date="Fall: 2009">Zed Sin</div>
<span>
Lead Vocalist
<span>Earned platinum album</span>
</span>
</span>
<span name="Publications" class="left">
<div detail="Summer 2011">
<i>The C Programming Language</i>
</div>
<span>
The de facto authority on the C language
<span>
The first edition of the book, published in 1978, was the
first widely available book on the C programming language
</span>
<span>
<i>The C Programming Language</i> has often been cited as a
model for technical writing, due to the book's clear
presentation and concise treatment. In just 228 pages (272
pages in the second edition), the book covers C
comprehensively. Examples generally consist of complete
programs of the type one is likely to encounter in daily
usage of the language, with an emphasis on system
programming. The technical details of C are balanced by my
observations on good programming practice, which are
immediately illustrated with concrete, realistic examples.
</span>
</span>
</span>
<span name="Projects/Competitions">
<div detail="Spring 2012">Hack the Gibson</div>
<span>
Security wargame inspired by
<a href="http://io.smashthestack.org:84/">SmashTheStack's IO</a>
<span>Won $3.2 million for hacking the Gibson</span>
</span>
<div detail="Fall 2003">The Facebook</div>
<span>
I invented the Facebook way before Zuckdog
<span>
Social network exclusive to university students
<point />
Started with just VWU students
<br />
Currently over 9000 users
</span>
</span>
</span>
<span name="Travel Experience" class="compact">
<div name="Countries">
United States
<point />
Canada
<point />
Belarus
<point />
USSR
<point />
PRC
<point />
Principality of Sealand
<point />
Pen Island
</div>
<div name="Galaxies">Milky Way</div>
</span>
<span name="Relevant Coursework" class="right">
<div>University</div>
<span>
Wadhwa Automata
<br />
Wadhwa Graph Theory
<br />
Wadhwa Calculus in 3D
<br />
Wadhwa Linear Algebra
<br />
Wadhwa Biology
</span>
<div>Secondary</div>
<span>AP Basket Weaving</span>
</span>
<span name="Certifications" class="left">
<table>
<tr>
<th>Certification</th>
<th>Vendor</th>
<th style="width: 75px">Date</th>
</tr>
<tr>
<td>Licence to Kill</td>
<td>CIA</td>
<td>2007-01-01</td>
</tr>
<tr>
<td>Open Water Diver</td>
<td>PADI</td>
<td>2006-07-20</td>
</tr>
<tr>
<td>Black Belt</td>
<td>World Champion Taekwondo</td>
<td>2006</td>
</tr>
</table>
</span>
</body>
</html>