-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
543 lines (449 loc) · 27.5 KB
/
about.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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/uikit.min.css" />
<title>1ramp</title>
<link rel="shortcut icon" href="favicon.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Saira+Semi+Condensed:700" rel="stylesheet">
<link rel="author" href="https://ansarimofid@gmail.com">
<meta name="description" content="Social Media that pays you. Steem-Blockchain powered social media platform for creative communities to create, share and earn.">
<meta name="keywords" content="1ramp, HapRamp, Steem, Blockchain, Cryptocurrency, Social-Media, Creative-communities, Earn, Decentralize, Social-Network">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/brands.css" integrity="sha384-VGCZwiSnlHXYDojsRqeMn3IVvdzTx5JEuHgqZ3bYLCLUBV8rvihHApoA1Aso2TZA"
crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/fontawesome.css" integrity="sha384-GVa9GOgVQgOk+TNYXu7S/InPTfSDTtBalSgkgqQ7sCik56N9ztlkoTr2f/T44oKV"
crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124845462-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-124845462-2');
</script>
<!-- Hotjar Tracking Code for www.1ramp.com -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () { (h.hj.q = h.hj.q || []).push(arguments) };
h._hjSettings = { hjid: 911264, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script'); r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</head>
<body>
<div class="wrapper">
<!--Header Starts-->
<header id="hero-about" class="partner" data-vide-bg="video/hero_video" data-vide-options="loop: true, muted: false,autoplay: true">
<nav is uk-sticky="show-on-up: true;animation: uk-animation-slide-top;" class="uk-navbar uk-navbar-container uk-navbar-transparent uk-padding-large uk-padding-remove-vertical">
<div class="uk-navbar-left">
<a href="index.html" class="uk-navbar-item uk-logo">
<svg width="153" height="22" xmlns="http://www.w3.org/2000/svg">
<g fill-rule="evenodd"><text font-family="OpenSans-Bold, Open Sans" font-size="24"
font-weight="bold" letter-spacing="1.333" transform="translate(0 -6)">
<tspan x="26" y="26">1RAMP</tspan>
</text>
<path d="M14.24 7.956a2.32 2.32 0 0 1 4.322 1.174v10.55a2.32 2.32 0 0 1-4.64 0v-6.224c-1.449.656-3.06 1.176-4.64 1.21-1.613-.005-3.214-.5-4.641-1.14v6.154a2.32 2.32 0 0 1-4.641 0V9.13a2.32 2.32 0 0 1 4.386-1.058c1.544.923 3.216 1.995 4.895 1.995 1.743 0 3.398-1.174 4.959-2.11zM2.32 4.714C1.04 4.714 0 3.66 0 2.357 0 1.055 1.039 0 2.32 0c1.282 0 2.32 1.055 2.32 2.357 0 1.302-1.038 2.357-2.32 2.357zm13.922 0c-1.281 0-2.32-1.055-2.32-2.357C13.922 1.055 14.96 0 16.242 0c1.282 0 2.32 1.055 2.32 2.357 0 1.302-1.038 2.357-2.32 2.357z" />
</g>
</svg>
</a>
</div>
<div class="uk-navbar-right uk-nav-center-sm">
<ul class="uk-navbar-nav menu-list uk-margin-small-right uk-visible@m">
<li>
<a href='index.html'>HOME</a>
</li>
<li>
<a class="uk-text-bold" href='#!'>ABOUT</a>
</li>
<li>
<a href='faq.html'>FAQs</a>
</li>
<li>
<a href='weareone.html'>#WeAreOne</a>
</li>
</ul>
<div class="nav-cta">
<a href="https://github.com/hapramp" class="social-icon uk-icon-button uk-margin-small-right"
target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://discord.gg/PkgCv8j" class="social-icon uk-icon-button " target="_blank">
<i class="fab fa-discord"></i>
</a>
</div>
</div>
</nav>
<!--Hero Starts-->
<div id="hero-partner" class="hero partner uk-flex uk-container">
<!--<div class="hero-contents uk-width-1-4@m uk-width-1-6@m"></div>-->
<div class="uk-grid">
<div class="hero-contents uk-text-center">
<div class="grand-title text-color-white title-text">
About 1ramp
</div>
</div>
</div>
</div>
</header>
<!--Intro Starts-->
<div id="intro" class="intro uk-container uk-margin-large-top">
<div class="uk-padding-small"></div>
<div class="uk-grid">
<div class="uk-width-1-6@m"></div>
<div class="intro-wrapper uk-width-2-3@m color-black-a54">
<p>
<strong>Your Ramp to Happiness,</strong>
</p>
<p>
1ramp is a social media for the creative communities. We enable creators earn money by doing
what they love. 1ramp is an open-source platform, an application powered by the
Steem-Blockchain technology, supported by the community of developers and creators, and run by
a few art fanatics.
</p>
</div>
</div>
</div>
<div class="uk-padding-large"></div>
<!--Team Section-->
<div id="team" class="team uk-margin-large-top">
<div class="uk-container">
<h3 class="title-deco uk-text-center title-text color-black-a54">
<span class="triangle-up"></span>
<span class="triangle-down"></span>
<span class="title-deco-text">TEAM</span>
<span class="triangle-up"></span>
<span class="triangle-down"></span>
</h3>
<div class="uk-padding-small"></div>
<div class="uk-grid uk-margin-large-top team-wrapper">
<!--Vikram-->
<div class="uk-width-1-4@l uk-width-1-3@m uk-width-1-2@s uk-text-center uk-margin-large-top">
<div class="member-thumb">
<img src="img/team/vikram_hapramp.jpg" alt="Mofid Ansari" class="">
<div class="thumb-overlay"></div>
</div>
<h3 class="member-name text-color-primary title-text uk-margin-remove-bottom">Shubhendra Vikram</h3>
<h5 class="member-design uk-text-small uk-text-uppercase uk-margin-small-top color-black-a54">
Lead Strategist</h5>
<div class="social-links">
<a href="https://www.linkedin.com/in/shubhendravikram" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: linkedin;ratio: 0.75" target="_blank"></a>
<a href="https://twitter.com/shubhendrav" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: twitter;ratio: 0.75" target="_blank"></a>
<a href="https://www.facebook.com/shubhendrav" class="uk-icon-button" uk-icon="icon: facebook;ratio: 0.75"
target="_blank"></a>
</div>
</div>
<!--Avi Aryan-->
<div class="uk-width-1-4@l uk-width-1-3@m uk-width-1-2@s uk-text-center uk-margin-large-top">
<div class="member-thumb">
<img src="img/team/avi_hapramp.jpg" alt="Avi Aryan" class="">
<div class="thumb-overlay"></div>
</div>
<h3 class="member-name text-color-primary title-text uk-margin-remove-bottom">Avi Aryan</h3>
<h5 class="member-design uk-text-small uk-text-uppercase color-black-a54 uk-margin-small-top">
Full Stack Engineer
</h5>
<div class="social-links">
<a href="https://www.linkedin.com/in/aviaryan/" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: linkedin;ratio: 0.75" target="_blank"></a>
<a href="https://twitter.com/aviaryan123" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: twitter;ratio: 0.75" target="_blank"></a>
<a href="https://github.com/aviaryan" class="uk-icon-button" uk-icon="icon: github;ratio: 0.75"
target="_blank"></a>
</div>
</div>
<!--Pratyush-->
<div class="uk-margin-large-top uk-width-1-4@l uk-width-1-3@m uk-width-1-2@s uk-text-center">
<div class="member-thumb">
<img src="img/team/pratyush_1_hapramp.jpg" alt="Pratyush Singh" class="">
<div class="thumb-overlay"></div>
</div>
<h3 class="member-name text-color-primary title-text uk-margin-remove-bottom">Pratyush Singh</h3>
<h5 class="member-design uk-text-small uk-text-uppercase color-black-a54 uk-margin-small-top">
Blockchain Engineer</h5>
<div class="social-links">
<a href="https://www.linkedin.com/in/singh-pratyush/" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: linkedin;ratio: 0.75" target="_blank"></a>
<a href="https://twitter.com/singhpratyush_" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: twitter;ratio: 0.75" target="_blank"></a>
<a href="https://github.com/singhpratyush" class="uk-icon-button" uk-icon="icon: github;ratio: 0.75"
target="_blank"></a>
</div>
</div>
<!--Ankit-->
<div class="uk-width-1-4@l uk-width-1-3@m uk-width-1-2@s uk-text-center uk-margin-large-top">
<div class="member-thumb">
<img src="img/team/ankit_hapramp.jpg" alt="Ankit Kumar" class="">
<div class="thumb-overlay"></div>
</div>
<h3 class="member-name text-color-primary title-text uk-margin-remove-bottom">Ankit Kumar</h3>
<h5 class="member-design uk-text-small uk-text-uppercase color-black-a54 uk-margin-small-top">
Lead Android Developer</h5>
<div class="social-links">
<a href="https://www.linkedin.com/in/bxute" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: linkedin;ratio: 0.75" target="_blank"></a>
<a href="https://angel.co/bxute" class="uk-icon-button uk-margin-small-right" uk-icon="icon: link;ratio: 0.75"
target="_blank"></a>
<a href="https://github.com/bxute" class="uk-icon-button" uk-icon="icon: github;ratio: 0.75"
target="_blank"></a>
</div>
</div>
<!--Mofid Ansari-->
<div class="uk-width-1-4@l uk-width-1-3@m uk-width-1-2@s uk-text-center uk-margin-large-top">
<div class="member-thumb">
<img src="img/team/mofid_hapramp.jpg" alt="Mofid Ansari" class="">
<div class="thumb-overlay"></div>
</div>
<h3 class="member-name text-color-primary title-text uk-margin-remove-bottom">Mofid Ansari</h3>
<h5 class="member-design uk-text-small uk-text-uppercase color-black-a54 uk-margin-small-top">UI
Designer
</h5>
<div class="social-links">
<a href="https://www.behance.net/ansarimofid" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: behance;ratio: 0.75" target="_blank"></a>
<a href="http://ansarimofid.in/" class="uk-icon-button uk-margin-small-right" uk-icon="icon: link;ratio: 0.75"
target="_blank"></a>
<a href="https://www.linkedin.com/in/ansarimofid/" class="uk-icon-button" uk-icon="icon: linkedin;ratio: 0.75"></a>
</div>
</div>
<!--Rajat-->
<div class="uk-width-1-4@l uk-width-1-3@m uk-width-1-2@s uk-text-center uk-margin-large-top">
<div class="member-thumb">
<img src="img/team/rajat_hapramp.jpg" alt="Rajat Dangi" class="">
<div class="thumb-overlay"></div>
</div>
<h3 class="member-name text-color-primary title-text uk-margin-remove-bottom">Rajat Dangi</h3>
<h5 class="member-design uk-text-small uk-text-uppercase color-black-a54 uk-margin-small-top">
Brand Strategist</h5>
<div class="social-links">
<a href="https://www.linkedin.com/in/rajatdangi/" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: linkedin;ratio: 0.75" target="_blank"></a>
<a href="https://twitter.com/TheRajatDangi" class="uk-icon-button uk-margin-small-right"
uk-icon="icon: twitter;ratio: 0.75" target="_blank"></a>
<a href="https://medium.com/@rajatkumardangi" class="uk-icon-button" uk-icon="icon: link;ratio: 0.75"
target="_blank"></a>
</div>
</div>
</div>
</div>
<div class="uk-padding-small"></div>
</div>
</div>
<div class="uk-padding-large"></div>
<div id="associates" class="associates uk-margin-top">
<div class="uk-container">
<h3 class="title-deco uk-text-center title-text color-black-a54">
<span class="triangle-up"></span>
<span class="triangle-down"></span>
<span class="title-deco-text">Associated with</span>
<span class="triangle-up"></span>
<span class="triangle-down"></span>
</h3>
<div class="uk-padding-small"></div>
<div class="uk-grid uk-margin-large-top associated-links-wrapper">
<div class="uk-text-center uk-flex uk-flex-wrap">
<div>
<div class="pow-container uk-flex-wrap">
<div class="pow-icon uk-margin-small-right uk-margin-small-bottom">
<a href="http://huddle.work/" class="supp-logo-wrapper uk-padding-remove remove-border"
target="_blank">
<img class="logo full-width" src="img/orgs/huddle.png" alt="Huddle">
</a>
</div>
<div class="pow-icon uk-margin-small-right uk-margin-small-bottom">
<a href="http://10000startups.com/" class="supp-logo-wrapper uk-padding-remove remove-border"
target="_blank">
<img class="logo full-width" src="img/orgs/nascomm_logo.png" alt="10000 startup Nascomm">
</a>
</div>
<div class="pow-icon uk-margin-small-right uk-margin-small-bottom">
<a href="https://hasura.io/" class="supp-logo-wrapper uk-padding-remove remove-border"
target="_blank">
<img class="logo full-width" src="https://cdn.discordapp.com/attachments/420868829321625600/425217345506639872/hasura-logo-F2B634BFC4-seeklogo.com.png"
alt="Hasura">
</a>
</div>
<div class="pow-icon uk-margin-small-right uk-margin-small-bottom">
<a href="" class="supp-logo-wrapper uk-padding-remove remove-border" target="_blank">
<img class="logo full-width" src="img/amazon%20web%20services%20activate%20program.png"
alt="Amazon Power">
</a>
</div>
<div class="pow-icon">
<a href="http://iiitvadodara.ac.in/" class="supp-logo-wrapper uk-padding-remove remove-border"
target="_blank">
<img class="logo full-width" src="img/orgs/iiitv.png" alt="IIIT Vadodara">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="uk-padding-large"></div>
<footer class="footer uk-overflow-hidden uk-margin-top">
<div class="uk-container">
<div class="uk-padding width-100"></div>
<div class="uk-grid">
<div class="uk-width-1-6@l"></div>
<div class="uk-width-1-6@l uk-width-1-4@m uk-width-1-2@s footer-section uk-margin-medium-bottom">
<h4 class="section-title text-color-white title-text">Links</h4>
<div class="uk-padding-small width-100"></div>
<div class="links-container">
<ul class="uk-list footer-link-list">
<li class="uk-margin-small-bottom uk-margin-remove-top uk-margin-medium-right"><a href='index.html'>Home</a></li>
<li class="uk-margin-small-bottom uk-margin-remove-top uk-margin-medium-right"><a
data-speed="400" class="scroll" href='#hero-about'>About</a></li>
<li class="uk-margin-small-bottom uk-margin-remove-top uk-margin-medium-right"><a href='faq.html'>FAQs</a></li>
</ul>
</div>
</div>
<div class="uk-width-1-6@l uk-width-1-4@m uk-width-1-2@s footer-section uk-margin-medium-bottom">
<h4 class="section-title text-color-white title-text">Social</h4>
<div class="uk-padding-small width-100"></div>
<div class="links-container">
<ul class="uk-list social-link-list">
<li class="uk-margin-small-bottom uk-margin-remove-top uk-margin-medium-right">
<a href=" https://www.facebook.com/the1ramp/" class="uk-margin-small-bottom" target="_blank">Facebook
</a>
</li>
<li class="uk-margin-small-bottom uk-margin-remove-top uk-margin-medium-right">
<a href="https://twitter.com/the1ramp" class="uk-margin-small-bottom" target="_blank">Twitter
</a>
</li>
<li class="uk-margin-small-bottom uk-margin-remove-top uk-margin-medium-right">
<a href="https://www.instagram.com/the1ramp/" class="uk-margin-small-bottom" target="_blank">Instagram
</a>
</li>
<li class="uk-margin-small-bottom uk-display-inline-block uk-margin-remove-top uk-margin-medium-right">
<a href="https://www.linkedin.com/company/13405668/" class="uk-margin-small-bottom"
target="_blank">LinkedIn
</a>
</li>
</ul>
</div>
</div>
<div class="uk-width-1-6@l uk-width-1-4@m uk-width-1-2@s footer-section uk-margin-medium-bottom">
<h4 class="section-title text-color-white title-text title-text">Blogs</h4>
<div class="uk-padding-small width-100"></div>
<div class="links-container">
<ul class="uk-list social-link-list">
<li class="uk-margin-small-bottom uk-margin-remove-top uk-margin-medium-right">
<a href="https://steemit.com/@the1ramp" class="uk-margin-small-bottom" target="_blank">
Steemit
</a>
</li>
<li class="uk-margin-small-bottom uk-margin-remove-top uk-margin-medium-right">
<a href="https://medium.com/1ramp" class="uk-margin-small-bottom" target="_blank">
Medium
</a>
</li>
</ul>
</div>
</div>
<div class="uk-width-1-6@l uk-width-1-4@m uk-width-1-2@s footer-section uk-margin-medium-bottom">
<h4 class="section-title text-color-white title-text">Contact</h4>
<div class="uk-padding-small width-100"></div>
<div class="links-container">
<ul class="uk-list social-link-list">
<li class="uk-margin-small-bottom uk-display-inline-block uk-margin-remove-top">
<a href="mailto:hi@1ramp.io" class="uk-margin-small-bottom" target="_blank">hi@1ramp.io</a>
</ul>
</div>
</div>
</div>
<div class="uk-grid">
<div class="uk-width-1-6@l"></div>
<div class="uk-width-2-3@l links-container">
<div class="tc-section-divider"></div>
<div class="uk-padding-small"></div>
<span class="text-color-white">Copyright 2018</span>
<span class="text-color-white">| </span>
<a href="terms.html" class="terms">Terms</a>
</div>
</div>
<div class="uk-padding-small width-100"></div>
</div>
</footer>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vide/0.5.1/jquery.vide.js"></script>
<script src="js/uikit.min.js"></script>
<script src="js/uikit-icons.min.js"></script>
<script src="js/main.js"></script>
<script>
// Code Credit: https://codepen.io/rleve/pen/iCbgy
(function () {
'use strict';
// Feature Test
if ('querySelector' in document && 'addEventListener' in window && Array.prototype.forEach) {
// Function to animate the scroll
var smoothScroll = function (anchor, duration) {
// Calculate how far and how fast to scroll
var startLocation = window.pageYOffset;
var endLocation = anchor.offsetTop;
var distance = endLocation - startLocation;
var increments = distance / (duration / 16);
var stopAnimation;
// Scroll the page by an increment, and check if it's time to stop
var animateScroll = function () {
window.scrollBy(0, increments);
stopAnimation();
};
// If scrolling down
if (increments >= 0) {
// Stop animation when you reach the anchor OR the bottom of the page
stopAnimation = function () {
var travelled = window.pageYOffset;
if ((travelled >= (endLocation - increments)) || ((window.innerHeight +
travelled) >= document.body.offsetHeight)) {
clearInterval(runAnimation);
}
};
}
// If scrolling up
else {
// Stop animation when you reach the anchor OR the top of the page
stopAnimation = function () {
var travelled = window.pageYOffset;
if (travelled <= (endLocation || 0)) {
clearInterval(runAnimation);
}
};
}
// Loop the animation function
var runAnimation = setInterval(animateScroll, 16);
};
// Define smooth scroll links
var scrollToggle = document.querySelectorAll('.scroll');
// For each smooth scroll link
[].forEach.call(scrollToggle, function (toggle) {
// When the smooth scroll link is clicked
toggle.addEventListener('click', function (e) {
// Prevent the default link behavior
e.preventDefault();
// Get anchor link and calculate distance from the top
var dataID = toggle.getAttribute('href');
var dataTarget = document.querySelector(dataID);
var dataSpeed = toggle.getAttribute('data-speed');
// If the anchor exists
if (dataTarget) {
// Scroll to the anchor
smoothScroll(dataTarget, dataSpeed || 500);
}
}, false);
});
}
})();
</script>
</body>
</html>