-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·504 lines (469 loc) · 24.5 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
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html lang="en">
<head>
<title>GitCom - Community-Driven open source marketplace</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Prata&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="css/nouislider.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="main-section">
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">GitCom</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a
href="https://gitcom.org/login" class="nav-link icon d-flex align-items-center"
style="margin-left: 13px;"
>
<i class="ion-ios-log-in mr-2"></i> Sign in
</a>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="https://github.com/gitcomteam/" class="nav-link icon d-flex align-items-center">
<i class="ion-logo-github margin-sm-sides menu-tab-icon"></i>
<div class="mobile-only">Our GitHub</div>
</a>
</li>
<li class="nav-item">
<a href="https://www.facebook.com/gitcomteam/" class="nav-link icon d-flex align-items-center">
<i class="ion-logo-facebook margin-sm-sides menu-tab-icon"></i>
<div class="mobile-only">Our Facebook page</div>
</a>
</li>
<li class="nav-item">
<a href="https://discordapp.com/invite/gRxPXPn" class="nav-link icon d-flex align-items-center">
<img
class="margin-sm-sides menu-tab-icon" src="icons/discord-icon.svg" alt="Discord icon"
style="width: 23px; height: 36px; -webkit-filter: invert(0.5); filter: invert(0.5);"
/>
<div class="mobile-only">Join our Discord channel!</div>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link icon d-flex align-items-center full-height">
hi@gitcom.org
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<section class="hero-wrap js-fullheight img auto-height" style="background-image: url(images/bg_3.jpg); min-height: 100vh;">
<div class="overlay"></div>
<div class="container">
<div
class="row description js-fullheight align-items-center justify-content-center auto-height"
style="padding-top: 7vh;"
>
<div class="col-md-8 text-center">
<div class="text">
<h1>GitCom</h1>
<h2 class="mb-4 text-white">
Community-Driven open source marketplace
</h2>
<h4 class="mb-4">
It is time to look at open source <i>differently</i>.
</h4>
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-md-6 col-xs-12">
<h5 class="text-white">Here's what do we offer:</h5>
<div class="p-2 text-white text-left">
<i class="ion-logo-github margin-sm-sides" style="font-size: 1.5em;"></i>
<b>For users: </b> An easy way to support independent developers and get rewards in return
</div>
<div class="row dropdown-divider"></div>
<div class="p-2 text-white text-left">
<i class="ion-md-code margin-sm-sides" style="font-size: 1.5em;"></i>
<b>For developers: </b> Simple solution to get funding for their open source projects
</div>
<div class="row flex-center">
<a href="https://gitcom.org/quickstart/developer" class="btn btn-primary px-4 mb-2 mt-3">
<i class="ion-ios-laptop mr-2"></i> Developer quickstart
</a>
</div>
</div>
<div class="col-md-6 col-xs-12">
<div class="card card-style">
<div class="card-body p-5">
<div class="feature-block">
<h4 class="text-center mt-2">Sign in and join our growing community</h4>
<p class="text-center">It's just a few clicks away!</p>
<div class="card-text mt-4">
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="ion-ios-paper-plane"></i>
</span>
</div>
<input id="fastSignInEmail" type="email" class="form-control" placeholder="Email...">
</div>
<div class="input-group mb-3 flex-center">
<a id="signInLink" href="https://gitcom.org/login" class="btn btn-primary px-4 mb-4">
<i class="ion-ios-log-in mr-2"></i> Sign in
</a>
</div>
</div>
<div class="row dropdown-divider"></div>
<div class="row text-center">
<b class="full-width">Or quickly sign in with one of these services:</b>
</div>
<div class="row mt-2">
<div class="col-md-4 col-sm-6 col-xs-12 flex-center">
<a href="https://gitcom.org/login?fast_signin=github">
<button class="social-button github">
<i class="ion-logo-github mr-2"></i> github
</button>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 flex-center">
<a href="https://gitcom.org/login?fast_signin=google">
<button class="social-button google">
<i class="ion-logo-google mr-2"></i> google
</button>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 flex-center">
<a href="https://gitcom.org/login?fast_signin=gitlab">
<button class="social-button gitlab">
<i class="ion-ios-git-branch mr-2"></i> gitlab
</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row p-4"></div>
</div>
</section>
<section class="ftco-section ftco-section-2">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<h2 class="heading-section mb-4 pb-md-3">Why GitCom?</h2>
<p>
Right now it's hard for developers to get paid for their open source work, <b>that's where GitCom
comes in. <br/> Here's what we offer:</b>
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6 col-xs-12 text-center">
<h2 class="heading-section pb-md-3">For users</h2>
<ul class="text-left">
<li class="text-left">
We provide an easy way to support open source and independent developers <b>and get rewards
in return</b> which can be used later to buy software
</li>
</ul>
</div>
<div class="col-md-6 col-xs-12 text-center">
<h2 class="heading-section pb-md-3">For developers</h2>
<ul class="text-left">
<li>
Multiple funding solutions such as subscription, selling their products (open core model)
and donations
</li>
<li>
By providing a new revenue sources for independent developers they can be more dedicated to
their projects thus increasing the overall quality of the open source products.
</li>
<li>
Also, we're actively promoting the platform and all available software thus you can get more
traffic for your products
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-section-2 section-signup page-header img" style="background: whitesmoke;">
<div class="container">
<div class="row text-center">
<h1 class="full-width">Core Features</h1>
</div>
<div class="row margin-sm-top">
<div class="col-md-4 mb-4 mb-md-0">
<div class="card card-style">
<div class="card-body">
<div class="feature-block">
<h4><i class="ion-logo-usd"></i> Earn as proprietary,<br/> but staying Open Source</h4>
<p class="card-text">
For maintainers, we're providing multiple ways to get financial support for
their open source projects including Open-core model, selling subscription or support
and so on
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card card-style">
<div class="card-body">
<div class="feature-block">
<h4><i class="ion-ios-heart"></i> Open Source to masses</h4><br/>
<p class="card-text">
Our goal is to provide a simple way for people to engage with open source software,
support it and be a part of its community. <br/>
You can support Open Source through subscription, donations or contributions,
that's up to you.
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card card-style">
<div class="card-body">
<div class="feature-block">
<h4><i class="ion-ios-list"></i> Full transparency</h4><br/>
<p class="card-text">
People can see & control how their money will be spent and can be truly involved in
the future of their favorite projects.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row margin-sm-top">
<div class="col-md-4 mb-4 mb-md-0">
<div class="card card-style">
<div class="card-body">
<div class="feature-block">
<h4><i class="ion-ios-people"></i> Contribution opportunities, for everyone!</h4>
<p class="card-text">
We believe that each contribution should be rewarded so in our platform everyone
gets paid based on their effort, from development to testing.
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card card-style">
<div class="card-body">
<div class="feature-block">
<h4><i class="ion-ios-build"></i> Building on top of existing platforms</h4>
<p class="card-text">
We're not trying to replace current open source platforms, we're trying to build on
top of them.
<br/>
We already have integrations with GitHub and GitLab with more coming soon!
</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card card-style">
<div class="card-body">
<div class="feature-block">
<h4><i class="ion-ios-heart"></i> We're completely open source</h4>
<p class="card-text">
GitCom and all our services are 100% open source. Anyone can view and edit our source code
which helps us be more open and secure
</p>
<div class="row flex-center">
<a href="https://github.com/gitcomteam" class="btn btn-primary px-4 mb-4">
<i class="ion-logo-github mr-2"></i> Our GitHub
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row align-content-center m-4 flex-center">
<a href="https://gitcom.org/login" class="btn btn-primary px-4 mb-4">
<i class="ion-ios-log-in mr-2"></i> Sign in
</a>
</div>
</div>
</section>
<section class="ftco-section ftco-section-2 section-signup page-header img">
<div class="container">
<div class="row text-center">
<h1 class="full-width"><b>GitCom Token</b></h1>
</div>
<div class="row margin-sm-top justify-content-center">
<p class="text-center">
GitCom Token can be used to support independent developers & GitCom platform development
</p>
</div>
<div class="row text-center margin-sm-top">
<h1 class="full-width">Available exchanges</h1>
</div>
<div class="row margin-sm-top">
<div class="col-md-4 mb-4 mb-md-0 text-center"></div>
<div class="col-md-4 mb-4 mb-md-0">
<div class="card card-style">
<div class="card-body text-center">
<h4>Waves decentralized exchange</h4>
<img src="images/waves_dex.jpg" alt="Waves Dex" class="img-raised rounded img-fluid image">
<div class="row margin-sm-top"></div>
<a
href="https://waves.exchange/dex-demo?assetId2=BkuYDLDunSy7dvep7NgQcmiY4iyqTq3diHwdGPrFUCMC&assetId1=WAVES"
class="btn btn-primary px-4"
target="_blank"
rel="noopener noreferrer"
>Trade token<i class="icon-arrow-right mr-2 px-2"></i>
</a>
</div>
</div>
</div>
</div>
<div class="row margin-sm-top">
<h5>
<i class="icon-info-circle p-2"></i> Waves is a blockchain platform with its own smart contacts & tokens.
It has more than 90M$ market cap and it's available on
<a href="https://coinmarketcap.com/currencies/waves/">CoinMarketCap</a>
<br/><br/>
<i class="icon-info-circle p-2"></i> GitCom token is widely used inside the platform but it's
optional,
we also accept US$ or cryptocurrencies & tokens such as BitCoin, LiteCoin and Ethereum.
</h5>
</div>
</div>
</section>
<section class="ftco-section ftco-section-2" style="background: whitesmoke;">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-9 text-center">
<h2 class="heading-section mb-4 pb-md-3">
Interested? Subscribe to the mailing list
</h2>
<p>
The project is currently under active development so you'll receive an email with each important
update. <br/>You can unsubscribe anytime
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 text-center">
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text">
<i class="ion-ios-paper-plane"></i>
</span>
</div>
<input id="subscriptionEmailInput" type="email" class="form-control" placeholder="Email...">
</div>
<div id="mailingListSubscribeBtn" onclick="subscribeToMailingList()" class="btn btn-primary">Keep me posted</div>
</div>
</div>
</div>
</section>
<footer class="ftco-section ftco-section-2">
<div class="col-md-12 text-center">
<p class="mb-0">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
GitCom ©2019-<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This template is made with <i class="icon-heart" aria-hidden="true"></i> by <a
href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</footer>
</div>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen">
<svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee"/>
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00"/>
</svg>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/nouislider.min.js"></script>
<script src="js/moment-with-locales.min.js"></script>
<script src="js/bootstrap-datetimepicker.min.js"></script>
<script src="js/main.js"></script>
<script>
function subscribeToMailingList() {
$("#mailingListSubscribeBtn").html("You're subscribed now!");
$.post("https://api.gitcom.org/api/v1/mailing_list/subscribe?email=" + $("#subscriptionEmailInput").val());
}
$(document).ready(function() {
$("#fastSignInEmail").keypress(function(e) {
$("a#signInLink").attr("href", "https://gitcom.org/login?email=" + $(e.target).val());
});
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-153205738-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-153205738-2');
</script>
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('kmcg4ky4chmh');
</script>
<!-- End of Async Drift Code -->
</body>
</html>