-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (63 loc) · 3.23 KB
/
index.html
File metadata and controls
64 lines (63 loc) · 3.23 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
<!-- source: https:github.com/meandavejustice/philipgrass -->
<!DOCTYPE html>
<html>
<head>
<title>philip grass</title>
<meta name="description" content="philip grass band">
<meta name="keywords" content="philip, grass, philipgrass, band, portland, pdx, electronic">
<meta name="author" content="Dave Justice">
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
</head>
<body>
<div class="container">
<div class="center">
<ul>
<li><a href="https://soundcloud.com/philip-grass">Soundcloud</a></li>
<li><a href="http://philipgrass.bandcamp.com/releases">Bandcamp</a></li>
<li><a href="http://www.droppinggems.com/philip-grass/">Dropping Gems</a></li>
<li><a href="https://www.facebook.com/philipgrassmusic">The Facebook</a></li>
</ul>
<!-- DO NOT TAB/INDENT! -->
<pre>
___ ___ ___
/ /\ /__/\ ___ ___ / /\
/ /::\ \ \:\ / /\ / /\ / /::\
/ /:/\:\ \__\:\ / /:/ ___ ___ / /:/ / /:/\:\
/ /:/~/:/ ___ / /::\ /__/::\ /__/\ / /\ /__/::\ / /:/~/:/
/__/:/ /:/ /__/\ /:/\:\ \__\/\:\__ \ \:\ / /:/ \__\/\:\__ /__/:/ /:/
\ \:\/:/ \ \:\/:/__\/ \ \:\/\ \ \:\ /:/ \ \:\/\ \ \:\/:/
\ \::/ \ \::/ \__\::/ \ \:\/:/ \__\::/ \ \::/
\ \:\ \ \:\ /__/:/ \ \::/ /__/:/ \ \:\
\ \:\ \ \:\ \__\/ \__\/ \__\/ \ \:\
\__\/ \__\/ \__\/
___ ___ ___ ___ ___
/ /\ / /\ / /\ / /\ / /\
/ /:/_ / /::\ / /::\ / /:/_ / /:/_
/ /:/ /\ / /:/\:\ / /:/\:\ / /:/ /\ / /:/ /\
/ /:/_/::\ / /:/~/:/ / /:/~/::\ / /:/ /::\ / /:/ /::\
/__/:/__\/\:\ /__/:/ /:/___ /__/:/ /:/\:\ /__/:/ /:/\:\ /__/:/ /:/\:\
\ \:\ /~~/:/ \ \:\/:::::/ \ \:\/:/__\/ \ \:\/:/~/:/ \ \:\/:/~/:/
\ \:\ /:/ \ \::/~~~~ \ \::/ \ \::/ /:/ \ \::/ /:/
\ \:\/:/ \ \:\ \ \:\ \__\/ /:/ \__\/ /:/
\ \::/ \ \:\ \ \:\ /__/:/ /__/:/
\__\/ \__\/ \__\/ \__\/ \__\/
</pre>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="bower_components/jquery/dist/jquery.min.js">\x3C/script>')</script>
<script type="text/javascript" src="lib/oktype.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('pre').oktype({
randomColor: true,
minSize: 18,
toggleCase: true,
weight: 'random',
minSpace: 500,
randomDecoration: true
});
});
</script>
</body>
</html>