-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (62 loc) · 2.27 KB
/
index.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
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>The Greatest Movies Never Made</title>
<link rel="icon" type="image/png" href="style/favicon.png" />
<link rel="shortcut" type="image/png" href="style/favicon.png" />
<link rel="stylesheet" href="style/standard.css" />
<link rel="stylesheet" href="style/splash.css" />
<link rel="stylesheet" href="style/main.css" />
<meta property="og:image" content="images/33third_logo-380x193.png"/>
</head>
<body>
<div id="nonFooter">
<div id="content" class="container_12">
<!-- div id="podcastIcon">
<a href="podcast"><img src="images/podcast_icon.png" /></a>
</div -->
<div id="productionLine" class="grid_12">
<img src="images/33third_logo-380x193.png" />
</div>
<div class="clear"></div>
<div style="text-align:center" class="grid_4 movieCell">
<a href="movie/noah_the_culling.html">
<img src="images/noah_title-280x97.png" alt="Noah the Culling" />
</a>
</div>
<div style="text-align:center" class="grid_4 movieCell">
<a href="movie/the_longest_game.html">
<img src="images/longest_game_title-280x97.png" alt="The Longest Game" />
</a>
</div>
<div style="text-align:center" class="grid_4 movieCell">
<a href="movie/the_wages_of_avarice.html">
<img src="images/wages_title-280x97.png" alt="Wages of Avarice" />
</a>
</div>
<div class="clear"></div>
<div class="grid_12" style="text-align: center">
<a href="buy_the_posters.html">
<img src="images/posters_seal-220x220.png" alt="buy the posters" />
</a>
</div>
<!-- div class="prefix_2 grid_3">
<a href="produce_your_own_movie_poster.html">
<img src="images/produce_your_own_seal-220x220.png" alt="produce your own movie" />
</a>
</div -->
<div class="clear"></div>
</div><!-- #content -->
</div><!-- #nonFooter -->
<div id="footer" class="container_12">
<div class="grid_2"><a href="http://www.liquid-labs.com"><img src="images/liquid_labs_text_bug-140x40.png" alt="Liquid Labs" /></a></div>
<div class="grid_8">
<a href="credits.html">credits</a> | <a href="contact.html">contact</a><br />
©2011 Liquid Labs, LLC
</div>
<div class="grid_2"><a href="http://www.zanecorp.com"><img src="images/zanecorp_text_bug-140x40.png" alt="Zanecorp" /></a></div>
<div class="clear"></div>
</div><!--#footer -->
</body>
</html>