-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
105 lines (101 loc) · 3.62 KB
/
credits.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Site Credits</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" />
</head>
<body>
<div id="nonFooter">
<div id="content" class="container_12">
<div id="logo" class="grid_12" style="margin-bottom: 15px">
<a href="index.html"><img src="images/33third_flat_logo-300x43.png" /></a>
</div>
<div class="clear"></div>
<div class="grid_12" style="font: 24px/1 URW Gothic L,Verdana,Arial,Helvetica,sans-serif;
font-weight: bold">
Credits
</div>
<div class="grid_4">
<div class="function">
Site Design and Layout, and Copy
</div>
<div class="credit">
<a href="http://www.liquid-labs.com">Liquid Labs</a>
</div>
</div>
<div class="grid_4">
<div class="function">Font, Title and Heading</div>
<div class="credit"><a href="http://en.wikipedia.org/wiki/Ghostscript#Free_fonts">URW
Gothic L</a> by <a href="http://www.urwpp.de">URW++ Design &
Development</a>
</div>
</div>
<div class="grid_4">
<div class="function">Vector Graphics Manipulation</div>
<div class="credit"><a href="http://www.adobe.com/products/illustrator.html">Adobe
Illustrator</a> and <a href="http://inkscape.org/">Inkscape</a></div>
</div>
<div class="clear"></div>
<div class="grid_4">
<div class="function">Logo Design, Concept Sketches</div>
<div class="credit">
<a href="http://www.liquid-labs.com">Liquid Labs</a>
</div>
</div>
<div class="grid_4">
<div class="function">Font, Content</div>
<div class="credit"><a href="http://en.wikipedia.org/wiki/Verdana">Verdana</a>
by <a href="http://en.wikipedia.org/wiki/Matthew_Carter">Mathew
Carter</a></div>
</div>
<div class="grid_4">
<div class="function">Raster Graphics Manipulation</div>
<div class="credit"><a href="http://www.adobe.com/products/photoshop.html">Photoshop</a>
and <a href="http://www.gimp.org/">Gimp</a></div>
</div>
<div class="clear"></div>
<div class="grid_4">
<div class="function">Logo Design, Execution</div>
<div class="credit">
Phil Melito
</div>
</div>
<div class="grid_4">
<div class="function">CSS Framework</div>
<div class="credit"><a href="http://960.gs">960 Grid System</a></div>
</div>
<div class="grid_4">
<div class="function">Poster Production</div>
<div class="credit">Poster production work is creditted on the individual posters.</div>
</div>
<div class="clear"></div>
<div class="grid_4">
<div class="function">Third Party Images</div>
<ul class="credit">
<li><a href="productionnotebook/noah/images/narrative-220x150.png">Narratives
image</a> derived from CC licensed image
by <a href="http://www.fotopedia.com/items/flickr-3370859327">Lawrie
Cate</a></li>
<li><a href="productionnotebook/noah/images/locations-220x150.png">Locations
image</a> derived from CC licensed image
by <a href="http://www.flickr.com/photos/jl_2/">jl_2</a></li>
</div>
</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">
credits | <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>