-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
99 lines (80 loc) · 3.71 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
---
layout: default
---
<div class="section section-top">
<div id="index-banner">
<div class="container">
<center><h3><i class=" blue-grey-text lighten-1-text"><img src="/images/logo-icon.svg" alt="" /></i></h3></center>
<h1 class="header center index">Custom Blockchain Development</h1>
<div class="row center">
</div>
<div class="row center">
<a href="/contact/" id="download-button" class="btn waves-effect waves-light white lighten-1 blue-text-ci ">Contact Us</a>
</div>
<br><br>
</div>
</div>
</div>
<div style="box-shadow: 0px 0px 6px #ccc;">
<div class="container">
<div class="section intro" >
<div class="row">
<div class="col s12 center">
<p class="light center">
Cryptonomex provides software development services to meet the growing demand for custom, high-performance,
blockchains and related technology. Our engineers have designed and built one of the most advanced
blockchain architectures on the market, capable of processing over 100,000 transactions per second with an
average confirmation time of less than 1 second.
</p>
</div>
</div>
</div></div>
</div>
<div class="section newsletter center">
<div class="row center">
<h1 class=" header center index">Our Services</h1>
</div>
</div>
<div class="container valign-wrapper" >
<div class="section services">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center blue-grey-text text-lighten-4"><img height="148" src="../images/icons/icon-eco-game.svg" alt="" /></h3>
<h5 class="center">Blockchain Technology<br> Consulting</h5>
<p class="light center">
We are a team of experts in blockchain technology.
Our experience in creating
<a target="_blank" href="https://bitshares.org">BitShares</a>
has propelled us to the forefront of industrial blockchain research and development.
We invite you to pick our brains.
</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h3 class="center blue-grey-text text-lighten-4"><i class=" "><img height="148" src="../images/icons/icon-web.svg" alt="" /></i></h3>
<h5 class="center">Blockchain Application<br> Development</h5>
<p class="light center">
Our blockchains serve as platforms that can be integrated with all types of applications.
We can help
you build a blockchain-based application from scratch or integrate your existing application to
take advantage of the benefits of blockchain technology.
</p>
</div>
</div>
<div class="col s12 m4">
<h3 class="center blue-grey-text text-lighten-4"><img height="148" src="../images/icons/icon-consult.svg" alt="" /></h3>
<div class="icon-block">
<h5 class="center">Custom Blockchain<br> Development</h5>
<p class="light center">
Is your business in need of its own blockchain?
Leverage our expertise in blockchain development to validate your ideas,
analyze requirements, and develop a blockchain that meets your needs and objectives.
</p>
</div>
</div>
</div>
</div>
</div>