|
4 | 4 |
|
5 | 5 | {% assign presskit = site.data.presskit %} |
6 | 6 |
|
7 | | -<divclass='uk-container uk-container-center'> |
8 | | -<divclass='uk-grid'> |
9 | | - |
10 | | -<divid='navigation'class='uk-width-medium-1-4'> |
11 | | -<h1class='nav-header'>{{presskit.title}}</h1> |
12 | | -<aclass='nav-header'href='http://{{presskit.website}}'>{{presskit.website}}</a> |
13 | | -<ulclass='uk-nav uk-nav-side'> |
14 | | -<li><ahref='#factsheet'>Factsheet</a></li> |
15 | | -<li><ahref='#description'>Description</a></li> |
16 | | -<li><ahref='#history'>History</a></li> |
17 | | -<li><ahref='#projects'>Projects</a></li> |
18 | | -<li><ahref='#trailers'>Videos</a></li> |
19 | | -<li><ahref='#images'>Images</a></li> |
20 | | -<li><ahref='#logo'>Logo & Icon</a></li> |
21 | | -<li><ahref='#awards'>Awards & Recognition</a></li> |
22 | | -<li><ahref='#quotes'>Selected Articles</a></li> |
23 | | -<li><ahref='#links'>Additional Links</a></li> |
24 | | -<li><ahref='#credits'>Team</a></li> |
25 | | -<li><ahref='#contact'>Contact</a></li> |
26 | | -</ul> |
27 | | -</div> |
| 7 | +<divclass='root'> |
| 8 | + |
| 9 | +<divid='content'> |
| 10 | + |
| 11 | + {% for file in site.static_files %} |
| 12 | + {% if file.path == '/images/header.png' %} |
| 13 | +<imgsrc='images/header.png'class='header'> |
| 14 | + {% endif %} |
| 15 | + {% endfor %} |
| 16 | + |
| 17 | +<divclass='box'> |
| 18 | +<h2id='factsheet'>Factsheet</h2> |
| 19 | +<dl> |
| 20 | +<dt>Developer:</dd> |
| 21 | +<dd><ahref=''>{{presskit.title}}</a></dd> |
| 22 | +<dd>Based in {{presskit.city}}</dd> |
| 23 | + |
| 24 | +<dt>Founding date:</dt> |
| 25 | +<dd>{{presskit.founded}}</dd> |
| 26 | + |
| 27 | +<dt>Website:</dt> |
| 28 | +<dd><ahref='http://{{presskit.website}}'>{{presskit.website}}</a></dd> |
| 29 | + |
| 30 | +<dt>Press / Business contact:</dt> |
| 31 | +<ddhref='mailto:{{presskit.press}}'>{{presskit.press}}</dd> |
| 32 | + |
| 33 | +<dt>Social:</dt> |
| 34 | +<dd><ahref='http://twitter.com/{{presskit.social.twitter}}'>twitter.com/{{presskit.social.twitter}}</a></dd> |
| 35 | +<dd><ahref='http://facebook.com/{{presskit.social.facebook}}'>facebook.com/{{presskit.social.facebook}}</a></dd> |
| 36 | +<dd><ahref='http://callto:{{presskit.social.skype}}'>Skype</a></dd> |
| 37 | + |
| 38 | +<dt>Releases:</dt> |
| 39 | + {% for game in site.games %} |
| 40 | +<dd><ahref='{{game.url | remove_first:'/' | remove: '.html' | prepend: base_url}}'>{{game.title}}</a></dd> |
| 41 | + {% else %} |
| 42 | +<dd>-</dd> |
| 43 | + {% endfor %} |
28 | 44 |
|
29 | | -<divid='content'class='uk-width-medium-3-4'> |
30 | | - {% for file in site.static_files %} |
31 | | - {% if file.path == '/images/header.png' %} |
32 | | -<imgsrc='images/header.png'class='header'> |
33 | | - {% endif %} |
34 | | - {% endfor %} |
35 | | -<divclass='uk-grid'> |
36 | | -<divclass='uk-width-medium-2-6'> |
37 | | -<h2id='factsheet'>Factsheet</h2> |
38 | | -<p> |
39 | | -<strong>Developer:</strong><br/> |
40 | | -<ahref='>{{presskit.title}}</a><br/> |
41 | | - Based in {{presskit.city}} |
42 | | - </p> |
43 | | - <p> |
44 | | - <strong>Founding date:</strong><br/> |
45 | | - {{presskit.founded}} |
46 | | - </p> |
47 | | - <p> |
48 | | - <strong>Website:</strong><br/> |
49 | | - <a href='http://{{presskit.website}}'>{{presskit.website}}</a> |
50 | | -</p> |
51 | | -<p> |
52 | | -<strong>Press / Business contact:</strong><br/> |
53 | | -<ahref='mailto:{{presskit.press}}'>{{presskit.press}}</a> |
54 | | -</p> |
55 | | -<p> |
56 | | -<strong>Social:</strong><br/> |
57 | | -<ahref='http://twitter.com/{{presskit.social.twitter}}'>twitter.com/{{presskit.social.twitter}}</a><br/> |
58 | | -<ahref='http://facebook.com/{{presskit.social.facebook}}'>facebook.com/{{presskit.social.facebook}}</a><br/> |
59 | | -<ahref='http://callto:{{presskit.social.skype}}'>Skype</a><br/> |
60 | | -</p> |
61 | | -<p> |
62 | | -<strong>Releases:</strong> |
63 | | - {% for game in site.games %} |
64 | | -<br/> |
65 | | -<ahref='{{game.url | remove_first:'/' | remove: '.html' | prepend: base_url}}'>{{game.title}}</a> |
66 | | - {% else %} |
67 | | - - |
68 | | - {% endfor %} |
69 | | -</p> |
70 | | -<p><strong>Address:</strong><br/> |
71 | | - {% for address_line in presskit.address %} |
72 | | - {{address_line}}<br/> |
73 | | - {% endfor %} |
74 | | -</p> |
75 | | -<p> |
76 | | -<strong>Phone:</strong><br/> |
77 | | - {{presskit.phone}} |
78 | | -</p> |
79 | | -</div> |
80 | | -<divclass='uk-width-medium-4-6'> |
81 | | -<h2id='description'>Description</h2> |
82 | | -<p>{{presskit.description}}</p> |
83 | | - |
84 | | -<h2id='history'>History</h2> |
85 | | - {% for story in presskit.history %} |
86 | | -<strong>{{story.header}}</strong> |
87 | | -<p>{{story.text}}</p> |
88 | | - {% endfor %} |
89 | | - |
90 | | -<h2id='projects'>Projects</h2> |
91 | | -<ul> |
92 | | - {% for game in site.games %} |
93 | | -<li><ahref='{{game.url | remove_first:'/' | remove: '.html' | prepend: base_url}}'>{{game.title}}</a></li> |
94 | | - {% else %} |
95 | | -<li>No pain no game</li> |
96 | | - {% endfor %} |
97 | | -</ul> |
98 | | -</div> |
| 45 | +<dt>Address:</dt> |
| 46 | + {% for address_line in presskit.address %} |
| 47 | +<dd>{{address_line}}</dd> |
| 48 | + {% endfor %} |
| 49 | +</dt> |
| 50 | + |
| 51 | +<dt>Phone:</dt> |
| 52 | +<dd>{{presskit.phone}}</dd> |
99 | 53 | </div> |
100 | 54 |
|
101 | | -<hr> |
| 55 | +<divclass='box'> |
| 56 | +<h2id='description'>Description</h2> |
| 57 | +<p>{{presskit.description}}</p> |
| 58 | +</div> |
102 | 59 |
|
103 | | -<h2id='trailers'>Videos</h2> |
104 | | -{% for trailer in presskit.trailers %} |
105 | | -{% include trailer.html %} |
106 | | -{% else %} |
107 | | -<p> |
108 | | -There are currently no trailers available for {{presskit.title}}. |
109 | | -Check back later for more or<ahref='#contact'>contact us</a> for specific requests! |
110 | | -</p> |
111 | | -{% endfor %} |
| 60 | +<divclass='box'> |
| 61 | +<h2id='history'>History</h2> |
| 62 | + {% for story in presskit.history %} |
| 63 | +<strong>{{story.header}}</strong> |
| 64 | +<p>{{story.text}}</p> |
| 65 | + {% endfor %} |
| 66 | +</div> |
112 | 67 |
|
113 | | -<hr> |
| 68 | +<divclass='box'> |
| 69 | +<h2id='projects'>Projects</h2> |
| 70 | +<ul> |
| 71 | + {% for game in site.games %} |
| 72 | +<li><ahref='{{game.url | remove_first:'/' | remove: '.html' | prepend: base_url}}'>{{game.title}}</a></li> |
| 73 | + {% else %} |
| 74 | +<li>No pain no game</li> |
| 75 | + {% endfor %} |
| 76 | +</ul> |
| 77 | +</div> |
| 78 | +</div> |
114 | 79 |
|
| 80 | +<divclass='box'> |
| 81 | +<h2id='trailers'>Videos</h2> |
| 82 | + {% for trailer in presskit.trailers %} |
| 83 | + {% include trailer.html %} |
| 84 | + {% else %} |
| 85 | +<p>There are currently no trailers available for {{presskit.title}}. Check back later for more or<ahref='#contact'>contact us</a> for specific requests!</p> |
| 86 | + {% endfor %} |
| 87 | +</div> |
| 88 | + |
| 89 | +<divclass='box'> |
115 | 90 | <h2id='images'>Images</h2> |
116 | | -<ahref='images/images.zip'> |
117 | | -<divclass='uk-alert'>download all screenshots & photos as .zip</div> |
118 | | -</a> |
119 | | -<divclass='uk-grid images'> |
| 91 | +<ahref='images/images.zip'class='notice'>download all screenshots & photos as .zip</a> |
| 92 | + |
| 93 | +<divclass='masonry'> |
120 | 94 | {% for file in site.static_files %} |
121 | 95 | {% assign image = file.path | split: '/' %} |
122 | 96 | {% assign filename = image | last %} |
123 | 97 | {% if image[1] == 'images' and filename != 'header.png' and filename != 'logo.png' and filename != 'icon.png' %} |
124 | | -<divclass='uk-width-medium-1-2'> |
125 | | -<ahref='{{file.path | remove_first:'/'}}'> |
126 | | -<imgsrc='{{file.path | remove_first:'/'}}' alt='{{image | last}}'/> |
127 | | -</a> |
128 | | -</div> |
| 98 | +<divclass='masonry-item'> |
| 99 | +<ahref='{{file.path | remove_first:'/'}}'> |
| 100 | +<imgsrc='{{file.path | remove_first:'/'}}' alt='{{image | last}}'/> |
| 101 | +</a> |
| 102 | +</div> |
129 | 103 | {% endif %} |
130 | 104 | {% endfor %} |
131 | 105 | </div> |
132 | | -<pclass='images-text'>There are far more images available for {{presskit.title}}, but these are the ones we felt would be most useful to you. If you have specific requests, please do<ahref='#contact'>contact us</a>!</p> |
133 | 106 |
|
134 | | -<hr> |
| 107 | +<pclass='images-text'>There are far more images available for {{presskit.title}}, but these are the ones we felt would be most useful to you. If you have specific requests, please do<ahref='#contact'>contact us</a>!</p> |
| 108 | +</div> |
135 | 109 |
|
| 110 | +<divclass='box'> |
136 | 111 | <h2id='logo'>Logo & Icon</h2> |
137 | | -<ahref='images/logo.zip'> |
138 | | -<divclass='uk-alert'>download logo files as .zip (15KB)</div> |
139 | | -</a> |
140 | | -<divclass='uk-grid images'> |
141 | | -<divclass='uk-width-medium-1-2'> |
142 | | -<ahref='images/logo.png'> |
143 | | -<imgsrc='images/logo.png'alt='logo'/> |
144 | | -</a> |
145 | | -</div> |
146 | | -</div> |
| 112 | +<ahref='images/logo.zip'class='notice'>download logo files as .zip (15KB)</a> |
147 | 113 |
|
148 | | -<hr> |
| 114 | +<div> |
| 115 | +<ahref='images/logo.png'> |
| 116 | +<imgsrc='images/logo.png'alt='logo'/> |
| 117 | +</a> |
| 118 | +</div> |
| 119 | +</div> |
149 | 120 |
|
| 121 | +<divclass='box'> |
150 | 122 | <h2id='awards'>Awards & Recognition</h2> |
151 | 123 | <ul> |
152 | 124 | {% for award in presskit.awards %} |
153 | 125 | <li>'{{award.description}}' -<cite>{{award.info}}</cite></li> |
154 | 126 | {% endfor %} |
155 | 127 | </ul> |
| 128 | +</div> |
156 | 129 |
|
157 | | -<hr> |
158 | | - |
| 130 | +<divclass='box'> |
159 | 131 | <h2id='quotes'>Selected Articles</h2> |
160 | | -<ul> |
161 | | - {% for quote in presskit.quotes %} |
162 | | -<li>'{{quote.description}} - Everything else we consider nonsense'<br/> |
163 | | -<cite>- {{quote.name}},<ahref='{{quote.link}}'>{{quote.website}}</a></cite> |
164 | | -</li> |
165 | | - {% endfor %} |
166 | | -</ul> |
167 | | - |
168 | | -<hr> |
| 132 | + |
| 133 | + {% for quote in presskit.quotes %} |
| 134 | +<blockquote> |
| 135 | +<p>{{quote.description}}</p> |
| 136 | +<footer> |
| 137 | + —<cite>{{quote.name}},<ahref='{{quote.link}}'>{{quote.website}}</a></cite> |
| 138 | +</footer> |
| 139 | +</blockquote> |
| 140 | + {% endfor %} |
| 141 | +</div> |
169 | 142 |
|
| 143 | +<divclass='box'> |
170 | 144 | <h2id='links'>Additional Links</h2> |
| 145 | + |
| 146 | +<dl> |
171 | 147 | {% for additional in presskit.additionals %} |
172 | | -<p> |
173 | | -<strong>{{additional.title}}</strong><br/> |
174 | | - {{additional.description}} available<ahref='{{additional.link}}'alt='{{additional.link}}'>here</a>. |
175 | | -</p> |
| 148 | +<dt>{{additional.title}}</dt> |
| 149 | +<dd>{{additional.description}} available<ahref='{{additional.link}}'alt='{{additional.link}}'>here</a>.</dd> |
176 | 150 | {% endfor %} |
| 151 | +</dl> |
| 152 | +</div> |
177 | 153 |
|
178 | | -<hr> |
179 | | - |
180 | | -<divclass='uk-grid'> |
181 | | -<divclass='uk-width-medium-1-2'> |
182 | | -<h2id='credits'>Team & Repeating Collaborator</h2> |
183 | | - {% for credit in presskit.credits %} |
184 | | -<p> |
185 | | -<strong>{{credit.person}}</strong><br/> |
186 | | -<ahref='http://{{credit.website}}'>{{credit.role}}</a> |
187 | | -</p> |
188 | | - {% endfor %} |
189 | | -</div> |
| 154 | +<divclass='container'> |
| 155 | +<divclass='box'> |
| 156 | +<h2id='credits'>Team & Repeating Collaborator</h2> |
190 | 157 |
|
191 | | -<divclass='uk-width-medium-1-2'> |
192 | | - {% include contacts.html %} |
193 | | -</div> |
| 158 | +<dl> |
| 159 | + {% for credit in presskit.credits %} |
| 160 | +<dt>{{credit.person}}</dt> |
| 161 | +<dd><ahref='http://{{credit.website}}'>{{credit.role}}</a></dd> |
| 162 | + {% endfor %} |
| 163 | +</dl> |
194 | 164 | </div> |
195 | 165 |
|
196 | | -<hr> |
| 166 | +<divclass='box'> |
| 167 | + {% include contacts.html %} |
| 168 | +</div> |
| 169 | +</div> |
197 | 170 |
|
198 | | -<p> |
199 | | -<ahref='http://dopresskit.com/'>presskit()</a> by Rami Ismail (<ahref='http://www.vlambeer.com/'>Vlambeer</a>) - also thanks to<ahref='sheet.php?p=credits'>these fine folks</a> |
200 | | -</p> |
| 171 | +<divclass='box'> |
| 172 | +<p><ahref='http://dopresskit.com/'>presskit()</a> by Rami Ismail (<ahref='http://www.vlambeer.com/'>Vlambeer</a>) - also thanks to<ahref='sheet.php?p=credits'>these fine folks</a></p> |
201 | 173 | </div> |
202 | 174 | </div> |
| 175 | + |
203 | 176 | </div> |