-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (158 loc) · 8.1 KB
/
index.html
File metadata and controls
181 lines (158 loc) · 8.1 KB
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
<!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 id="hero" style="background-image: url('images/banner-vaca.png'); background-repeat: no-repeat; background-size: 100% 150%;">
<div class="inner">
<div class="header">
<h1>Survival Cow</h1>
<h3>an exciting game of Cows and Ufos</h3>
<ul class="badges">
<li class=""><a title="Get it on Google Play" href="https://play.google.com/store/apps/details?id=com.copitosystem.survivalcow" target="_blank"><img src="images/android.png"></a></li>
<li class="soon"><a title="available on the App Store" href="#####" target="_blank"><img src="images/ios.png"></a></li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class="inner">
<h2 class="slogan">
A game about a <span class="yellow">Cow</span> being chased by <span class="orange">an evil Ufo</span>.
</h2>
<ul class="gallery">
<li>
<div>
<a title="Racing Speed Cows" href="racing-speed-cows">
<img src="images/vaca1.gif">
</a>
<h5>Racing Speed Cows<i class="fa fa-check-square"></i></h5>
</div>
<div>
<a title="Point Advancing System" href="point-advancing-system">
<img src="images/vaca4.gif">
</a>
<h5>Point Advancing System<i class="fa fa-check-square"></i></h5>
</div>
</li>
<li>
<div>
<a title="Outer Space Explosions" href="outer-space-explosions">
<img src="images/vaca2.gif">
</a>
<h5>Outer Space Explosions<i class="fa fa-check-square"></i></h5>
</div>
<div>
<a title="Infinity Dessintegration Effects" href="infinity-dessintegration-effects">
<img src="images/vaca5.gif">
</a>
<h5>Dessintegration Effects<i class="fa fa-check-square"></i></h5>
</div>
</li>
<li>
<div>
<a title="Big Scary UFOs" href="big-scary-UFOs">
<img src="images/vaca3.gif">
</a>
<h5>Big Scary UFOs<i class="fa fa-check-square"></i></h5>
</div>
<div>
<a title="Day Night Cycle" href="day-night-cycle">
<img src="images/vaca6.gif">
</a>
<h5>Day Night Cycle<i class="fa fa-check-square"></i></h5>
</div>
</li>
</ul>
<br>
<div class="emphasis">
<div class="quote">
<h3><span class="quote-mark">“</span>A simple but great game that proves love2d is excellent!<span class="quote-mark">”</span></h3>
<h4 class="orange"><a href="https://twitter.com/copito_system" target="_blank">Twitter fan</a></h4>
</div>
<div class="quote">
<h3><span class="quote-mark">“</span>Endless adventure and exciting game<span class="quote-mark">”</span></h3>
<h4 class="pink">My Mum</h4>
</div>
</div>
<div class="split">
<div class="big">
<h2><i class="fa fa-heart pink small"></i> Save a <span class="yellow">Cow</span></h2>
<ul class="badges">
<li class="">
<a title="Get it on Google Play" href="https://play.google.com/store/apps/details?id=com.copitosystem.survivalcow" target="_blank"><img src="images/android.png"></a></li>
<li class="soon"><a title="available on the App Store" href="#####" target="_blank"><img src="images/ios.png"></a></li>
</ul>
</div>
<div class="small">
<h2><i class="fa fa-download blue"></i> Try for free</h2>
<ul class="downloads" id="downloads">
<li class="platform soon"><a title="download for Windows" href="releases/#####.zip"><i class="fa fa-windows fa-2x"></i> Windows</a></li>
<li class="platformn soon"><a title="download for macOS" href="releases/#####.zip"><i class="fa fa-apple fa-2x"></i> macOS</a></li>
<li class="platform soon"><a title="download for Linux" href="#linux"><i class="fa fa-linux fa-2x"></i> Linux</a></li>
</ul>
</div>
</div>
<hr>
<br>
<h2><i class="fa fa-paper-plane white"></i> Get updates about <span class="bright preserve">Survival Cow</span></h2>
<div class="mail">
<form name="mc-embedded-subscribe-form" class="validate" id="mc-embedded-subscribe-form" action="https://copitosystem.us17.list-manage.com/subscribe/post?u=d222913a7605341737aac30ad&id=391e8ab8de" method="post" target="_blank" novalidate="">
<input name="EMAIL" class="email" id="mce-EMAIL" required="" type="email" placeholder="Email address" value="">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input name="b_8c2a3bcb9c56596200564518c_3ab4c4b1d9" tabindex="-1" type="text" value=""></div>
<input name="subscribe" class="orange" id="mc-embedded-subscribe" type="submit" value="Save a Cow">
</form>
</div>
<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>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src='js/magnific.min.js'></script>
<script src='js/main.js'></script>
</body>
</html>