-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
452 lines (438 loc) · 19.6 KB
/
index.html
File metadata and controls
452 lines (438 loc) · 19.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'>
<meta content="" name="description">
<meta content="" name="author">
<title>dCipher | Blockchain</title>
<link href="favicon.ico" rel="icon" type="image/x-icon"><!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700%7CTitillium+Web:200,300,400,600,700&subset=latin-ext" rel="stylesheet">
<link href="assets/fonts/material-icons/material-icons.css" rel="stylesheet">
<link href="assets/fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet"><!-- Libraries CSS -->
<link href="assets/css/libraries/bootstrap.css" rel="stylesheet">
<link href="assets/css/libraries/animate.css" rel="stylesheet"><!-- Custom CSS -->
<link href="assets/css/custom/theme.css" rel="stylesheet">
<link href="assets/css/custom/colors.css" rel="stylesheet"><!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head><!-- The #page-top ID is part of the scrolling feature -
the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body data-spy="scroll" data-target="#st-nav" id="page-top">
<!-- Navigation Menu
================================================== -->
<header>
<div id="st-logo">
<a href="index.html"><img alt="Logo" src="assets/images/logo-normal.png" style="max-width: 100%"></a>
</div>
</header>
<div id="st-nav">
<a class="st-nav-trigger" href="#0">Menu<span></span></a>
<nav id="st-main-nav">
<ul>
<li>
<a class="page-scroll hvr-underline-from-center" href="#about">About</a>
</li>
<li class="dropdown">
<a class="page-scroll hvr-underline-from-center" href="#services">Services</a>
<div class="dropdown-content">
<a class="page-scroll hvr-underline-from-center" href="research.html"><font size="2">Research</font></a> <a class="page-scroll hvr-underline-from-center" href="smart_contracts_development.html"><font size="2">Smart Contracts</font></a> <a class="page-scroll hvr-underline-from-center" href="training.html"><font size="2">Training</font></a> <a class="page-scroll hvr-underline-from-center" href="crypto_mining_optimization.html"><font size="2">Mining Optimizations</font></a> <a class="page-scroll hvr-underline-from-center" href="protocol_development.html"><font size="2">Protocol Development</font></a>
</div>
</li><!-- <li>
<a class="page-scroll hvr-underline-from-center" href="#skills">Team</a>
</li> -->
<li>
<a class="page-scroll hvr-underline-from-center" href="tutorials.html">Tutorials</a>
</li>
<li>
<a class="page-scroll hvr-underline-from-center" href="careers.html">Careers</a>
</li>
<li>
<a class="page-scroll hvr-underline-from-center" href="#contact">Contact Us</a>
</li>
</ul>
</nav>
</div><!-- /#st-nav -->
<!-- Hero Section
================================================== -->
<section class="hero-section-video-dark" id="hero">
<div class="video-overlay"></div><!-- /.video-overlay -->
<div class="hero-video">
<video autoplay="" id="bgvid" loop="" poster="assets/video/particle-video-v1-dark.jpg"><source src="assets/video/particle-video-v1-dark.webm" type="video/webm"> <source src="assets/video/particle-video-v1-dark.mp4" type="video/mp4"></video>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div id="particles-js"></div>
<div class="headlines-wrapper">
<span class="skilltechtypetext"><span class="typed-cursor">|</span></span>
</div><!-- /.headlines-wrapper -->
<h3 class="first-headline"></h3>
<h3 class="second-headline"></h3>
</div><!-- /.col-lg-12 -->
</div><!-- /.row -->
</div><!-- /.container-fluid -->
</section><!-- /.hero-section-2 -->
<!-- Image Section
================================================== -->
<!-- Quote Section
================================================== -->
<section class="about-section" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="about-text">
<h2 class="wow fadeIn animated"><span>dCipher</span> is a company that has the purpose to combine emerging technologies like Blockchain, IoT and Artificial Intelligence.</h2>
<p class="wow fadeIn animated">Our main focus is to help automate and improve the current available IT solutions that exists in areas like finance, supply chain, asset management and others by opening new possibilities and improving the existing ones regarding the process automation, in general, but also to improve, overall, the end-user experience.</p><img src="assets/images/about_blockchain.png"><br>
<br>
<br>
<p class="wow fadeIn animated">Our plan is to make as easy as possible for people to understand the need and the benefits of a decentralized world that can be build with the help of these technologies, but also to help companies that want to benefit from these new open sourced tools, for internal purposes.</p>
</div>
</div>
</div>
<!-- /.quote-section -->
<!-- Services Section
================================================== -->
<section class="services-section" id="services">
<div class="container">
<div class="row">
<div class="col-md-12 service-headline">
<h2 class="wow fadeIn animated">What <span>we do.</span></h2>
<p class="wow fadeIn animated"></p>
</div><!-- /.service-headline -->
<div class="col-md-12 service-content">
<div class="left">
<div class="service wow fadeIn animated">
<div class="text">
<a href="training.html">Consultancy</a>
<p>Our team’s expertise allows us to deliver consultancy services in full, by having extensive experience both in the functional but also in the technical part of the implementation process.</p>
</div><br>
<br>
<div class="icons">
<i class="material-icons">question_answer</i>
</div>
</div>
<div class="service wow fadeIn animated">
<div class="text">
<a href="smart_contracts_development.html">Decentralized App Development</a>
<p>We couldn’t agree more that the main benefits of blockchain technology are disintermediation, data security, transparency and immutability.</p>
</div><br>
<br>
<div class="icons">
<i class="material-icons">open_with</i>
</div>
</div>
<div class="service wow fadeIn animated">
<div class="text">
<a href="research.html">Analysis</a>
<p>We’re talking about a disruptive and promising technology and being up to date with the news in this industry is not only important, it is crucial.</p>
</div>
<div class="icons">
<i class="material-icons">find_in_page</i>
</div>
</div>
</div>
<div class="service-image"><img alt="iphone" src="assets/images/iphone-services.png"></div>
<div class="right">
<div class="service-2 wow fadeIn animated">
<div class="icons">
<i class="material-icons">settings</i>
</div>
<div class="text">
<a href="protocol_development.html">Technology</a>
<p>Blockchain is a cryptographic technology that guarantees immutability, high security and cost efficiency for your operations.</p>
</div>
</div>
<div class="service-2 wow fadeIn animated">
<div class="icons">
<i class="material-icons">group_work</i>
</div><br>
<div class="text">
<a href="#" onclick="return false;">Community</a>
<p>To build a community and to promote decentralization by all means - this is our philosophy - not only among companies, but also among IT specialists around the world.</p>
</div>
</div><br>
<div class="service-2 wow fadeIn animated">
<div class="icons">
<i class="material-icons">account_balance</i>
</div>
<div class="text">
<a href="tutorials.html">Learning</a>
<p>We value the importance of open source applications and technologies and because of that we aim to contribute to their solid development.</p>
</div>
</div>
</div><!-- .service-content -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
</section>
<!-- /.service-section -->
<section class="our-work-section" id="our-work">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 see-work">
<h2 class="wow fadeInLeft animated">Our team</h2>
</div><!-- /.see-work -->
<!-- /.new-style -->
<div class="col-md-12 portfolio-images">
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="portfolio-img first">
<img alt="porftofilio thumbnail" class="img-responsive" src="assets/images/Clau.jpg">
<div class="sweep-left"></div>
<div class="sweep-from-center">
<div class="sweep-layer">
<div class="sweep-content">
<div class="sweep-icon">
<a href="https://www.linkedin.com/in/claudiu-simon-a1211847/"><i aria-hidden="true" class="fa fa-eye"></i></a>
</div>
<h3><a href="https://www.linkedin.com/in/claudiu-simon-a1211847/">Visit LinkedIn</a></h3>
</div>
</div>
</div>
<div class="sweep-right"></div>
</div><!-- /.portfolio-img -->
</div><!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="portfolio-img second">
<img alt="porftofilio thumbnail" class="img-responsive" src="assets/images/Radu.jpg">
<div class="sweep-left"></div>
<div class="sweep-from-center">
<div class="sweep-layer">
<div class="sweep-content">
<div class="sweep-icon">
<a href="https://www.linkedin.com/in/radu-andreescu-73444029/"><i aria-hidden="true" class="fa fa-eye"></i></a>
</div>
<h3><a href="https://www.linkedin.com/in/radu-andreescu-73444029/">Visit LinkedIn</a></h3>
</div>
</div>
</div>
<div class="sweep-right"></div>
</div><!-- /.portfolio-img -->
</div><!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="portfolio-img third">
<img alt="porftofilio thumbnail" class="img-responsive" src="assets/images/Sebastian.jpg">
<div class="sweep-left"></div>
<div class="sweep-from-center">
<div class="sweep-layer">
<div class="sweep-content">
<div class="sweep-icon">
<a href="https://www.linkedin.com/in/sebastian-dirman-b73767108/"><i aria-hidden="true" class="fa fa-eye"></i></a>
</div>
<h3><a href="https://www.linkedin.com/in/sebastian-dirman-b73767108/">Visit LinkedIn</a></h3>
</div>
</div>
</div>
<div class="sweep-right"></div>
</div><!-- /.portfolio-img -->
</div><!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="portfolio-img fourth">
<img alt="porftofilio thumbnail" class="img-responsive" src="assets/images/Alex.jpg">
<div class="sweep-left"></div>
<div class="sweep-from-center">
<div class="sweep-layer">
<div class="sweep-content">
<div class="sweep-icon">
<a href="https://www.linkedin.com/in/alexandru-dirman-584179152/"><i aria-hidden="true" class="fa fa-eye"></i></a>
</div>
<h3><a href="https://www.linkedin.com/in/alexandru-dirman-584179152/">Visit LinkedIn</a></h3>
</div>
</div>
</div>
<div class="sweep-right"></div>
</div><!-- /.portfolio-img -->
</div><!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="portfolio-img fifth">
<img alt="porftofilio thumbnail" class="img-responsive" src="assets/images/Arun.jpg">
<div class="sweep-left"></div>
<div class="sweep-from-center">
<div class="sweep-layer">
<div class="sweep-content">
<div class="sweep-icon">
<a href=""><i aria-hidden="true" class="fa fa-eye"></i></a>
</div>
<h3>Visit LinkedIn</h3>
</div>
</div>
</div>
<div class="sweep-right"></div>
</div><!-- /.portfolio-img -->
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="portfolio-img sixth">
<img alt="porftofilio thumbnail" class="img-responsive" src="assets/images/Catalin.jpg">
<div class="sweep-left"></div>
<div class="sweep-from-center">
<div class="sweep-layer">
<div class="sweep-content">
<div class="sweep-icon">
<a href="https://www.linkedin.com/in/catalin-ceausu-5965064/"><i aria-hidden="true" class="fa fa-eye"></i></a>
</div>
<h3><a href="https://www.linkedin.com/in/catalin-ceausu-5965064/">Visit LinkedIn</a></h3>
</div>
</div>
</div>
<div class="sweep-right"></div>
</div><!-- /.portfolio-img -->
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="portfolio-img seventh">
<img alt="porftofilio thumbnail" class="img-responsive" src="assets/images/Cosmin.jpg">
<div class="sweep-left"></div>
<div class="sweep-from-center">
<div class="sweep-layer">
<div class="sweep-content">
<div class="sweep-icon">
<a href="https://www.linkedin.com/in/cosmin-eftimie-fcca-4908a28b/"><i aria-hidden="true" class="fa fa-eye"></i></a>
</div>
<h3><a href="https://www.linkedin.com/in/cosmin-eftimie-fcca-4908a28b/">Visit LinkedIn</a></h3>
</div>
</div>
</div>
<div class="sweep-right"></div>
</div><!-- /.portfolio-img -->
</div>
<div class="col-md-3 col-sm-6 col-xs-6">
<div class="portfolio-img eighth">
<img alt="porftofilio thumbnail" class="img-responsive" src="assets/images/Victor.jpg">
<div class="sweep-left"></div>
<div class="sweep-from-center">
<div class="sweep-layer">
<div class="sweep-content">
<div class="sweep-icon">
<a href="portfolio-item.html"><i aria-hidden="true" class="fa fa-eye"></i></a>
</div>
<h3><a href="https://www.linkedin.com/in/victor-bratu-136a692a/">Visit LinkedIn</a></h3>
</div>
</div>
</div>
<div class="sweep-right"></div>
</div><!-- /.portfolio-img -->
</div>
</div><!-- /.portfoli-images -->
</div><!-- /.row -->
</div><!-- /.container-fluid -->
</section><!-- About Us Section
================================================== -->
<!-- Call To Action Section
================================================== -->
<!-- Contact Section
================================================== -->
<section class="contact-section" id="contact">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="contact-headline">
<h3 class="wow fadeIn animated">Let's <span>Connect</span></h3>
<p class="wow fadeIn animated"></p>
</div><!-- /.contact-headline -->
<div class="contact-content">
<div class="contact-info">
<p class="contact-header"><span>Contact</span></p>
<div class="info-line">
<div class="info-icon wow fadeIn animated">
<i aria-hidden="true" class="fa fa-envelope-o"></i>
</div>
<div class="info-text wow fadeIn animated">
<p>hello@dcipher.io</p>
</div>
</div>
<div class="info-line">
<div class="info-icon wow fadeIn animated">
<i aria-hidden="true" class="fa fa-phone"></i>
</div>
<div class="info-text wow fadeIn animated">
<p>+40 722 582 358</p>
</div>
</div>
<div class="info-line">
<div class="info-icon wow fadeIn animated">
<i aria-hidden="true" class="fa fa-address-card-o"></i>
</div>
<div class="info-text wow fadeIn animated">
<p>39-41 Nicolae Filipescu Street</p>
</div>
</div>
<div class="info-line">
<div class="info-icon wow fadeIn animated">
<i aria-hidden="true" class="fa fa-map-marker"></i>
</div>
<div class="info-text wow fadeIn animated">
<p>Bucharest, Romania</p>
</div>
</div>
<div class="bottom-info">
<h4 class="wow fadeIn animated"><span>Connect</span> with us</h4>
<ul class="list-inline social-icons wow fadeIn animated">
<li>
<a href="https://twitter.com/dCipher_io"><i aria-hidden="true" class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/18589790/"><i aria-hidden="true" class="fa fa-linkedin"></i></a>
</li>
</ul>
<p class="wow fadeIn animated"></p>
</div>
</div>
<!-- /.contact-info -->
<div class="contact-form">
<h4 class="wow fadeIn animated">Send us a <span>Message</span></h4>
<form method="post" action="email_us.php" onSubmit ="alert('Thank you for contacting us. We will be in touch with you very soon.');">
<div class="form-group wow fadeIn animated">
<label for="name">Name:</label> <input class="form-control" id="name" name="name" type="text">
</div>
<!-- /.form-group -->
<div class="form-group wow fadeIn animated">
<label for="email">Email:</label> <input class="form-control" id="email" name="email" type="email">
</div>
<!-- /.form-group -->
<div class="form-group wow fadeIn animated">
<label for="message">Message:</label>
<textarea class="form-control" id="message" name="message" rows="4"></textarea>
</div>
<!-- /.form-group -->
<button class="btn btn-default wow fadeIn animated" type="submit">Submit</button>
</form>
</div><!-- /.contact-form -->
</div><!-- /.contact-content -->
</div><!-- /.col-md-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.contact-section -->
<!-- Footer
================================================== -->
<footer>
<p>Copyright © 2018 - <a href="index.html">dCipher</a></p>
</footer><!-- Scripts
================================================== -->
<!-- jQuery -->
<script src="assets/js/libraries/jquery-2.2.4.js">
</script> <!-- Bootstrap Core JavaScript -->
<script src="assets/js/libraries/bootstrap.js">
</script> <!-- JavaScript Libraries -->
<script src="assets/js/libraries/jquery.easing.1.3.js">
</script>
<script src="assets/js/libraries/typed.js">
</script>
<script src="assets/js/libraries/wow.js">
</script>
<script src="assets/js/libraries/particles.js">
</script>
<script src="assets/js/libraries/waypoint.js">
</script>
<script src="assets/js/libraries/jquery.counterup.js">
</script> <!-- Custom Particle Theme JavaScript -->
<script>
var sentences = ["Blockchain Insight", "Get decentralized.", "Cryptographic Consensus"];
</script>
<script src="assets/js/custom/particle-theme-dark.js">
</script>
</section>
</body>
</html>