1414 {% endfor %}
1515</ header >
1616
17- < div class ='box '>
18- < h2 id ='factsheet '> Factsheet</ h2 >
19- < dl >
20- < dt > Developer:</ dd >
21- < dd > < a href =''> {{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 > < a href ='http://{{presskit.website}} '> {{presskit.website}}</ a > </ dd >
29-
30- < dt > Press / Business contact:</ dt >
31- < dd href ='mailto:{{presskit.press}} '> {{presskit.press}}</ dd >
32-
33- < dt > Social:</ dt >
34- < dd > < a href ='http://twitter.com/{{presskit.social.twitter}} '> twitter.com/{{presskit.social.twitter}}</ a > </ dd >
35- < dd > < a href ='http://facebook.com/{{presskit.social.facebook}} '> facebook.com/{{presskit.social.facebook}}</ a > </ dd >
36- < dd > < a href ='http://callto:{{presskit.social.skype}} '> Skype</ a > </ dd >
37-
38- < dt > Releases:</ dt >
39- {% for game in site.games %}
40- < dd > < a href ='{{game.url | remove_first: '/' | remove: '.html' | prepend: base_url}}'> {{game.title}}</ a > </ dd >
41- {% else %}
42- < dd > -</ dd >
43- {% endfor %}
44-
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 >
53- </ dl >
54- </ div >
17+ < div class ='container '>
18+ < div class ='box '>
19+ < h2 id ='factsheet '> Factsheet</ h2 >
20+ < dl >
21+ < dt > Developer:</ dd >
22+ < dd > < a href =''> {{presskit.title}}</ a > </ dd >
23+ < dd > Based in {{presskit.city}}</ dd >
24+
25+ < dt > Founding date:</ dt >
26+ < dd > {{presskit.founded}}</ dd >
27+
28+ < dt > Website:</ dt >
29+ < dd > < a href ='http://{{presskit.website}} '> {{presskit.website}}</ a > </ dd >
30+
31+ < dt > Press / Business contact:</ dt >
32+ < dd href ='mailto:{{presskit.press}} '> {{presskit.press}}</ dd >
33+
34+ < dt > Social:</ dt >
35+ < dd > < a href ='http://twitter.com/{{presskit.social.twitter}} '> twitter.com/{{presskit.social.twitter}}</ a > </ dd >
36+ < dd > < a href ='http://facebook.com/{{presskit.social.facebook}} '> facebook.com/{{presskit.social.facebook}}</ a > </ dd >
37+ < dd > < a href ='http://callto:{{presskit.social.skype}} '> Skype</ a > </ dd >
38+
39+ < dt > Releases:</ dt >
40+ {% for game in site.games %}
41+ < dd > < a href ='{{game.url | remove_first: '/' | remove: '.html' | prepend: base_url}}'> {{game.title}}</ a > </ dd >
42+ {% else %}
43+ < dd > -</ dd >
44+ {% endfor %}
45+
46+ < dt > Address:</ dt >
47+ {% for address_line in presskit.address %}
48+ < dd > {{address_line}}</ dd >
49+ {% endfor %}
50+ </ dt >
51+
52+ < dt > Phone:</ dt >
53+ < dd > {{presskit.phone}}</ dd >
54+ </ dl >
55+ </ div >
5556
56- < div class ='box '>
57- < h2 id ='description '> Description</ h2 >
58- < p > {{presskit.description}}</ p >
59- </ div >
57+ < div class ='box '>
58+ < div class ='box '>
59+ < h2 id ='description '> About Us</ h2 >
60+ < p > {{presskit.description}}</ p >
61+ </ div >
6062
61- < div class ='box '>
62- < h2 id ='history '> History</ h2 >
63- {% for story in presskit.history %}
64- < h3 > {{story.header}}</ h3 >
65- < p > {{story.text}}</ p >
66- {% endfor %}
63+ < div class ='box '>
64+ < h2 id ='history '> History</ h2 >
65+ {% for story in presskit.history %}
66+ < h3 > {{story.header}}</ h3 >
67+ < p > {{story.text}}</ p >
68+ {% endfor %}
69+ </ div >
70+ </ div >
6771</ div >
6872
6973< div class ='box '>
7074< h2 id ='projects '> Projects</ h2 >
71- < ul >
75+ < ul class =' project-list ' >
7276 {% for game in site.games %}
7377< li > < a href ='{{game.url | remove_first: '/' | remove: '.html' | prepend: base_url}}'> {{game.title}}</ a > </ li >
7478 {% else %}
@@ -79,6 +83,7 @@ <h2 id='projects'>Projects</h2>
7983
8084< div class ='box '>
8185< h2 id ='trailers '> Videos</ h2 >
86+
8287{% for trailer in presskit.trailers %}
8388{% include trailer.html %}
8489{% else %}
@@ -88,7 +93,7 @@ <h2 id='trailers'>Videos</h2>
8893
8994< div class ='box '>
9095< h2 id ='images '> Images</ h2 >
91- < a href ='images/images.zip 'class ='notice '> download all screenshots & photos as .zip </ a >
96+ < a href ='images/images.zip 'class ='notice '> download all screenshots & photos</ a >
9297
9398< div class ='masonry '>
9499 {% for file in site.static_files %}
@@ -109,7 +114,7 @@ <h2 id='images'>Images</h2>
109114
110115< div class ='box '>
111116< h2 id ='logo '> Logo & Icon</ h2 >
112- < a href ='images/logo.zip 'class ='notice '> download logo files as .zip (15KB) </ a >
117+ < a href ='images/logo.zip 'class ='notice '> downloadall logo files</ a >
113118
114119< div >
115120< a href ='images/logo.png '>
@@ -145,8 +150,8 @@ <h2 id='links'>Additional Links</h2>
145150
146151< dl >
147152 {% for additional in presskit.additionals %}
148- < dt > {{additional.title}}</ dt >
149- < dd > {{additional.description}} available < a href =' {{additional.link}} ' alt =' {{additional.link}} ' > here </ a > . </ dd >
153+ < dt > < a href =' {{additional.link}} ' alt =' {{additional.link}} ' > {{additional. title}}</ a > </ dt >
154+ < dd > {{additional.description}}</ dd >
150155 {% endfor %}
151156</ dl >
152157</ div >