-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresskit.html
231 lines (197 loc) · 8.33 KB
/
presskit.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale = 1.0, user-scalable = no' />
<meta name='description' content='A game about a cow being chased by an evil Ufo. Available on Google Play and soon in the App Store. Challenging but relaxing!' />
<title>Survival Cow · an exciting game of Cows and Ufos</title>
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="application-name" content="survival cow">
<meta property="og:image" content="http://survivalcow.copitosystem.com/images/og.gif"/>
<meta name="twitter:card" content="app">
<meta name="twitter:site" content="@copito_system">
<meta name="twitter:description" content="A game about a cow being chased by an evil Ufo.">
<meta name="twitter:app:country" content="US">
<meta name="twitter:app:name:iphone" content="Survival Cow">
<meta name="twitter:app:name:ipad" content="Survival Cow">
<meta name="twitter:app:name:googleplay" content="Survival Cow">
<link rel="stylesheet" href="css/main.css">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600italic' rel='stylesheet' type='text/css'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106917884-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-106917884-3');
</script>
</head>
<body>
<div id="wrapper">
<div class="content">
<div class="inner">
<br>
<h1><span class="red">Presskit for</span> <a class="bright" href="index.html">Survival Cow</a></h1>
<div class="toc">
<h4><span class="green">Contents</span></h4>
<hr>
<ul>
<li><a href="#description"><span class="green">Description</span></a></li>
<li><a href="#about"><span class="green">About</span></a></li>
<li><a href="#contact"><span class="green">Contact</span></a></li>
<li><a href="#download"><span class="green">Download</span></a></li>
<li><a href="#gifs"><span class="green">Gifs</span></a></li>
<li><a href="#screenshots"><span class="green">Screenshots</span></a></li>
<li><a href="#feature"><span class="green">Feature graphic</span></a></li>
<li><a href="#icons"><span class="green">Icons</span></a></li>
</ul></div>
<hr>
<h2 id="description">Description</h2>
<p><span class="bright">Survival Cow</span> is an exciting game about Cows and Ufos.</p>
<p>Run while being chased by a dangerous Ufo. Dodge laser rays falling from the sky and collect as many milk-bottles as you can. Take advantage of the abducting ray to jump over obstacles but be careful, don't let them catch you!
</p>
<h2 id="about">About</h2>
<p><span class="bright">Survival Cow</span> was made by <a class="orange" href="http://www.copitosystem.com" target="_blank ">Copito System</a>, a little family of programmers from Argentina. It is available on Google Play right now, and soon will be realeasing in the App Store. There will be also a free preview for Windows, Mac OS X and Linux.
This game was built using the awesome, free and open-source game framework, <a class="pink" href="http://love2d.org" target="_blank">LÖVE</a>.
</p>
<h2 id="contact">Contact</h2>
<div class="emphasis links">
<div class="quote left">
<ul>
<li>
<p><i class="fa fa-paper-plane white"></i> Inquiries</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</li>
<li>
<p><i class="fa fa-heart pink"></i> Support</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</li>
<li>
<p><i class="fa fa-globe green"></i> Website</p>
<p><a href="http://survivalcow.copitosystem.com">survivalcow.copitosystem.com</a></p>
</li>
</ul>
</div>
<div class="quote left">
<ul>
<li>
<p><i class="fa fa-twitter blue"></i> Twitter</p>
<p><a href="https://twitter.com/copito_system">twitter.com/copito_system</a></p>
</li>
<li>
<p><i class="fa fa-facebook-square navy"></i> Facebook</p>
<p><a href="https://facebook.com/copitosystem">facebook.com/copitosystem</a></p>
</li>
<li>
<p><i class="fa fa-youtube-play red"></i> YouTube</p>
<p><a href="https://www.youtube.com/channel/UCn7ytpaKA6xcv93S8bTrCdg">youtube.com/copitosystem-blog</a></p>
</li>
</ul>
</div>
</div>
<div class="emphasis" id="download">
<p>Download everything below (and more) in this handy <a class="green" href="presskit/presskit.zip">ZIP archive (~11MB)</a></p>
</div>
<h2 id="gifs">Animated gifs (600x338)</h2>
<ul class="gallery">
<li>
<div>
<img src="images/vaca1.gif">
</div>
</li>
<li>
<div>
<img src="images/vaca2.gif">
</div>
</li>
<li>
<div>
<img src="images/vaca3.gif">
</div>
</li>
<li>
<div>
<img src="images/vaca4.gif">
</div>
</li>
<li>
<div>
<img src="images/vaca5.gif">
</div>
</li>
<li>
<div>
<img src="images/vaca6.gif">
</div>
</li>
</ul>
<h2 id="screenshots">Screenshots (800x480)</h2>
<ul class="gallery half">
<li>
<div>
<img src="images/screenshots/cow800x480-1.png">
</div>
</li>
<li>
<div>
<img src="images/screenshots/cow800x480-2.png">
</div>
</li>
<li>
<div>
<img src="images/screenshots/cow800x480-3.png">
</div>
</li>
<li>
<div>
<img src="images/screenshots/cow800x480-4.png">
</div>
</li>
</ul>
<h2 id="feature">Feature graphic (1024x500)</h2>
<br>
<div>
<img src="images/screenshots/promo.png">
</div>
<h2 id="icons">Icons (512x512)</h2>
<ul class="gallery">
<li>
<div>
<img class="transparent" src="images/icon.png">
<h5 class="center">Google Play icon</h5>
</div>
</li>
<li>
<div>
<ul class="badges">
<li class="soon"><a title="" href="" target="_blank"><img src="images/ios.png"></a></li>
</ul>
<h5 class="center">App Store icon</h5>
</div>
</li>
</ul>
<br>
<br>
</div>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="inner">
<ul>
<li><a title="Presskit" href="presskit.html">Presskit</a></li>
<li><a title="Support and FAQ" href="support.html">Support</a></li>
<li><a title="Privacy policy" href="privacy.html">Privacy</a></li>
<li><a title="Copito System on Twitter" href="https://twitter.com/copito_system" target="_blank"><i class="fa fa-twitter blue"></i> Twitter</a></li>
</ul>
<h3>© <a title="Copito System" href="http://www.copitosystem.com" target="_blank">Copito System</a>, 2018 <span>made with <a title="LÖVE - Free 2D Game Engine" href="//love2d.org" target="_blank">LÖVE</a></span></h3>
</div>
</div>
</body>
</html>