forked from paolotripodi/Landy-v1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
331 lines (297 loc) · 13.9 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
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<!DOCTYPE html>
<html>
<head>
<title>Breedr Apps - Quality Applications for Android</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="description" content="Breedr Apps develop quality apps for Android that are lovingly created by nerds, for nerds.">
<meta name="keywords" content="Android, applications, apps, mobile, Java, github, developer, breedr, gtsmate">
<meta name="author" content="Ed George and Breedr Apps">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicons/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicons/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
<!-- CSS
================================================== -->
<!-- Bootstrap 3-->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic|Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
<!-- Template Styles -->
<link href="css/style.css" rel="stylesheet" media="screen">
</head>
<body>
<!-- NAVBAR
================================================== -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--Replace text with your app name or logo image-->
<a class="navbar-brand" href="#"><img src="img/logo.png" height="24px" width="24px" /> Breedr Apps</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a onclick="$('header').animatescroll({padding:71});">Home</a></li>
<li><a onclick="$('.detail').animatescroll({padding:71});">Apps</a></li>
<li><a onclick="$('.ethos').animatescroll({padding:71});">Ethos</a></li>
<li><a onclick="$('.social').animatescroll({padding:71});">Social</a></li>
<li><a href="https://github.com/Breedr">Github</a></li>
</ul>
</div>
</div>
</nav>
<!-- HEADER
================================================== -->
<header class="header-title">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Breedr Apps</h1>
<p class="lead">Quality Applications for Android</p>
<div class="carousel-android">
<div id="carousel-example-generic" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="img/screenshots/app-1.png" alt="GTSMate">
</div>
<div class="item">
<img src="img/screenshots/app-2.png" alt="Pokechecker">
</div>
<div class="item">
<img src="img/screenshots/app-3.png" alt="App Screen 3">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- PURCHASE
================================================== -->
<section class="purchase">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8">
<h1>Apps by nerds, for nerds.</h1>
<p class="lead">We love nothing more than to nerd out! Why not bring your skills to Breedr? Check out our GitHub.</p>
<a href="https://github.com/Breedr"><button type="button" class="git-hub"></button></a>
</div>
</div>
</div>
</section>
<!-- PAYOFF
================================================== -->
<section class="payoff">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Get more from your favourite games with Breedr Apps</h1>
</div>
</div>
</div>
</section>
<!-- DETAILS
================================================== -->
<section class="detail">
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="carousel-example-generic-2" class="carousel slide">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<h1>Featured App: GTSMate</h1>
<p>Upcoming application to document GTS trades in Pokémon XY and ORAS.</p>
<div class="panel panel-info">
<div class="panel-heading">
About
</div>
<div class="panel-body">
Get live detailed GTS trade information direct to your phone!
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
Progress
</div>
<div class="panel-body">
The current progress of the project is documented below.
<h5>V1.0.0</h5>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" style="width: 25%;">
25%
</div>
</div>
<a href="https://github.com/ed-george/GTSMate">Project's GitHub →</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="app-screenshot">
<img src="img/screenshots/app-1.png" class="img-responsive" alt="App Screen 1">
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<h1>Pokéchecker</h1>
<p>A Pokémon Trading Card Game (TCG) collection manager</p>
<div class="panel panel-warning">
<div class="panel-heading">
About
</div>
<div class="panel-body">
This project is currently <strong>on hold</strong>.
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
Progress
</div>
<div class="panel-body">
The current progress of the project is documented below.
<h5>V1.0.0</h5>
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
60%
</div>
</div>
<a href="https://github.com/ed-george/PokeCheckerBackend">Project's GitHub →</a>
</div>
</div>
</div>
<div class="col-sm-12 col-md-5">
<div class="app-screenshot">
<img src="img/screenshots/app-2.png" class="img-responsive" alt="App Screen 2">
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-sm-12 col-md-offset-1 col-md-6">
<h1>Lorem ipsum dolor sit amet, consectetur adipisicing elit</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p>
</div>
<div class="col-sm-12 col-md-5">
<div class="app-screenshot">
<img src="img/screenshots/app-3.png" class="img-responsive" alt="App Screen 3">
</div>
</div>
</div>
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic-2" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic-2" data-slide-to="1"></li>
<li data-target="#carousel-example-generic-2" data-slide-to="2"></li>
</ol>
</div>
</div>
</div>
</div>
</section>
<!-- FEATURES
================================================== -->
<section class="ethos">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="circle"><i class="icon-files"></i></div>
<h2>We Open Source</h2>
<p>Breedr Apps strives to open source projects, when possible, to allow the community to contribute, learn and collaborate.</p>
</div>
<div class="col-md-4">
<div class="circle"><i class="icon-user"></i></div>
<h2>Put Users First</h2>
<p>Our apps are designed with you in mind. We aim to create innovative, intuitive and user-friendly applications.</p>
</div>
<div class="col-md-4">
<div class="circle"><i class="icon-like"></i></div>
<h2>Apps made with love</h2>
<p>We are passionate about the apps we make and use this passion to ensure we deliver exceptional quality.</p>
</div>
</div>
</div>
</section>
<!-- SOCIAL
================================================== -->
<section class="social">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Connect with us</h2>
<a class="icon-facebook"></a>
<a class="icon-twitter"></a>
<a class="icon-google"></a>
<a class="icon-instagram"></a>
<a class="icon-android"></a>
</div>
</div>
</div>
</section>
<!-- GET IT
================================================== -->
<section class="get-it">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Coming Soon</h1>
<p class="lead">We have plenty more in the works! In the mean time, why not download our apps and checkout our GitHub!</p>
<button type="button" class="app-store"></button>
<a href="https://github.com/Breedr"><button type="button" class="git-hub"></button></a>
</div>
<div class="col-md-12">
<hr />
<ul>
<li><a href="#link-here">Contact</a></li>
<li><a href="https://github.com/Breedr">Github</a></li>
<li><a href="#link-here">Blog</a></li>
<li><a href="#link-here">Press</a></li>
<li><a href="legal.html">Legal</a></li>
<li><a href="#link-here">Privacy</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- JAVASCRIPT
================================================== -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/animatescroll.js"></script>
<script src="js/scripts.js"></script>
<script src="js/retina-1.1.0.min.js"></script>
</body>
</html>