-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (43 loc) · 1.33 KB
/
about.html
File metadata and controls
53 lines (43 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<title>SHOW HER MY THAILAND: A Street Fighter Romance</title>
<style>
body {
background-color: black;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #CCC;
}
#wrap {
margin: 50px auto;
width: 400px;
}
a, a:visited {
color: #6FF;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div id="wrap">
<h1>SHOW HER MY THAILAND</h1>
<h2>A Street Fighter Romance</h2>
<p>Created for the 2012 <a href="http://jeanclaudevanjam.com/">Jean-Claude Van Jam</a>.</p>
<p>CREDITS:</p>
<ul>
<li><a href="http://dmauro.com">David Mauro</a></li>
<li><a href="http://www.linkedin.com/in/jentaclas">Jen Taclas</a></li>
<li><a href="http://jeff.blamblamblam.net">Jeff Lee</a></li>
</ul>
<p>Thanks to Jessen Jurado, <a href="http://babycastles.com/">Babycastles</a>, and <a href="http://eyebeam.org/">Eyebeam</a>. Apologies to JCVD, Kylie Minogue, and possibly also Raul Julia.</p>
<p>Read a mini-postmortem <a href="http://hoyvinglavin.com/2012/08/22/jcvj-mini-postmortem/">here</a>.</p>
</div>
</body>
</html>