-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobie.html
More file actions
114 lines (101 loc) · 3.9 KB
/
obie.html
File metadata and controls
114 lines (101 loc) · 3.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- This line is required for media queries (IE, makes your shit responsive) -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Meta info about site -->
<title>Obie Kopchak, still missing his pants after all of these years</title>
<meta name="description" content="Alaskan adventurer surviving in the heat of Boston">
<meta name="author" content="aliens?">
<!-- CSS Files. Try and have as few of these as possible -->
<link rel="stylesheet" href="css/obie/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/obie/bootstrap-responsive.css" type="text/css">
<link rel="stylesheet" href="css/obie/obie.css" type="text/css">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container" style="width: auto;">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Space The Final Frontier</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index.html">Captain Kirk could kick Piccard's ass</a></li>
<li><a href="index.hml">No he couldn't, Piccard is better</a></li>
<li><a href="index.html">you're both wrong, Sisco</a></li>
</ul>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
<header class="jumbotron subhead reamde">
<div class="row">
<div class="span7 center">
<h1>
<img src="img/obie/obieroccos.gif">
<FONT COLOR="#000000"><br>Obie wishes he could figure out how to change the font</FONT><FONT COLOR="#FF5A00"></FONT><FONT COLOR="#FFB400"></FONT><FONT COLOR="#FFff00"></FONT><FONT COLOR="#A5ff00"></FONT>
<FONT COLOR="#4Bff00"> </FONT>
<FONT COLOR="#00ff00"></FONT><FONT COLOR="#00ff5A"></FONT>
<blink>
<FONT COLOR="#00ffB4"></FONT><FONT COLOR="#00feff"></FONT><FONT COLOR="#00B4ff"></FONT><FONT COLOR="#005Aff"></FONT><FONT COLOR="#4B00ff"></FONT><FONT COLOR="#A500ff"></FONT><FONT COLOR="#FF00ff"></FONT><FONT COLOR="#FF00B4"></FONT>
</blink>
</h1>
<p class="lead">
"To Infinity and beyond"
</p>
<p>Buzz Lightyear</p>
</div>
<div class="span6 center">
<center>
<img src="img/obie/ie_logo.gif">
<img src="img/obie/ns_logo.gif">
</center>
</div>
</div>
<marquee>
Uhhh this is a thing
</marquee>
</header>
<div class="container">
<h1>Obie Kopchak isn't sure what he needs to do</h1>
<p>
other text
</p>
<p>
Filler text
</p>
<hr>
<h2>Some pictures of me</h2>
<div class="row">
<div class="span4">
<img src="img/obie/obie1.jpg">
<p>
Racing down the streets of Cordova, Alaska (July, 4, 2010)
</p>
</div>
<div class="span4">
<img src="img/obie/obie2.jpg">
<p>
A Throne of Brick
</p>
</div>
<div class="span4">
<img src="img/obie/obie3.jpg">
<p>
I just wanted to brag about having dinner with Bill Nye
</p>
</div>
</div>
</div>
<footer class="row">
<div class="span6 center">
<img src="img/obie/obiematrix.gif">
</div>
</footer>
</body>
</html>