-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.18 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.18 KB
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
<html>
<head>
<title>a super fancy blog</title>
</head>
<body>
<h1>a super fancy blog</h1>
<h2>Almost as fancy as my other <a href="http://nothoo.com">blog</a>.</h2>
<p>
My programming language history:
<ul>
<li>Basic on a Commodore 64 (mid 80s)</li>
<li>QBasic on an IBM PC Clone (late 80s)</li>
<li>Pascal 2 semesters at University (early 90s)</li>
<li>C 1 semester at University (early 90s)</li>
<li>Ada 2 semesters at University (early 90s)</li>
<li>Scheme 1 semester at University (early 90s)</li>
<li>C++ 8 years professionally (1996-2004)</li>
<li>VB 4 years dabbling (1996-2000)</li>
<li>Javascript 10 years dabbling (1998-now)</li>
<li>C# 4 years professionally (2000-2004)</li>
<li>Java 7 years dabbling, 5 years professionally (1996-now)</li>
<li>Ruby 6 years of on-again-off-again dabbling (2002-now)</li>
<li>Groovy 1 year professionally (2008)</li>
<li>Scala 6 months professionally (2008)</li>
<li>Erlang 6 months dabbling (2008)</li>
<li>Objective-C/Cocoa 3 months dabbling (2008)</li>
<li>Haskell 1 week learning (2008)</li>
</ul>
Not that anyone cares.
Oh yeah... I am the master of fancy HTML.
</p>
</body>
</html>