-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
82 lines (80 loc) · 2.78 KB
/
about.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
---
layout: page
title: About
group: navigation
---
<style type="text/css">
.hot {
text-align: right;
}
.cold {
text-align: left;
}
</style>
<div class="row-fluid">
<div class="span6 hot">
<h1>Awesome</h1>
<p>
Statistics<br />
Science<br />
<a href="http://feynmanseries.com/">Richard Feynman</a>, <a href="http://www.youtube.com/watch?v=6RjW5-4IiSc">Neil deGrasse Tyson</a><br />
<!-- Rational, Logical Discourse<br /> -->
<!-- <a href="https://www.youtube.com/watch?v=_ZG8HBuDjgc">Douglas Adams</a><br /> -->
R<br />
Python<br />
A Good Book<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup><br />
<!-- Monty Python - Life of Brian<br /> -->
Community (TV)<sup id="fnref:2"><a href="#fn:2" rel="footnote">2</a></sup><br />
Philosophy<br />
Acappella Groups<sup id="fnref:3"><a href="#fn:3" rel="footnote">3</a></sup><br />
Badminton<br />
<!-- Sublime Text<br /> -->
<!-- LaTeX<br /> -->
<a href="https://www.youtube.com/watch?v=6FA9qaHKod0#t=107s">Stephen Fry</a><sup id="fnref:4"><a href="#fn:4" rel="footnote">4</a></sup><br />
Me
</p>
</div>
<div class="span6 cold">
<h1>Meh</h1>
<p>
Statistics for Social Sciences<br />
Fundamentalists<br />
Deepak Chopra<br />
<!-- Tea Party<br /> -->
<!-- Climate Change Skeptics<br /> -->
SAS<br />
Java, C<br />
Twilight, Hunger Games<br />
<!-- Omnipotent Dictators in the Sky<br /> -->
<a href="http://www.youtube.com/watch?v=Irw7SRv-l44">Reality TV</a><br />
Philosophy<br />
Heavy Metal, Club/Trance Songs<br />
Swimming<br />
<!-- TextMate<br /> -->
<!-- Microsoft Word<br /> -->
Jeremy Clarkson<br />
Me
</p>
</div>
</div>
<div class="footnotes">
<hr>
<ol>
<li id="fn:1">
<p>Catch-22. Also, check out my list on <a href="http://www.goodreads.com/review/list/7151423-derek-feng?shelf=read">Goodreads</a>.</p>
<!-- <a href="#fnref:1" rev="footnote">↩</a> -->
</li>
<li id="fn:2">
<p>Also: Arrested Development, Quite Interesting, Monty Python and the Flying Circus, Parks and Recreation, Glee, Scrubs.</p>
<!-- <a href="#fnref:2" rev="footnote">↩</a> -->
</li>
<li id="fn:3">
<p><a href="http://www.youtube.com/watch?v=2Fe11OlMiz8">Straight No Chaser</a>, <a href="http://www.youtube.com/watch?v=Mn3Zkq9PP_Y">Pentatonix</a>, <a href="http://www.youtube.com/watch?v=h8WiyX21A1c">On The Rocks</a>.</p>
<!-- <a href="#fnref:2" rev="footnote">↩</a> -->
</li>
<li id="fn:4">
<p>Louis CK, Bill Bailey, Bill Hicks, George Carlin, David Mitchell, Eddie Izzard, Rowan Atkinson.</p>
<!-- <a href="#fnref:3" rev="footnote">↩</a> -->
</li>
</ol>
</div>