-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (91 loc) · 3.94 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Corgi Stampede</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<style>
#sky {
background: url("img/gradient.png");
background-color: rgba(91,218,253,1);
background-repeat: repeat-x;
color: #ffffff;
}
.copy {
padding-left: 20px;
padding-right: 20px;
}
a {
color: #ffffff;
}
a:hover {
color: rgba(91,218,253,1);
}
</style>
<script src="https://use.fontawesome.com/895498aeab.js"></script>
</head>
<body id="sky">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div style="background-color: rgba(0,0,0,0.45);" class="copy">
<div class="row text-right" style="padding-bottom:5px;">
<div class="col-md-1 col-xs-2 col-md-offset-9 col-xs-offset-6">
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-2x"></i></a>
</div>
<div class="col-md-1 col-xs-2">
<a href="https://twitter.com/CorgiStampApp"><i class="fa fa-twitter-square fa-2x"></i></a>
</div>
<div class="col-md-1 col-xs-2">
<a href="https://facebook.com/CorgiStampApp"><i class="fa fa-facebook-square fa-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<img src="img/corgi-title.png" alt="" class="img-responsive" />
</div>
</div><!-- end row -->
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div style="background-color: rgba(0,0,0,0.45)" class="copy">
<div class="row">
<div class="col-md-12">
<p class="lead text-center">Now available on Android<sup>™</sup>, iPhone<sup>®</sup>, and iPad<sup>®</sup>!</p>
</div>
</div><!-- end row -->
<div class="row">
<div class="col-md-4 col-md-offset-2">
<a href="https://play.google.com/store/apps/details?id=com.OddManOut.CorgiStampede"><img src="img/android.png" alt="Get Corgi Stampede from the Play Store" class="img-responsive" /></a>
</div>
<div class="col-md-4">
<a href="https://itunes.apple.com/us/app/corgi-stampede/id1255281524?mt=8"><img src="img/ios.png" alt="Get Corgi Stampede from the App Store" class="img-responsive" /></a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="lead">Race a herd of Corgis through an endless series of obstacles to earn coins and unlock amazing collectibles!</p>
<p class="lead"><em>Corgi Stampede</em> is an endless runner arcade game for mobile devices, created by <strong>The Odd Man Out, LLC</strong>.</p>
</div>
</div><!-- end row -->
<div class="row"><div class="col-md-12"><hr></div></div>
<div class="row">
<div class="col-md-12">
<p>© 2017 All Rights Reserved · Made with ♥ and corgis!</p>
<p class="small">Apple, the Apple logo, iPhone, and iPod touch are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc., registered in the U.S. and other countries</p>
<p class="small">Google Play and the Google Play logo are trademarks of Google Inc. Android is a trademark of Google Inc.</p>
</div>
<div class="col-md-12">
<p><a href="http://www.corgistampede.com/privacy">Privacy Policy</a></p>
</div>
</div><!-- end row -->
</div>
</div>
</div><!-- end row -->
</div><!-- end container -->
</body>
</html>