-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
538 lines (504 loc) · 21.8 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
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
<!DOCTYPE html>
<html>
<head>
<!-- META TAGS -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118609151-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118609151-1');
</script>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width,initial-scale=1" name=viewport>
<!-- FAV ICON -->
<link rel="shortcut icon" href="assets/img/fav-icon.png" />
<!-- TITLE -->
<title>Trust , Transparency Hypermine Technologies</title>
<meta name="description" content="Hypermine Technologies is one of the best Blockchain Companies in Bangalore, India, provides complete blockchain solutions that includes application development & services, payments & wallets for industries like Supply Chain, Banking, Financial services, Healthcare, Education & Enterprise etc."
/>
<meta name="keywords" content="Best block company, Best blockchain companies, blockchain solutions for supplychain, blockchain solutions for enterprise, blockchain solutions for healthcare, Blockchain solutions for banking & financial services, blockchain solution for higher education Enterprise Blockchain Infrastructure, Enterprise Blockchain Development Services, Blockchain Experts in Bangalore, Blockchain developers in Bangalore, Enterprise blockchain development services, Blockchain development services"
/>
<link rel="canonical" href="http://hypermine.in" />
<meta property='og:locale' content='en_US'/>
<meta property='og:type' content='article'/>
<meta property='og:title' content='Blockchain development company in India'/>
<meta property='og:description' content='Hypermine Technologies is one of the best Blockchain Companies in Bangalore, India, provides complete blockchain solutions that includes application development & services, payments & wallets for industries like Supply Chain, Banking, Financial services, Healthcare, Education & Enterprise etc.'/>
<meta property='og:url' content='http://hypermine.in'/>
<meta property='og:site_name' content='Hypermine Technologies'/>
<meta property='article:author' content='https://www.facebook.com/hyperminetech/'/>
<meta property='article:publisher' content='https://www.facebook.com/hyperminetech/'/>
<!-- GOOGLE FONTS -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800">
<link rel="stylesheet" type="text/css" href="assets/fonts/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="assets/fonts/themify-icons.css"/>
<!-- CSS SHEETS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/loader.css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.min.css">
<!-- BACKGROUND ANIMATION -->
<link rel="stylesheet" type="text/css" href="assets/css/background-animation.css">
<!-- PHOTOSWIPE -->
<link rel="stylesheet prefetch" href="assets/css/photoswipe.min.css">
<link rel="stylesheet prefetch" href="assets/css/default-skin.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<style type="text/css">
a.title-animation.scroll.active { color: #00ff90 }
.our-team{
background: #000;
text-align: center;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
overflow: hidden;
position: relative;
}
.our-team img{
width: 100%;
height: auto;
transition: all 0.55s ease 0s;
}
.our-team:hover img{ opacity: 0.5; }
.our-team .team-content{
padding: 5px 10px 10px;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
transform: rotate(45deg) translate(-50%, -50%);
transform-origin: 0 0;
transition: all 0.55s ease 0s;
}
.our-team:hover .team-content{ opacity: 1; }
.our-team .team-content:before,
.our-team .team-content:after{
content: "";
width: 400px;
height: 2px;
background: #1f282b;
position: absolute;
top: 0;
left: 10px;
transform: translateX(100%);
transition: all 0.55s ease 0s;
}
.our-team .team-content:after{
top: auto;
left: auto;
bottom: 0;
right: 10px;
transform: translateX(-100%);
}
.our-team:hover .team-content:before,
.our-team:hover .team-content:after{
transform: translate(0, 0);
transition-delay: 0.15s;
}
.our-team .title{
font-size: 20px;
font-weight: 400;
color: #fff;
text-transform: uppercase;
margin: 0;
}
.our-team .title:before,
.our-team .title:after{
content: "";
width: 2px;
height: 300px;
background: #1f282b;
position: absolute;
top: 10px;
right: 0;
transform: translateY(100%);
transition: all 0.55s ease 0s;
}
.our-team .title:after{
top: auto;
right: auto;
bottom: 10px;
left: 0;
transform: translateY(-100%);
}
.our-team:hover .title:before,
.our-team:hover .title:after{
transform: translate(0, 0);
}
.our-team .post{
display: block;
padding: 5px 10px;
background: #1f282b;
font-size: 17px;
font-weight: 700;
color: #000;
text-transform: capitalize;
}
@media only screen and (max-width: 990px){
.our-team{ margin-bottom: 30px; }
}
</style>
<script type="text/javascript"> window.$crisp=[];window.CRISP_WEBSITE_ID="44ced06e-2327-4401-86f8-f27010965e2b";(function(){ d=document;s=d.createElement("script"); s.src="https://client.crisp.chat/l.js"; s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})(); </script>
</head>
<body>
<!-- Load Facebook SDK for JavaScript -->
<!--Start of Tawk.to Script-->
<!-- <script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5ae785e35f7cdf4f0533bef8/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script> -->
<!--End of Tawk.to Script-->
<!-- LOADER -->
<!-- <div class="loader">
<div class="loader-container">
<div class="static">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
<div class="interactive">
<div class="circle"></div>
</div>
<div class="interactive">
<div class="circle"></div>
</div>
</div>
</div> -->
<!-- /LOADER -->
<!-- BACKGROUND EFFECT-->
<div id="background-effect"></div>
<!-- OVERLAY EFFECT-->
<div id="overlay"></div>
<!-- SPACE EFFECT-->
<!-- <div id="lines"></div> -->
<div id="particles-js"></div>
<!-- <div id="space">
<div class="stars"></div>
<div class="stars"></div>
<div class="stars"></div>
<div class="stars"></div>
<div class="stars"></div>
</div> -->
<!-- MAIN SECTION-->
<section id="main" class="col-lg-3">
<!-- SUBSCRIBE -->
<div class="subscribe">
<div class="subscribe-open">
<span class="ion-ios-email-outline"></span>
<p>CONNECT</p>
</div>
<div class="subscribe-form">
<input class="subscribe-field" id="connectemail" type="email" placeholder="Enter your E-mail" style="color:white">
<input onclick="LPAWS.sendToTopic(); return false;" class="subscribe-submit" type="submit" value="Submit">
</div>
</div>
<!-- /SUBSCRIBE -->
<!-- LOGO -->
<div class="main-wrapper" style="position: initial;">
<div class="logo-wrapper">
<!-- <a class="logo-wrapper-animation" href="#">KYOT <span>Modern <span>&</span> Unique</span></a> -->
<a class="logo-wrapper-animation scroll" href="#about">
<img src="assets/img/HMT_logo.png" width="250">
</a>
</div>
<div class="clearfix"></div>
<div class="main-text">
<p class="paragraph font-xs" style="display: none;">.</p>
</div>
<div class="logo-wrapper featured-wrapper">
<div style="margin:0 auto; text-align: center;">
<span style="color:white;">AS FEATURED ON:</span>
<a class="scroll" href="https://economictimes.indiatimes.com/news/company/corporate-trends/meet-this-geek-who-quit-his-job-for-arts-sake-but-came-back-three-years-later-to-strike-a-balance/articleshow/63392111.cms" style="">
<img src="assets/img/ET.png" style="height: 40px;width: 40px;">
</a>
</div>
</div>
</div>
<!-- /LOGO -->
<!-- COUNTER -->
<!-- <div id="counter">
<div class="counter-wrapper">
<div class="countdown-wrap days-wrap">
<span class="countdown font-lg" id="days"></span>
<span class="count-unit font-xs">DD</span>
</div>
<div class="countdown-wrap hours-wrap">
<span class="countdown font-lg" id="hours"></span>
<span class="count-unit font-xs">HH</span>
</div>
<div class="countdown-wrap minutes-wrap">
<span class="countdown font-lg" id="minutes"></span>
<span class="count-unit font-xs">MM</span>
</div>
<div class="countdown-wrap seconds-wrap">
<span class="countdown font-lg" id="seconds"></span>
<span class="count-unit font-xs">SS</span>
</div>
</div>
</div> -->
<!-- /COUNTER -->
</section>
<!-- /MAIN -->
<!-- CONTENT -->
<div id="content" class="col-lg-9">
<div class="content-wrapper">
<div class="col-lg-12">
<!-- ABOUT -->
<section id="about">
<div class="col-lg-12 text-content">
<h2 class="title">Who we are</h2>
<hr>
<p class="paragraph font-sm">We are an emerging technology company that is dedicated to building trust and transparency to the real world.</p>
<p class="paragraph font-sm">Using ‘Blockchain’ as our core technology coupled with 'Artificial Intelligence’, we are building products, services and digital economies for consumers, enterprise and government.</p>
<p class="paragraph font-sm">Our vision is to create a world where privacy is a fundamental right, where our data is secure and belongs to us. A world currency that has real value and is decentralized; where piracy does not exist and freedom of expression is encouraged. Where wealth is shared to reduce poverty and all governance is transparent and trusted to make life better for everyone.</p>
</div>
</section>
<!-- /ABOUT -->
<!-- transparent government -->
<section id="what-we-do">
<div class="col-lg-12 text-content">
<h2 class="title">WHAT WE DO</h2>
<hr>
<p class="paragraph font-sm">We are working to solve problems on a human scale, currently conducting research into the following areas :</p>
<ul>
<li>
Universal Basic Income
</li>
<li>
Energy Sharing Economies
</li>
<li>
Securing Personal Data – <a href="https://www.youtube.com/watch?v=Slhwunm4oT0&feature=youtu.be">Hypersign</a>
</li>
<li>
Confidential and Sovereign Identity - Hypersign 2.0 Ecosystem
</li>
<li>
Eradicating Piracy - <a href="http://adhat.io/">ADHAT.IO </a>
</li>
<li>
True Decentralized Currencies
</li>
<li>
Transparent Government Polling
</li>
<li>
Protocol Research & Development
</li>
</ul>
<p>
<a href="#contact" class="scroll">Contact us</a> for more information on our work.
</p>
</div>
</section>
<section id="consult">
<div class="col-lg-12 text-content">
<h2 class="title">Enterprise Solutions</h2>
<hr>
<p class="paragraph font-sm">What the internet did for information, Blockchain will do for process and transaction.</p>
<p class="paragraph font-sm">We are truly dedicated to the propagation and adoption of Blockchain and Distributed Ledger Technologies, we offer a holistic approach and domain experience to any project along with training and consulting to companies looking adopt the technology.</p>
<p class="paragraph font-sm">Our team provides the technical tools to help any industry get up to speed and running in a secure process ecosystem to. Blockchain brings better efficiency, less oversight, reduced intermediaries, enhanced privacy and improved auditability. The possibilities for use of blockchain are as limitless as the internet.</p>
<p class="paragraph font-sm">To create a Proof of Concept for your industry, please <a href="#contact" class="scroll">connect with us.</a></p>
</div>
</section>
<section id="portfolio">
<h2 class="title" style="margin-bottom: 30px;">Team</h2>
<div class="col-lg-12">
<div class="container">
<div class="row team-main">
<div class="col-md-3">
<img src="./assets/img/irfan_b.png" alt="" class="img-responsive">
<h5 style="margin-top:15px;" class="team-title">IRFAN KHAN</h5>
<a href="#" class="team-link"><i class="fa fa-linkedin"></i></a>
</div>
<div class="col-md-3">
<img src="./assets/img/vikram_b.png" alt="" class="img-responsive">
<h5 style="margin-top:15px;" class="team-title">VIKRAM ANAND</h5>
<a href="#" class="team-link"><i class="fa fa-linkedin"></i></a>
</div>
<div class="col-md-3">
<img src="./assets/img/vishwas_b.png" alt="" class="img-responsive">
<h5 style="margin-top:15px;" class="team-title">VISHWAS ANAND</h5>
<a href="#" class="team-link"><i class="fa fa-linkedin"></i></a>
</div>
<div class="col-md-3">
<img src="./assets/img/shkthi_b.png" alt="" class="img-responsive">
<h5 style="margin-top:15px;" class="team-title">SHAKTHI PRASAD</h5>
<a href="#" class="team-link"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- <div class="row" style="margin-top: 25px;">
<h2 class="title" style="margin-bottom: 30px; margin: 0 auto;">
Advisors and Mentors
</h2>
<div class="container" style="margin-top: 10px;">
<a href="http://www.idrbt.ac.in/nvnaren.html" target="_blank">
<div class="row team-main">
<div class="col-md-12 text-center">
<img src="./assets/img/naren.png" alt="" class="img-responsive">
<h5 style="margin-top:15px; color: #fff;" class="team-title">DR. NARENDRA KUMAR
<p style="color: #afafaf;">Professor at IDRBT</p></h5>
</div>
</div>
</a>
</div>
</div> -->
</section>
<!-- end team -->
<section id="contact">
<h2 class="title" data-sr-id="18" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.5s ease 0s; transition: transform 0.5s ease 0s, opacity 0.5s ease 0s; ">contact us</h2>
<hr>
<div class="details" data-sr-id="20" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.5s ease 0s; transition: transform 0.5s ease 0s, opacity 0.5s ease 0s; ">
<div class="details-block">
<span>mail</span>
<img src="assets/img/slashes/red.png" alt="Slash Icon">
<a href="[email protected]">[email protected]</a>
</div>
<div class="details-block">
<span>Phone</span>
<img src="assets/img/slashes/red.png" alt="Slash Icon">
<a href="tel:+91-7899-122-222">+91-7899-122-222</a>
</div>
</div>
<hr>
<!-- <div class="get-in-touch" data-sr-id="21" style="; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.5s ease 0s; transition: transform 0.5s ease 0s, opacity 0.5s ease 0s; ">
<form class="contact-form row">
<div class="form-field col-lg-6">
<input id="name" class="input-text js-input" type="text" required="">
<label class="label" for="name">Name</label>
</div>
<div class="form-field col-lg-6">
<input id="email" class="input-text js-input" type="email" required="">
<label class="label" for="email">E-mail</label>
</div>
<div class="form-field col-lg-12">
<textarea id="message" class="input-textarea js-input" type="text" required=""></textarea>
<label class="label textarea-label" for="message">Message</label>
</div>
<div class="form-field col-lg-12 text-center">
<input class="submit-btn" type="submit" value="Submit">
</div>
</form>
</div> -->
<div class="vdl" style="display: none;"></div>
<div class="get-in-touch" data-sr-id="21" style=" ">
<form class="contact-form row">
<div class="form-field col-lg-6">
<input id="name" class="input-text js-input" type="text" required="">
<label class="label" for="name">Name</label>
</div>
<div class="form-field col-lg-6">
<input id="email" class="input-text js-input" type="email" required="">
<label class="label" for="email">E-mail</label>
</div>
<div class="form-field col-lg-12">
<textarea id="message" class="input-textarea js-input" type="text" required=""></textarea>
<label class="label textarea-label" for="message">Message</label>
</div>
<div class="form-field col-lg-12 text-center">
<!-- <input class="submit-btn" type="submit" onclick="LPAWS.sendToConnectForm(); return false;" value="Submit"> -->
<button class="submit-btn" type="submit" onclick="LPAWS.sendToConnectForm(); return false;" style="font-family: monospace;padding: 12px 16px;"><i class="fa fa-spinner fa-spin iloader" style="display:none"></i>Submit</button>
</div>
</form>
</div>
<!-- <div id="map"></div> -->
</section>
<!-- <section ></section> -->
</div>
</div>
<!-- GOOGLE MAP -->
<!-- /GOOGLE MAP -->
</div>
<!-- /CONTENT -->
<!-- NAVIGATION DESKTOP -->
<div class="desktop-nav hidden-sm-down">
<i class="fa fa-bars"></i>
</div>
<nav class="navigation">
<div class="nav-title">
<h3>Menu</h3>
</div>
<ul class="custom_navigation">
<li class="navigation-custom-height">
<a href="#about" class="title-animation scroll">Who we are</a>
</li>
<li class="navigation-custom-height">
<a href="#what-we-do" class="title-animation scroll">What We Do </a>
</li>
<li>
<a href="#consult" class="title-animation scroll">Enterprise Solutions</a>
</li>
<li>
<a href="http://hypermine.in/blockchain-training-program.html" class="title-animation scroll">Training</a>
</li>
<li class="navigation-custom-height">
<a href="#portfolio" class="title-animation scroll">Team</a>
</li>
<li class="g-map-marker scroll">
<a href="#contact" class="title-animation">
Contact Us
</a>
</li>
</ul>
</nav>
<!-- /NAVIGATION DESKTOP -->
<!-- NAVIGATION MOBILE -->
<nav class="navbar navbar-light navigation-mobile cust_navigation">
<button class="navbar-toggler custom_toggler navbar-toggler-right hidden-sm-up" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<!-- <span class="navbar-toggler-icon"></span> -->
<i class="fa fa-bars"></i>
</button>
<div class="collapse cust_collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mr-auto mt-2 mt-md-0">
<li class="nav-item">
<a href="#main" class="nav-link scroll">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link scroll">Who we are</a>
</li>
<li class="nav-item">
<a href="#what-we-do" class="nav-link scroll">What We Do</a>
</li>
<li class="nav-item">
<a href="#consult" class="nav-link scroll">Enterprise Solutions</a>
</li>
<li>
<a href="http://hypermine.in/blockchain-training-program.html" class="nav-link scroll">Training</a>
</li>
<li class="navigation-custom-height">
<a href="#portfolio" class="nav-link scroll">Team</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link scroll">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- /NAVIGATION MOBILE -->
<!-- JAVASCRIPT -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/particles.min.js"></script>
<script src="aws-sdk-js/dist/aws-sdk.min.js"></script>
<script src="assets/js/jquery.scrollto.js"></script>
<script src="assets/js/scrollreveal.min.js"></script>
<script src="assets/js/tether.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="config.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/photoswipe.min.js"></script>
<script src="assets/js/photoswipe-ui-default.min.js"></script>
<script src="assets/js/photoswipe.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyDtkwcP4HHT5K-WsxOyBBjqsZRoRSecD-E"></script>
<script src="assets/js/g-map-gray.js"></script>
</body>
</html>