-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdbc1.html
56 lines (56 loc) · 2.29 KB
/
dbc1.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
<!DOCTYPE html>
<html>
<head>
<title>My Webpage</title>
<link rel="stylesheet" type="text/css" href="stylesheets/dbc1.css">
</head>
<body>
<h1>Michael Teevan</h1>
<h2>Introduction</h2>
<ul>
<li>Born and raised in Thousand Oaks, CA</li>
<li>Currently living in Oxnard, CA</li>
<br>
<li><h3>Some of my interests include:</h3>
<ol>
<li>Philosophy</li>
<ul>
<li>
<p>
Karl Popper is my favorite philosopher and has influenced me the most in my ability to think critically and clearly. Popper is considereed the most influential philosophers of science during the 20th century. He introduced the idea of <a href="http://en.wikipedia.org/wiki/Falsifiability">falsification</a> as a necessary condition for a scientific theory. <br> <a href="http://plato.stanford.edu/entries/popper/"><img src="images/popper.jpg" alt="Karl Popper" /></a>
</p>
</li>
</ul>
<li>Web Development</li>
<ul>
<li>
<p>
My friend and LSAT tutor introduced me to web development and Ruby on Rails a couple years ago. While trying to learn Rails by myself I stumbled across DBC, which I am now looking forward to attending in July in San Francisco.
<br>
<a href="http://rubyonrails.org/" target="_blank"><img src="images/rails.png" alt="Ruby on Rails" /></a>
</p>
</li>
</ul>
<li>Clothing and Style</li>
<ul>
<li>
<p>
Until very recently, I had been living in Minneapolis, MN where I worked full-time at <a href=”http://www.jcrew.com”><i>J.Crew</i></a> at Mall of America in Bloomington, MN. I'm not sure exactly how I began to be so interested in clothing, style and how people dress, but it has become a large part of my identity.
<br>
<img src="images/joanna_me.jpg" />
This is my sister and me in an awkward family photo. We're weird.
</p>
</li>
</ul>
</ol>
</li>
</ul>
<h5>Relevant Contact Information</h5>
<ul><h6>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://twitter.com/MichaelTeevan">Twitter</a></li>
<li><a href="https://www.facebook.com/michael.teevan">FaceBook</a></li>
<li><a href="https://github.com/mike6838">GitHub</a></li>
</ul></h6>
</body>
</html>