forked from AnchalPuri/ResumeBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
629 lines (626 loc) · 27.9 KB
/
index.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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, user-scalable=no, minimal-ui" />
<title>Resume Making</title>
<link rel = "stylesheet" href = "assets/css/style.css">
<link rel = "stylesheet" href = "assets/css/print.css">
<script src = "assets/js/resume.js"></script>
</head>
<body>
<div id="form_data" class="sidebar">
<form id="my_form" onchange="setJsonInBox(); setHtml();" action = "javascript:void(0);">
<h2 align="center">EDITOR</h2>
<input type="image" src="assets/img/printicon3.png" alt="Print" onclick = "printResume();">
<input type="button" class="button" value="JSON" id="json" style="color : red;" onclick="setJsonInBox();showjson();">
<input type="button" class="button" value="HTML" id="html" style="align : center;" onclick="hidejson();">
<br>
<br>
<fieldset name="basics" id="fs">
<label for="name">Name</label>
<br />
<input type="text" name="name" id="name" value="Richard Hendriks" />
<br />
<hr />
<label for="label">Label</label>
<br />
<input type="text" name="label" id="label" value="Programmer" />
<br />
<hr />
<label for="email">Email</label>
<br />
<input type="email" name="email" id="email" value="[email protected]" />
<br />
<hr />
<label for="phone">Phone</label>
<br />
<input type="number" name="phone" id="phone" value="9999988888" />
<br />
<hr />
<label for="website">Website</label>
<br />
<input type="url" name="website" id="website" value="http://abc.com" />
<br />
<hr />
<label for="summary">Summary</label>
<br />
<input type="text" name="summary" id="summary" value="
Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!" />
<br />
<hr />
<label for="address">Address</label>
<br />
<input type="text" name = "address" id="address" value = "2712 Broadway St"/>
<br />
<hr />
<label for="postalcode">Postal Code</label>
<br />
<input type="text" name = "postalcode" id="postalcode" value = "CA 94115"/>
<br />
<hr />
<label for="city">City</label>
<br />
<input type="text" name = "city" id="city" value = "San Francisco"/>
<br />
<hr />
<label for="countrycode">Country Code</label>
<br />
<input type="text" name = "countrycode" id="countrycode" value = "US"/>
<br />
<hr />
<label for="region">Region</label>
<br />
<input type="text" name = "region" id="region" value = "California"/>
<br />
<hr />
</fieldset>
<h2 style="color : black; margin-left : 10px;">
<label for="profile">Profile</label>
</h2>
<div id="d1">
<div id="d1a">
<fieldset name="profile" id="fs">
<div id="d1b">
<label for="network">Network</label>
<br />
<input type="text" name="network" id="network" value="Twitter" />
<br />
<hr />
<label for="username">Username</label>
<br />
<input type="text" name="username" id="username" value="neutralthoughts" />
<br />
<hr />
</div>
</fieldset>
</div>
<br />
</div>
<h2 style="color : black;margin-left : 10px;">
<label for="work">Work</label>
</h2>
<fieldset name="work" id="fs">
<div id="d2">
<label for="company">Company</label>
<br />
<input type="text" name="company" id="company" value="Pied Piper" />
<br />
<hr />
<label for="position">Position</label>
<br />
<input type="text" name="position" id="position" value="CEO/President" />
<br />
<hr />
<label for="website2">Website</label>
<br />
<input type="url" name="website2" id="website2" value="https://piedpiper.com" />
<br />
<hr />
<label for="startdate">Start Date</label>
<br />
<input type="date" name="startdate" id="startdate" value="2013-12-01" />
<br />
<hr />
<label for="enddate">End Date</label>
<br />
<input type="date" name="enddate" id="enddate" value="2014-12-01" />
<br />
<hr />
<label for="summary2">Summary</label>
<br />
<input type="text" name="summary2" id="summary2" value="Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression." />
<br />
<hr />
<h3 style="color : black; margin-left:10px">
<label for="highlights">Highlights</label>
</h3>
<div id="d2a">
<input type="text" name="highlights1" id = "highlights1" value="Build an algorithm for artist to detect if their music was violating copy right infringement laws" />
</div>
</div>
</fieldset>
<h2 style="color : black; margin-left : 10px;">
<label for="volunteer">Volunteer</label>
</h2>
<fieldset name="volunteer" id="fs">
<div id="d3">
<label for="organization">Organization</label>
<br />
<input type="text" name="organization" id="organization" value="CoderDojo" />
<br />
<hr />
<label for="position2">Position</label>
<br />
<input type="text" name="position2" id="position2" value="Teacher" />
<br />
<hr />
<label for="website3">Website</label>
<br />
<input type="text" name="website3" id="website3" value="https://coderdojo.com/" />
<br />
<hr />
<label for="startdate2">Start Date</label>
<br />
<input type="date" name="startdate2" id="startdate2" value="2012-01-01" />
<br />
<hr />
<label for="enddate2">End Date</label>
<br />
<input type="date" name="enddate2" id="enddate2" value="2013-01-01" />
<br />
<hr />
<label for="summary3">Summary</label>
<br />
<input type="text" name="summary3" id="summary3" value="Global movement of free coding clubs for young people." />
<br />
<hr />
<h3 style="color : black; margin-left:10px">
<label for="highlights">Highlights</label>
</h3>
<div id="d3a">
<input type="text" name="highlights2" id = "highlights2" value="Awarded 'Teacher of the Month'" />
</div>
</div>
</fieldset>
<h2 style="color : black;margin-left : 10px;">
<label for="education">Education</label>
</h2>
<fieldset name="education" id="fs">
<div id="d4">
<label for="institution">Institution</label>
<br />
<input type="text" name="institution" id="institution" value="University of Oklahoma" />
<br />
<hr />
<label for="area">Area</label>
<br />
<input type="text" name="area" id="area" value="Information Technology" />
<br />
<hr />
<label for="studytype">Study Type</label>
<br />
<input type="text" name="studytype" id="studytype" value="Bachelor" />
<br />
<hr />
<label for="startdate3">Start Date</label>
<br />
<input type="date" name="startdate3" id="startdate3" value="2011-06-01" />
<br />
<hr />
<label for="enddate3">End Date</label>
<br />
<input type="date" name="enddate3" id="enddate3" value="2011-06-01" />
<br />
<hr />
<label for="gpa">Gpa</label>
<br />
<input type="text" name="gpa" id="gpa" value="4.0" />
<br />
<hr />
<h3 style="color : black; margin-left:10px">
<label for="courses">Courses</label>
</h3>
<div id="d4a">
<input type="text" name="courses" id = "courses" value="DB1101 - Basic SQL" />
</div>
</div>
</fieldset>
<h2 style="color : black;margin-left : 10px;">
<label for="awards">Awards</label>
</h2>
<fieldset name="awards" id="fs">
<div id="d5">
<label for="title">Title</label>
<br />
<input type="text" name="title" id="title" value="Digital Compression Pioneer Award" />
<br />
<hr />
<label for="date">Date</label>
<br />
<input type="date" name="date" id="date" value="2014-11-01" />
<br />
<hr />
<label for="awarder">Awarder</label>
<br />
<input type="text" name="awarder" id="awarder" value="Techcrunch" />
<br />
<hr />
<label for="summary4">Summary</label>
<br />
<input type="text" name="summary4" id="summary4" value="There is no spoon." />
<br />
<hr />
</div>
</fieldset>
<h2 style="color : black;margin-left : 10px;">
<label for="publications">Publications</label>
</h2>
<fieldset name="publications" id="fs">
<div id="d6">
<label for="name2">Name</label>
<br />
<input type="text" name="name2" id="name2" value="Video compression for 3d media" />
<br />
<hr />
<label for="publisher">Publisher</label>
<br />
<input type="text" name="publisher" id="publisher" value="Hooli" />
<br />
<hr />
<label for="releasedate">Release Date</label>
<br />
<input type="date" name="releasedate" id="releasedate" value="2014-10-01" />
<br />
<hr />
<label for="website4">Website</label>
<br />
<input type="url" name="website4" id="website4" value="https://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)" />
<br />
<hr />
<label for="summary5">Summary</label>
<br />
<input type="text" name="summary5" id="summary5" value="Innovative middle-out compression algorithm that changes the way we store data." />
<br />
<hr />
</div>
</fieldset>
<h2 style="color : black;margin-left : 10px;">
<label for="skills">Skills</label>
</h2>
<fieldset name="skills" id="fs">
<div id="d7">
<label for="name3">Name</label>
<br />
<input type="text" name="name3" id="name3" value="Web Development" />
<br />
<hr />
<label for="level">Level</label>
<br />
<input type="text" name="level" id="level" value="Master" />
<br />
<hr />
<h3 style="color : black; margin-left:10px">
<label for="keywords">Keywords</label>
</h3>
<div id="d7a">
<input type="text" name="keywords1" id= "keywords1" value="HTML , CSS , JSON" />
</div>
</div>
</fieldset>
<h2 style="color : black;margin-left : 10px;">
<label for="languages">Languages</label>
</h2>
<fieldset name="languages" id="fs">
<div id="d8">
<label for="language">Language</label>
<br />
<input type="text" name="language" id="language" value="English" />
<br />
<hr />
<label for="fluency">Fluency</label>
<br />
<input type="text" name="fluency" id="fluency" value="Native speaker" />
<br />
<hr />
</div>
</fieldset>
<h2 style="color : black;margin-left : 10px;">
<label for="interests">Interests</label>
</h2>
<fieldset name="interests" id="fs">
<div id="d9">
<label for="name4">Name</label>
<br />
<input type="text" name="name4" id="name4" value="Wildlife" />
<br />
<hr />
<h3 style="color : black; margin-left:10px">
<label for="keywords1">Keywords</label>
</h3>
<div id="d9a">
<input type="text" name="keywords2" id = "keywords2" value="Ferrets , Unicorns" />
</div>
</div>
</fieldset>
<h2 style="color : black;margin-left : 10px;">
<label for="references">References</label>
</h2>
<fieldset name="references" id="fs">
<div id="d10">
<label for="name5">Name</label>
<br />
<input type="text" name="name5" id="name5" value="Erlich Bachman" />
<br />
<hr />
<label for="reference">Reference</label>
<br />
<input type="text" name="reference" id="reference" value="It is my pleasure to recommend Richard, his performance working as a consultant for Main St. Company proved that he will be a valuable addition to any company." />
<br />
<hr />
</div>
</fieldset>
</form>
</div>
<div class="preview">
<textarea id="txtarea" onchange="setHtml();" onkeyup = "updateForm();">
</textarea>
<header id="header">
<h1 id="h1">Richard Hendriks</h1>
<h2 id="h2">Programmer</h2>
</header>
<div id="content" class="container">
<section id="contact" class="row">
<aside class="col-sm-3">
<h3 class="headings">Contact</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<strong>Email</strong>
<div class="email" id="e1">[email protected]</div>
</div>
<div class="col-sm-6">
<strong>Phone</strong>
<div class="phone">9999988888</div>
</div>
<div class="col-sm-6">
<strong>Website</strong>
<div class="website">http://abc.com</div>
</div>
</div>
</div>
</section>
<section id="about" class="row">
<aside class="col-sm-3">
<h3 class="headings">About</h3>
</aside>
<div class="col-sm-9 , summary">
Richard hails from Tulsa. He has earned degrees from the University of Oklahoma and Stanford. (Go Sooners and Cardinals!) Before starting Pied Piper, he worked for Hooli as a part time software developer. While his work focuses on applied information theory, mostly optimizing lossless compression schema of both the length-limited and adaptive variants, his non-work interests range widely, everything from quantum computing to chaos theory. He could tell you about it, but THAT would NOT be a “length-limited” conversation!
</div>
</section>
<section id="profile" class="row">
<aside class="col-sm-3">
<h3 class="headings">Profiles</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<strong class="network">Twitter</strong>
<div class="username" id="e1">neutralthoughts</div>
</div>
</div>
</div>
</section>
<section id="work" class="row">
<aside class="col-sm-3">
<h3 class="headings">Work</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span class = "company">Pied Piper</span>
<span class="startdate" id = "sd">2013-12-01</span>
<span class= "enddate" id = "ed">2014-12-01</span>
</h4>
<div class="website2 pull-right">
<a href="http://piedpiper.com">http://piedpiper.com</a>
</div>
<div class="position">
CEO/President
</div>
<div class="summary2">
<p>Pied Piper is a multi-platform technology based on a proprietary universal compression algorithm that has consistently fielded high Weisman Scores™ that are not merely competitive, but approach the theoretical limit of lossless compression.</p>
</div>
<h4>Highlights</h4>
<div>
<p class="highlights1">Build an algorithm for artist to detect if their music was violating copy right infringement laws.</p>
</div>
</div>
</div>
</div>
</section>
<section id="volunteer" class="row">
<aside class="col-sm-3">
<h3>Volunteer</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span class = "organization">CoderDojo</span>
<span class="startdate2" id = "sd">2013-12-01</span>
<span class= "enddate2" id = "ed">2014-12-01</span>
</h4>
<div class="website3 pull-right">
<a href="http://coderdojo.com/">http://coderdojo.com/</a>
</div>
<div class="position2">Teacher</div>
<div class="summary3">
<p>Global movement of free coding clubs for young people.</p>
</div>
<h4>Highlights</h4>
<div>
<p class="highlights2">Awarded 'Teacher of the Month'</p>
</div>
</div>
</div>
</div>
</section>
<section id="education" class="row">
<aside class="col-sm-3">
<h3>Education</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span class = "institution">University of Oklahoma</span>
<span class="startdate3" id = "sd">2013-12-01</span>
<span class= "enddate3" id = "ed">2014-12-01</span>
</h4>
<div class="area">
Information Technology
</div>
<div class="studytype">
Bachelor
</div>
<div class="gpa">
4.0
</div>
<h4>Courses</h4>
<div>
<p class="courses">DB1101 - Basic SQL</p>
</div>
</div>
</div>
</div>
</section>
<section id="awards" class="row">
<aside class="col-sm-3">
<h3>Awards</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<p class = "title">Digital Compression Pioneer Award</p>
</h4>
<div class="pull-right">
<em>Awarded on </em>
<strong class="date">2014-11-01</strong>
</div>
<div>
<em>by</em>
<strong class="awarder">Techcrunch</strong>
</div>
<div class="col-sm-9 , summary4">
There is no spoon.
</div>
</div>
</div>
</div>
</section>
<section id="publications" class="row">
<aside class="col-sm-3">
<h3>Publications</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span class = "name2">Video compression for 3d media</span>
<span class="releasedate">
2014-10-01
</span>
</h4>
<div class="website4 pull-right">
<a href="http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)">http://en.wikipedia.org/wiki/Silicon_Valley_(TV_series)</a>
</div>
<div>
<em>Published by</em>
<strong class="publisher">Hooli</strong>
</div>
<div>
<p class="summary5">Innovative middle-out compression algorithm that changes the way we store data.</p>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="row">
<aside class="col-sm-3">
<h3>Skills</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<p class = "name3">Web Development</p>
</h4>
<div>
<em>level</em>
<strong class="level">Master</strong>
</div>
<br>
<div class="keywords1">
HTML , CSS , JSON
</div>
</div>
</div>
</div>
</section>
<section id="languages" class="row">
<aside class="col-sm-3">
<h3>Languages</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div>
<strong class="language">English</strong>
</div>
<div class="fluency">
Native speaker
</div>
</div>
</div>
</div>
</section>
<section id="interests" class="row">
<aside class="col-sm-3">
<h3>Interests</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div>
<strong class= "name4">Wildlife</strong>
</div>
<div class="keywords2">
Ferrets , Unicorns
</div>
</div>
</div>
</div>
</section>
<section id="references" class="row">
<aside class="col-sm-3">
<h3>References</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<div class="reference">
It is my pleasure to recommend Richard, his performance working as a consultant for Main St. Company proved that he will be a valuable addition to any company.
</div>
<div>
<strong class="name5">— Erlich Bachman</strong>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</body>
</html>