-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdavid.html
More file actions
111 lines (98 loc) · 5.51 KB
/
david.html
File metadata and controls
111 lines (98 loc) · 5.51 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
<!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>David Zabner, Spice Wizard of the Cosmic Snowflake</title>
<meta name="description" content="the hero Iowa wants, but Boston needs: GRILLMAN">
<meta name="author" content="Davood">
<!-- CSS Files. Try and have as few of these as possible -->
<link rel="stylesheet" href="css/david/bootstrap.css" type="text/css">
<link rel="stylesheet" href="css/david/bootstrap-responsive.css" type="text/css">
<link rel="stylesheet" href="css/david/david.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="#">The GrillCave</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index.html">Everything David</a></li>
<li><a href="index.hml">David is Cool</a></li>
<li><a href="index.html">Grills</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/david/7upspot.gif">
<FONT COLOR="#FF0000">D</FONT><FONT COLOR="#FF5A00">a</FONT><FONT COLOR="#FFB400">v</FONT><FONT COLOR="#FFff00">i</FONT><FONT COLOR="#A5ff00">d</FONT>
<FONT COLOR="#4Bff00"> </FONT>
<FONT COLOR="#00ff00">i</FONT><FONT COLOR="#00ff5A">s</FONT>
<blink>
<FONT COLOR="#00ffB4">A</FONT><FONT COLOR="#00ffff">W</FONT><FONT COLOR="#00B4ff">E</FONT><FONT COLOR="#005Aff">S</FONT><FONT COLOR="#4B00ff">O</FONT><FONT COLOR="#A500ff">M</FONT><FONT COLOR="#FF00ff">E</FONT><FONT COLOR="#FF00B4">!</FONT>
</blink>
</h1>
<p class="lead">
"Now who'd have thought, that after all, Something as simple as rock 'n' roll would save us all."
</p>
<p>--David Zabner, 'I Still Believe'</p>
</div>
<div class="span6 center">
<center>
<img src="img/david/ie_logo.gif">
<img src="img/david/ns_logo.gif">
</center>
</div>
</div>
<marquee>
I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain.
</marquee>
</header>
<div class="container">
<h1>David Zabner is Awesome</h1>
<p>
Liquor ipsum dolor sit amet gin and tonic savoy corpse reviver leroux brandy manhattan ballantine oban smoky martini; black tooth grin. Greyhound, arran four horsemen caol ila sazerac black tooth grin knockeen hills irish poteen colombia, linkwood, glenburgie tequila sunset flirtini sex on the beach. The macallan white russian, hennessey, vodka mcgovern ben nevis cardhu nikolaschka, "vodka mcgovern!" Johnny walker black auchentoshan scapa saketini: benrinnes vodka martini lynchburg lemonade flaming volcano brandy sour bloody mary murphy's gong.
</p>
<p>
Dark and stormy chupacabra tom collins singapore sling 7 crown mannochmore, bourbon lancer brandy sour harvey's bristol cream. Grog deanston singapore sling batida edradour glenrothes black russian montgomery orange tundra satan's whiskers the goldeneye tanqueray. Amaretto sour porto flip glenfarclas vodka martini miltonduff kir fettercairn hiram walker, "speyburn creamsicle cosmopolitan galliano satan's whiskers bunnahabhain benromach zurracapote!" Calvert chimayó cocktail chartreuse the goldeneye coronet vso pink lady dalwhinnie glenallachie irish flag bombay. Four horsemen black bison grog, painkiller link up grog schenley's metaxa sidecar gibson belvedere gibbon, sundowner. Paradise flirtini, cafe zürich pink lady miltonduff tequila sunset vodka sunrise? Linkwood prince shnell long island iced tea french connection, long island iced tea lorraine ketel one.
</p>
<hr>
<h2>Some pictures of me</h2>
<div class="row">
<div class="span4">
<img src="img/david/ifeelprettyohsopretty.jpg">
<p>
“Show some fucking adaptability!” --Peter Smith
</p>
</div>
<div class="span4">
<img src="img/david/hardly.jpg">
</div>
<div class="span4">
<img src="img/david/shai-hulud.jpg">
<p>
“Without change something sleeps inside us, and seldom awakens. The sleeper must awaken.” --Shinji, Neon Genesis Evangelion
</p>
</div>
</div>
</div>
<footer class="row">
<div class="span6 center">
<img src="img/david/construction.gif">
</div>
</footer>
</body>
</html>