-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (212 loc) · 12.7 KB
/
index.html
File metadata and controls
237 lines (212 loc) · 12.7 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
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
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="CloudOnce - Unified Game Services API">
<meta name="author" content="Jan Ivar Carlsen">
<title>CloudOnce</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<!-- Custom styles for this template -->
<link href="css/main.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet" type="text/css">
<!-- Favicons -->
<link rel="shortcut icon" href="ico/favicon.png">
<link rel="apple-touch-icon" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Screen reader skip link -->
<a id="skippy" class="sr-only sr-only-focusable" href="#top">
<div class="container"><span class="skiplink-text">Skip to main content</span></div>
</a>
<!-- Navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-navbar" aria-expanded="false" aria-controls="top-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img class="nav-logo" src="img/logo_small.png" alt="CloudOnce logo">CloudOnce</a>
</div>
<div id="top-navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="gettingStarted.html"><i class="nav-icon glyphicon glyphicon-education"></i>Getting Started</a></li>
<li><a href="api-docs/index.html"><i class="nav-icon glyphicon glyphicon-book"></i>API Docs</a></li>
<li><a href="index.html#content"><i class="nav-icon glyphicon glyphicon-info-sign"></i>About</a></li>
</ul>
</div>
</div>
</nav>
<!-- Jumbotron -->
<section id="top" class="jumbotron introtron">
<div class="container">
<div class="row">
<img src="img/logo_white.png" class="img-responsive center-block" alt="CloudOnce logo">
<h1 class="header-shadow">CloudOnce</h1>
<h3 class="header-shadow">Unified Game Services API</h3>
<div style="margin-top:25px">
<a class="btn btn-default btn-lg btn-cta dark-shadow" href="http://github.com/CloudOnce" role="button" style="width:175px">
<img src="img/github-icon.png" alt="Unity icon"> GitHub
</a>
</div>
</div>
<div class="row">
<div class="row btn-learn-more">
<a class="btn btn-lg btn-primary learn-more" href="#content" role="button">Learn more</a>
</div>
</div>
</div>
</section>
<!-- Reviews -->
<span class="anchor" id="content"></span>
<section class="content-reviews">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading">Reviews</h2>
<blockquote>
<h1 class="quote-headline">Handy Timesaver</h1>
<p class="quote-body">This plugin is easy to use and makes it easy to implement Game Center and Google Play Games Services. The support we've received has also been excellent and the creator has taken our suggestions and improvements and implemented them very quickly.</p>
<p><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span></p>
<footer class="main-quote-footer">Joshua Sanderson at <cite title="Game Studio">Halfbrick Studios</cite></footer>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<blockquote>
<h2 class="quote-headline">Great Support!</h2>
<p class="quote-body">I'm working on a multi-platform game (iOs, Google Play, Amazon) that uses cloud saves and achievements and this is saving me from a -lot- of work! I'm releasing on Amazon first and have only been testing that platform, but so far it's good stuff, easy to implement. The developers have been very responsive to questions and suggestions.</p>
<p><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span></p>
<footer>Edward Brown at <cite title="Game Studio">Casual Labs</cite></footer>
</blockquote>
</div>
<div class="col-lg-6">
<blockquote>
<h2 class="quote-headline">Best mobile Cloud Connect there is!</h2>
<p class="quote-body">The editor window must be the best example of good UX-design I have seen in an Unity asset thus far. Easy, intuitive and awesome!</p>
<p class="quote-body">If there's anything I'm missing, it's a way to import several ID's of Achievements/Leaderboards at once vs adding every single one manually, but it's by far not a deal breaker.</p>
<p><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span><span class="glyphicon glyphicon-star" aria-hidden="true"></span></p>
<footer>Ronny Anderssen at <cite title="Game Studio">Kybernesis</cite></footer>
</blockquote>
</div>
</div>
</div>
</section>
<!-- Why CloudOnce? -->
<section class="content-section-b">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="section-heading">Why CloudOnce?</h2>
<p class="lead">Enhance your Unity mobile games on three platforms with achievements, leaderboards and cloud saving.</p>
<p class="lead"><strong>CloudOnce</strong> is the Unity plugin that lets you spend more time developing your mobile game and less time quarreling with the native systems. Create achievements, leaderboards and cloud saving for three different platforms using only a few lines of code.</p>
</div>
<div class="col-md-6">
<img class="img-responsive" src="img/1_CloudOnceLogo.png" alt="CloudOnce">
</div>
</div>
</div>
</section>
<!-- Unified API -->
<section class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-push-6">
<h2 class="section-heading">Unified API</h2>
<p class="lead">CloudOnce works for the Apple Game Center and Google Play Game Services using the same few lines of code. Our <a href="gettingStarted.html">Getting Started guide</a> and extensive <a href="./api-docs/index.html">API documentation</a> will get you through the implementation in a flash.</p>
</div>
<div class="col-md-6 col-sm-pull-6">
<img class="img-responsive" src="img/2_Unified.png" alt="Unified API">
</div>
</div>
</div>
</section>
<!-- Focus on your game -->
<section class="content-section-b">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="section-heading">Focus on your game</h2>
<p class="lead">Implementing achievements, leaderboards and cloud saving takes time for one platform, and much longer for three. CloudOnce handles all of that for you. Spend less time looking up Unity tutorials and dead-end forum threads and focus on your game’s content!</p>
</div>
<div class="col-md-6">
<img class="img-responsive image-shadow" src="img/3_Focus.png" alt="Focus">
</div>
</div>
</div>
</section>
<!-- User-friendly editor -->
<section class="content-section-a">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-push-6">
<h2 class="section-heading">User-friendly editor</h2>
<p class="lead">Coding is fun, but takes time and focus. Handle all your achievements, leaderboards and cloud saving settings using CloudOnce's user-friendly, Unity integrated editor. Don’t let time constraints or a lack of know-how stop your game from using the native systems everyone else is using! Supports both Personal and Pro skins.</p>
</div>
<div class="col-md-6 col-sm-pull-6">
<img class="img-responsive gray-border image-shadow" src="img/editor01.png" alt="User-friendly">
</div>
</div>
</div>
</section>
<!-- Innovation Norway -->
<section class="content-section-b">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="section-heading">Development was funded in part by Innovation Norway</h2>
</div>
<div class="col-md-6">
<img class="img-responsive" src="img/inw_cmyk.png" alt="Innovation Norway logo">
</div>
</div>
</div>
</section>
<!-- Final buy banner -->
<div class="banner">
<div class="container">
<div class="row">
<img src="img/logo_white.png" class="img-responsive center-block" style="padding-bottom:25px" alt="">
<div style="margin-top:25px">
<a class="btn btn-default btn-lg btn-cta dark-shadow" href="http://github.com/CloudOnce" role="button" style="width:175px">
<img src="img/github-icon.png" alt="Unity icon"> GitHub
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container page-footer">
<div class="row">
<ul class="list-inline">
<li><a href="gettingStarted.html"><i class="nav-icon glyphicon glyphicon-education"></i>Getting Started</a></li>
<li><a href="./api-docs/index.html"><i class="nav-icon glyphicon glyphicon-book"></i>API Docs</a></li>
<li><a href="index.html#content"><i class="nav-icon glyphicon glyphicon-info-sign"></i>About</a></li>
</ul>
<p class="copyright text-muted small">Copyright © Jan Ivar Z. Carlsen 2016. All Rights Reserved</p>
</div>
</div>
</footer>
<!-- JavaScripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>