-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (101 loc) · 5.12 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
103
104
105
106
107
108
109
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kitty Klimber!</title>
<!--Facebook Meta Tags -->
<meta property="og:site_name" content="Kitty Klimber!"/>
<meta property="og:title" content="Kitty Klimber"/>
<meta property="og:description" content="Kitty Klimber - Race To The Top!"/>
<meta property="og:url" content="http://www.kittyklimber.com">
<meta property="og:type" content="Website">
<meta property="og:image" content="http://www.kittyklimber.com/img/facebook-tn.jpg">
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet"/ href="foundation-icons/foundation-icons.css">
<link rel="stylesheet" href="css/animate-custom.css" />
<script src="js/modernizr.js"></script>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<div class="row">
<div class="large-12 text-center columns">
<p class="animated bounceIn"><img src="img/Kitty-Klimber-Full-Logo.png" /></p>
</div>
</div>
<div class="row">
<h1 class="text-center">Get it Now!<br />
<a href="http://kittyklimber.com/kittyklimber/" class="button radius round">Play On the Web</a>
<a href="https://play.google.com/store/apps/details?id=com.jazzberrygames.kittyklimber&hl=en" class="button radius round success">Google Play (Android)</a>
<a href="https://chrome.google.com/webstore/detail/kitty-klimber/encnlcjjbeaicjcfhodkmdgkjnhdbmgg" class="button radius round success">Chrome Web Store</a>
</div>
</header>
<section class="content-section">
<div class="row">
<div class="large-12 columns">
<h2 class="text-center">What is Kitty Klimber? </h2>
<p class="text-center">Kitty Klimber is a fun, fast paced game for cat lovers everywhere. Play it because it's incredibly cute.</p>
<p class="text-center">You play as a cat and race against the notorious black cat.</p>
<p class="text-center">Use your energy bar to speed up and see if you can use your cat to race its way to the top of the tree.<br />But watch out for the branches!</p>
<h2 class="text-center">Screenshots</h2>
<div class="large-6 large-centered columns">
<ul class="example-orbit" data-orbit>
<li>
<img src="img/kittyklimber-homescreen.jpg" alt="slide 1" />
<div class="orbit-caption">
Title Screen
</div>
</li>
<li>
<img src="img/gameplay-1.png" alt="slide 2" />
<div class="orbit-caption">
Choose Your Kitty
</div>
</li>
<li>
<img src="img/gameplay-2.png" alt="slide 3" />
<div class="orbit-caption">
Press Space To Speed Boost!
</div>
</li>
<li>
<img src="img/gameplay-3.png" alt="slide 4" />
<div class="orbit-caption">
Race To The Top Against Your Friends!
</div>
</li>
</ul>
</div>
<h2 class="text-center">Follow Us!</h2>
<p class="text-center">
<a href="https://twitter.com/KittyKlimber" target="_blank"><i class="fi-social-twitter"></i></a>
<a href="http://facebook.com/KittyKlimber" target="_blank"><i class="fi-social-facebook"></i></a>
<a href="http://www.tumblr.com/blog/kittyklimber" target="_blank"><i class="fi-social-tumblr"></i></a>
<a href="http://www.pinterest.com/kittyklimber3/" target="_blank"><i class="fi-social-pinterest"></i></a>
<a href="http://instagram.com/kittyklimber" target="_blank"><i class="fi-social-instagram"></i></a>
</p>
</div>
</div>
</section>
<footer>
<div class="row">
<div class="large-12 text-center columns">
<h3>Questions? Feedback? Please Let Us Know!</h3>
<p><strong>Email:</strong><a href="mailto:hey@jazzberrygames.com" target="_blank"> hey@jazzberrygames.com</a><br /><strong>Phone:</strong> 443-929-1125</p>
<div class="large-2 large-centered text-center columns">
<p><img src="img/Kitty-Klimber-Logomark.png" /></p>
</div>
<h3><a href="http://jazzberrygames.com/" target="_blank">Jazzberry Games</a> & <a href="http://vanguard-ideation.com/" target="_blank">Vanguard Ideation</a></h3>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>