|
5 | 5 | {% assign presskit = site.data.presskit %} |
6 | 6 |
|
7 | 7 | <divclass="uk-container uk-container-center"> |
8 | | -<divclass="uk-grid"> |
9 | | -<divid="navigation"class="uk-width-medium-1-4"> |
10 | | -<h1class="nav-header">{{presskit.title}}</h1> |
11 | | -<aclass="nav-header"href="http://{{presskit.website}}">{{presskit.website}}</a> |
12 | | -<ulclass="uk-nav uk-nav-side"> |
13 | | -<li><ahref="#factsheet">Factsheet</a></li> |
14 | | -<li><ahref="#description">Description</a></li> |
15 | | -<li><ahref="#history">History</a></li> |
16 | | -<li><ahref="#projects">Projects</a></li> |
17 | | -<li><ahref="#trailers">Videos</a></li> |
18 | | -<li><ahref="#images">Images</a></li> |
19 | | -<li><ahref="#logo">Logo & Icon</a></li> |
20 | | -<li><ahref="#awards">Awards & Recognition</a></li> |
21 | | -<li><ahref="#quotes">Selected Articles</a></li> |
22 | | -<li><ahref="#links">Additional Links</a></li> |
23 | | -<li><ahref="#credits">Team</a></li> |
24 | | -<li><ahref="#contact">Contact</a></li> |
25 | | -</ul> |
26 | | -</div> |
27 | | -<divid="content"class="uk-width-medium-3-4"><imgsrc="images/header.png"class="header"> |
28 | | -<divclass="uk-grid"> |
29 | | -<divclass="uk-width-medium-2-6"> |
30 | | -<h2id="factsheet">Factsheet</h2> |
31 | | -<p> |
32 | | -<strong>Developer:</strong><br/> |
33 | | -<ahref="">{{presskit.title}}</a><br/> |
34 | | -Based in {{presskit.city}} |
35 | | -</p> |
36 | | -<p> |
37 | | -<strong>Founding date:</strong><br/> |
38 | | -{{presskit.founded}} |
39 | | -</p> |
40 | | -<p> |
41 | | -<strong>Website:</strong><br/> |
42 | | -<ahref="http://{{presskit.website}}">{{presskit.website}}</a> |
43 | | -</p> |
44 | | -<p> |
45 | | -<strong>Press / Business contact:</strong><br/> |
46 | | -<ahref="mailto:{{presskit.press}}">{{presskit.press}}</a> |
47 | | -</p> |
48 | | -<p> |
49 | | -<strong>Social:</strong><br/> |
50 | | -<ahref="http://twitter.com/{{presskit.social.twitter}}">twitter.com/{{presskit.social.twitter}}</a><br/> |
51 | | -<ahref="http://facebook.com/{{presskit.social.facebook}}">facebook.com/{{presskit.social.facebook}}</a><br/> |
52 | | -<ahref="http://callto:{{presskit.social.skype}}">Skype</a><br/> |
53 | | -</p> |
54 | | -<p> |
55 | | -<strong>Releases:</strong><br/> |
56 | | -<!-- <a href="release_url">release_name</a><br/> --> |
57 | | -</p> |
58 | | -<p><strong>Address:</strong><br/> |
59 | | - {% for address_line in presskit.address %} |
60 | | - {{address_line}}<br/> |
61 | | - {% endfor %} |
62 | | -</p> |
63 | | -<p> |
64 | | -<strong>Phone:</strong><br/> |
65 | | -{{presskit.phone}} |
66 | | -</p> |
67 | | -</div> |
68 | | -<divclass="uk-width-medium-4-6"> |
69 | | -<h2id="description">Description</h2> |
70 | | -<p>{{presskit.description}}</p> |
71 | | - |
72 | | -<h2id="history">History</h2> |
73 | | -{% for story in presskit.history %} |
74 | | -<strong>{{story.header}}</strong> |
| 8 | +<divclass="uk-grid"> |
| 9 | +<divid="navigation"class="uk-width-medium-1-4"> |
| 10 | +<h1class="nav-header">{{presskit.title}}</h1> |
| 11 | +<aclass="nav-header"href="http://{{presskit.website}}">{{presskit.website}}</a> |
| 12 | +<ulclass="uk-nav uk-nav-side"> |
| 13 | +<li><ahref="#factsheet">Factsheet</a></li> |
| 14 | +<li><ahref="#description">Description</a></li> |
| 15 | +<li><ahref="#history">History</a></li> |
| 16 | +<li><ahref="#projects">Projects</a></li> |
| 17 | +<li><ahref="#trailers">Videos</a></li> |
| 18 | +<li><ahref="#images">Images</a></li> |
| 19 | +<li><ahref="#logo">Logo & Icon</a></li> |
| 20 | +<li><ahref="#awards">Awards & Recognition</a></li> |
| 21 | +<li><ahref="#quotes">Selected Articles</a></li> |
| 22 | +<li><ahref="#links">Additional Links</a></li> |
| 23 | +<li><ahref="#credits">Team</a></li> |
| 24 | +<li><ahref="#contact">Contact</a></li> |
| 25 | +</ul> |
| 26 | +</div> |
| 27 | +<divid="content"class="uk-width-medium-3-4"><imgsrc="images/header.png"class="header"> |
| 28 | +<divclass="uk-grid"> |
| 29 | +<divclass="uk-width-medium-2-6"> |
| 30 | +<h2id="factsheet">Factsheet</h2> |
| 31 | +<p> |
| 32 | +<strong>Developer:</strong><br/> |
| 33 | +<ahref="">{{presskit.title}}</a><br/> |
| 34 | +Based in {{presskit.city}} |
| 35 | +</p> |
| 36 | +<p> |
| 37 | +<strong>Founding date:</strong><br/> |
| 38 | +{{presskit.founded}} |
| 39 | +</p> |
| 40 | +<p> |
| 41 | +<strong>Website:</strong><br/> |
| 42 | +<ahref="http://{{presskit.website}}">{{presskit.website}}</a> |
| 43 | +</p> |
| 44 | +<p> |
| 45 | +<strong>Press / Business contact:</strong><br/> |
| 46 | +<ahref="mailto:{{presskit.press}}">{{presskit.press}}</a> |
| 47 | +</p> |
| 48 | +<p> |
| 49 | +<strong>Social:</strong><br/> |
| 50 | +<ahref="http://twitter.com/{{presskit.social.twitter}}">twitter.com/{{presskit.social.twitter}}</a><br/> |
| 51 | +<ahref="http://facebook.com/{{presskit.social.facebook}}">facebook.com/{{presskit.social.facebook}}</a><br/> |
| 52 | +<ahref="http://callto:{{presskit.social.skype}}">Skype</a><br/> |
| 53 | +</p> |
| 54 | +<p> |
| 55 | +<strong>Releases:</strong><br/> |
| 56 | +<!-- <a href="release_url">release_name</a><br/> --> |
| 57 | +</p> |
| 58 | +<p><strong>Address:</strong><br/> |
| 59 | + {% for address_line in presskit.address %} |
| 60 | + {{address_line}}<br/> |
| 61 | + {% endfor %} |
| 62 | +</p> |
| 63 | +<p> |
| 64 | +<strong>Phone:</strong><br/> |
| 65 | +{{presskit.phone}} |
| 66 | +</p> |
| 67 | +</div> |
| 68 | +<divclass="uk-width-medium-4-6"> |
| 69 | +<h2id="description">Description</h2> |
| 70 | +<p>{{presskit.description}}</p> |
| 71 | + |
| 72 | +<h2id="history">History</h2> |
| 73 | +{% for story in presskit.history %} |
| 74 | +<strong>{{story.header}}</strong> |
75 | 75 | <p>{{story.header}}</p> |
76 | 76 | {% endfor %} |
77 | 77 |
|
78 | 78 | <h2id="projects">Projects</h2> |
79 | | -<ul> |
80 | | -{% for game in site.games %} |
81 | | -<li><ahref="{{game.url | remove_first:'/' | remove: '.html' | prepend: base_url}}">{{game.title}}</a></li> |
82 | | -{% else %} |
83 | | -<li>No pain no game</li> |
84 | | -{% endfor %} |
85 | | -</ul> |
86 | | -</div> |
87 | | -</div> |
88 | | - |
89 | | -<hr> |
90 | | - |
91 | | -<h2id="trailers">Videos</h2> |
92 | | -{% for trailer in presskit.trailers %} |
93 | | -<p> |
94 | | -<strong>{{trailer.name}}</strong> <ahref="http://www.youtube.com/watch?v={{trailer.youtube}}">YouTube</a> |
95 | | -<divclass="uk-responsive-width iframe-container"> |
| 79 | +<ul> |
| 80 | +{% for game in site.games %} |
| 81 | +<li><ahref="{{game.url | remove_first:'/' | remove: '.html' | prepend: base_url}}">{{game.title}}</a></li> |
| 82 | +{% else %} |
| 83 | +<li>No pain no game</li> |
| 84 | +{% endfor %} |
| 85 | +</ul> |
| 86 | +</div> |
| 87 | +</div> |
| 88 | + |
| 89 | +<hr> |
| 90 | + |
| 91 | +<h2id="trailers">Videos</h2> |
| 92 | +{% for trailer in presskit.trailers %} |
| 93 | +<p> |
| 94 | +<strong>{{trailer.name}}</strong> <ahref="http://www.youtube.com/watch?v={{trailer.youtube}}">YouTube</a> |
| 95 | +<divclass="uk-responsive-width iframe-container"> |
96 | 96 | <iframesrc="http://www.youtube.com/embed/{{trailer.youtube}}"frameborder="0"allowfullscreen></iframe> |
97 | 97 | </div> |
98 | 98 | </p> |
99 | 99 | {% endfor %} |
100 | 100 |
|
101 | 101 | <hr> |
102 | 102 |
|
103 | | -<h2id="images">Images</h2> |
104 | | -<ahref="images/images.zip"> |
| 103 | +<h2id="images">Images</h2> |
| 104 | +<ahref="images/images.zip"> |
105 | 105 | <divclass="uk-alert">download all screenshots & photos as .zip</div> |
106 | | -</a> |
107 | | -<divclass="uk-grid images"> |
108 | | -<!-- Iterate over images |
109 | | - <div> |
110 | | - <a href="images/janwillem-vlambeer-2.png"> |
111 | | - <img src="images/janwillem-vlambeer-2.png" alt="janwillem-vlambeer-2.png" /> |
112 | | - </a> |
113 | | -</div> --> |
114 | | -</div> |
115 | | -<pclass="images-text">There are far more images available for Vlambeer, 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> |
116 | | - |
117 | | -<hr> |
118 | | - |
119 | | -<h2id="logo">Logo & Icon</h2> |
120 | | -<ahref="images/logo.zip"> |
121 | | -<divclass="uk-alert">download logo files as .zip (15KB)</div> |
122 | | -</a> |
123 | | -<divclass="uk-grid images"> |
124 | | -<divclass="uk-width-medium-1-2"> |
125 | | -<ahref="images/logo.png"> |
126 | | -<imgsrc="images/logo.png"alt="logo"/> |
127 | | -</a> |
128 | | -</div> |
129 | | -</div> |
130 | | - |
131 | | -<hr> |
132 | | - |
133 | | -<h2id="awards">Awards & Recognition</h2> |
134 | | -<ul> |
135 | | - {% for award in presskit.awards %} |
136 | | -<li>"{{award.description}}" -<cite>{{award.info}}</cite></li> |
137 | | - {% endfor %} |
138 | | -</ul> |
139 | | - |
140 | | -<hr> |
141 | | - |
142 | | -<h2id="quotes">Selected Articles</h2> |
143 | | -<ul> |
144 | | - {% for quote in presskit.quotes %} |
145 | | -<li>"{{quote.description}} - Everything else we consider nonsense"<br/> |
146 | | -<cite>- {{quote.name}},<ahref="{{quote.link}}">{{quote.website}}</a></cite> |
147 | | -</li> |
148 | | - {% endfor %} |
149 | | -</ul> |
150 | | - |
151 | | -<hr> |
152 | | - |
153 | | -<h2id="links">Additional Links</h2> |
154 | | - {% for additional in presskit.additionals %} |
155 | | -<p> |
156 | | -<strong>{{additional.title}}</strong><br/> |
157 | | - {{additional.description}} available<ahref="{{additional.link}}"alt="{{additional.link}}">here</a>. |
| 106 | +</a> |
| 107 | +<divclass="uk-grid images"> |
| 108 | +<!-- Iterate over images |
| 109 | + <div> |
| 110 | + <a href="images/janwillem-vlambeer-2.png"> |
| 111 | + <img src="images/janwillem-vlambeer-2.png" alt="janwillem-vlambeer-2.png" /> |
| 112 | + </a> |
| 113 | +</div> --> |
| 114 | +</div> |
| 115 | +<pclass="images-text">There are far more images available for Vlambeer, 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> |
| 116 | + |
| 117 | +<hr> |
| 118 | + |
| 119 | +<h2id="logo">Logo & Icon</h2> |
| 120 | +<ahref="images/logo.zip"> |
| 121 | +<divclass="uk-alert">download logo files as .zip (15KB)</div> |
| 122 | +</a> |
| 123 | +<divclass="uk-grid images"> |
| 124 | +<divclass="uk-width-medium-1-2"> |
| 125 | +<ahref="images/logo.png"> |
| 126 | +<imgsrc="images/logo.png"alt="logo"/> |
| 127 | +</a> |
| 128 | +</div> |
| 129 | +</div> |
| 130 | + |
| 131 | +<hr> |
| 132 | + |
| 133 | +<h2id="awards">Awards & Recognition</h2> |
| 134 | +<ul> |
| 135 | + {% for award in presskit.awards %} |
| 136 | +<li>"{{award.description}}" -<cite>{{award.info}}</cite></li> |
| 137 | + {% endfor %} |
| 138 | +</ul> |
| 139 | + |
| 140 | +<hr> |
| 141 | + |
| 142 | +<h2id="quotes">Selected Articles</h2> |
| 143 | +<ul> |
| 144 | + {% for quote in presskit.quotes %} |
| 145 | +<li>"{{quote.description}} - Everything else we consider nonsense"<br/> |
| 146 | +<cite>- {{quote.name}},<ahref="{{quote.link}}">{{quote.website}}</a></cite> |
| 147 | +</li> |
| 148 | + {% endfor %} |
| 149 | +</ul> |
| 150 | + |
| 151 | +<hr> |
| 152 | + |
| 153 | +<h2id="links">Additional Links</h2> |
| 154 | + {% for additional in presskit.additionals %} |
| 155 | +<p> |
| 156 | +<strong>{{additional.title}}</strong><br/> |
| 157 | + {{additional.description}} available<ahref="{{additional.link}}"alt="{{additional.link}}">here</a>. |
158 | 158 | </p> |
159 | | - {% endfor %} |
| 159 | + {% endfor %} |
160 | 160 |
|
161 | 161 | <hr> |
162 | 162 |
|
163 | 163 | <divclass="uk-grid"> |
164 | | -<divclass="uk-width-medium-1-2"> |
165 | | -<h2id="credits">Team & Repeating Collaborator</h2> |
166 | | - {% for credit in presskit.credits %} |
167 | | -<p> |
168 | | -<strong>{{credit.person}}</strong><br/> |
169 | | -<ahref="http://{{credit.website}}">{{credit.role}}</a> |
170 | | -</p> |
171 | | - {% endfor %} |
172 | | -</div> |
173 | | - |
174 | | -<divclass="uk-width-medium-1-2"> |
175 | | -<h2id="contact">Contacts</h2> |
176 | | - {% for contact in presskit.contacts %} |
177 | | -<p> |
178 | | -<strong>{{contact.name}}</strong><br/> |
179 | | -<ahref="{{contact.address}}">{{contact.address}}</a> |
180 | | -</p> |
181 | | - {% endfor %} |
182 | | -</div> |
183 | | -</div> |
184 | | - |
185 | | -<hr> |
186 | | - |
187 | | -<p> |
188 | | -<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> |
189 | | -</p> |
190 | | -</div> |
191 | | -</div> |
| 164 | +<divclass="uk-width-medium-1-2"> |
| 165 | +<h2id="credits">Team & Repeating Collaborator</h2> |
| 166 | + {% for credit in presskit.credits %} |
| 167 | +<p> |
| 168 | +<strong>{{credit.person}}</strong><br/> |
| 169 | +<ahref="http://{{credit.website}}">{{credit.role}}</a> |
| 170 | +</p> |
| 171 | + {% endfor %} |
| 172 | +</div> |
| 173 | + |
| 174 | +<divclass="uk-width-medium-1-2"> |
| 175 | +<h2id="contact">Contacts</h2> |
| 176 | + {% for contact in presskit.contacts %} |
| 177 | +<p> |
| 178 | +<strong>{{contact.name}}</strong><br/> |
| 179 | +<ahref="{{contact.address}}">{{contact.address}}</a> |
| 180 | +</p> |
| 181 | + {% endfor %} |
| 182 | +</div> |
| 183 | +</div> |
| 184 | + |
| 185 | +<hr> |
| 186 | + |
| 187 | +<p> |
| 188 | +<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> |
| 189 | +</p> |
| 190 | +</div> |
| 191 | +</div> |
192 | 192 | </div> |