-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
303 lines (285 loc) · 11.5 KB
/
index.html
File metadata and controls
303 lines (285 loc) · 11.5 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
---
redirect_from: "/about.html"
---
<!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">
<meta name="description" content="GwentAPI - RESTful API for Gwent">
<meta name="author" content="Tristan Savaria">
<title>GwentAPI</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="./js/knockout-3.4.2.js"></script>
<script src="./js/knockout.mapping-2.4.1.js"></script>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="./css/materialize.min.css">
<link rel="stylesheet" href="./css/prism.css">
<link rel="stylesheet" href="./css/index.css">
<!-- Compiled and minified JavaScript -->
<script src="./js/materialize.min.js"></script>
<script src="./js/prism.js"></script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header>
<div id="topMessage" class="red accent-4">
<p class="center white-text">The website is no longer maintained</p>
</div>
<!-- Navigation -->
<nav class="light-blue lighten-1" role="navigation">
<div class="nav-wrapper container">
<a href="./index.html" class="brand-logo">GwentAPI<span id="version" class="new badge teal" data-badge-caption=""></span></a>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li>
<a href="./swagger/index.html">API Documentation</a>
</li>
<li>
<a href="#">Examples<span class="new badge teal" data-badge-caption="Coming Soon"></span></a>
</li>
<li>
<a class="modal-trigger" href="#contactModal">Contact</a>
</li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li>
<a href="./swagger/index.html">API Documentation</a>
</li>
<li>
<a href="#">Examples<span class="new badge teal" data-badge-caption="Coming Soon"></span></a>
</li>
<li>
<a class="modal-trigger" href="#contactModal">Contact</a>
</li>
</ul>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
</header>
<div class="container">
<div class="section no-pad-bot">
<h1 class="header center">GwentAPI<sup>Beta</sup></h1>
<div class="row center">
<h5 class="header col s12 light">RESTful API for GWENT®: The Witcher Card Game</h5>
<h5 class="header col s12 light">Created by the community for the community</h5>
</div>
</div>
<br>
<br>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s12 m4">
<div class="center icon-block">
<h2 class="light-blue-text">
<i class="medium material-icons">flash_on</i>
</h2>
<h5>Speeds up development</h5>
<p class="light">
We did most of the heavy lifting for you to provide all the essential data. Just connect to the API and start developing your app straight away.
</p>
</div>
</div>
<div class="col s12 m4">
<div class="center icon-block">
<h2 class="light-blue-text">
<i class="medium material-icons">group</i>
</h2>
<h5>User Experience Focused</h5>
<p class="light">
By listening and working closely with the community, we are able to develop the best service to meet your needs.
</p>
</div>
</div>
<div class="col s12 m4">
<div class="center icon-block">
<h2 class="light-blue-text">
<i class="medium material-icons">settings</i>
</h2>
<h5>Easy to use</h5>
<p class="light">
With our well documented HATEOAS architecture, starting to use GwentAPI is as easy as pie.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="features" class="row">
<div class="col s12 center">
<h3 class="light-blue lighten-1 white-text">Features</h3>
<p>You can access the API at <a href="https://api.gwentapi.com/v0">api.gwentapi.com/v0</a>
</p>
</div>
<div class="col s12 m6">
<div class="card-panel orange darken-1 white-text">
<h4>List all cards</h4>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel orange darken-1 white-text">
<h4>Retrieve a specific card</h4>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel orange darken-1 white-text">
<h4>Search a card by name</h4>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel orange darken-1 white-text">
<h4>Retrieve every card from a faction</h4>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel orange darken-1 white-text">
<h4>Obtain the card artworks</h4>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel orange darken-1 white-text">
<h4>Retrieve every card of a specific rarity</h4>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel orange darken-1 white-text">
<h4>Available in 9 languages</h4>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel orange darken-1 white-text">
<h4>And many more features!</h4>
</div>
</div>
</div>
</div>
<!-- Page Content -->
<div class="container">
<!-- /.row -->
<div class="row">
<div class="col s12 center">
<div>
<ul id="staggered-getStarted">
<li>
<h3 class="grey lighten-3">How to get started?</h3>
</li>
<li>
<h5 class="header light">Read the API documentation</h5>
</li>
<li>
<a href="./swagger/index.html" class="waves-effect waves-light btn pulse">Doc</a>
</li>
<li>
<h5 class="header light">
<a href="https://api.gwentapi.com/v0">Access the API</a>
</h5>
</li>
<li>
<h5 class="header col s12 light">Or use a client library</h5>
<p><a href="https://github.com/Zhouzi/gwent-api-client">gwent-api-client by Zhouzi</a></p>
</li>
</ul>
</div>
</div>
</div>
<!-- /.row -->
</div>
<div class="section no-pad-bot light-blue lighten-1 white-text">
<div class="container">
<div class="row center">
<h5 class="header col s12 light">How is GwentAPI built?</h5>
<ul>
<li>The core of the service is built around a Go application</li>
<li>Proxied by Nginx</li>
<li>Hosted by DigitalOcean</li>
<li>With data stored inside a mongoDB cluster</li>
<li>Everything delivered to you with little delay thanks to CloudFlare</li>
</ul>
<br>
<br>
</div>
</div>
</div>
<!-- /.container -->
<div class="section no-pad-bot grey lighten-3">
<div class="container">
<div class="row center">
<h5 class="header col s12 light">Want to contribute?</h5>
<a href="https://github.com/GwentAPI/gwentapi" class="waves-effect waves-light btn">GitHub</a>
<br>
<br>
</div>
</div>
</div>
<footer class="page-footer grey darken-3">
<div class="container">
<div class="row center">
<div class="col s12">
<h5 class="white-text">You can follow GwentAPI</h5>
<ul>
<li>
<a href="https://twitter.com/GwentAPI" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false">Follow @GwentAPI</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/tri125" aria-label="Follow @tri125 on GitHub">Follow @tri125</a>
</li>
</ul>
</div>
</div>
<!-- /.row -->
</div>
<div class="footer-copyright grey darken-3">
<div class="container">
<ul>
<li>
GwentAPI is an independant project created by fans and is not associated or endorsed by CD Projekt RED.
</li>
<li>
Disclaimer: The textual information and all images presented through this API about GWENT®: The Witcher Card Game is copyrighted by CD Projekt RED.
</li>
</ul>
</div>
</div>
</footer>
<!-- Modal Structure -->
<div id="contactModal" class="modal">
<div class="modal-content">
<h4>Contact</h4>
<ul>
<li>
<p>
Because the project is no longer maintained, our emails and social media handles are no longer read. They are kept here for archival purposes.
</p>
</li>
<li>
<p>
<a href="https://twitter.com/GwentAPI">@GwentAPI</a>.
</p>
</li>
<li>
<p>
Via email <a href="mailto:api.gwent@gmail.com">here</a>.
</p>
</li>
<li>
<p>
For bug report, reporting erroneous data or to request a feature, open a ticket on the
<a href="https://github.com/GwentAPI/gwentapi/issues">project</a> page.
</p>
</li>
</ul>
</div>
</div>
<script src="./js/index.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>