-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·135 lines (130 loc) · 4.23 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
---
layout: page
title: Vertices Network - IoT and Blockchain
permalink: /
---
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<img src="{{ site.baseurl }}/img/logo.png" alt="Logo"
style="display: block;margin-right: auto;margin-left: auto; width: 50%; height: 70%;">
<h2 class="animated fadeInUp">Building blockchain-enhanced devices</h2>
</div>
</div>
</div>
</div>
</section>
<!-- Service Start -->
<section id="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Devices backed by blockchains</h2>
<p>
When IoT meets Web3
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-android-lock" style="color:#5DADE2"></i>
<h4>Secure</h4>
<p>Data created by electronic devices are digitally signed, making it impossible to alter or counterfeit.</p>
<p>You are the owner.</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-android-cloud-done" style="color:#82E0AA"></i>
<h4>Immutable</h4>
<p>Immutability of the blockchain and smart-contracts provide trust like never before.</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-flash " style="color:#F4D03F"></i>
<h4>Optimized</h4>
<p>Safety, reliability and power consumption are priorities when it comes to delivering high-quality software
for constrained IoT devices.</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-email" style="color:#BB8FCE"></i>
<h4>Ready</h4>
<p>Debugged and tested software, with quality assurance processes.<br />Easy to build, ready to use.</p>
</div>
</div>
</div>
</div>
</section>
<section id="feature">
<div class="container" style="vertical-align: middle;">
<div class="row">
<div class="section-title">
<h2>They trusted us</h2>
<p>
<!--- Add Subtitle -->
</p>
</div>
</div>
<div class="row" style="vertical-align: middle">
<div class="col-sm-4 col-md-4">
<a href="https://www.algorand.foundation/">
<img src="img/clients/algorand_foundation.svg" alt="Algorand Foundation" class="img-responsive"
style="height:10vh;">
</a>
</div>
<div class="col-sm-4 col-md-4">
<a href="https://smartandconnective.com/">
<img src="img/clients/logo-sc.png" alt="Smart And Connective" class="img-responsive" style="height:10vh;">
</a>
</div>
<div class="col-sm-4 col-md-4">
<a href="https://worldcoin.org">
<img src="img/clients/Worldcoin_Lockup.svg" alt="Worldcoin" class="img-responsive" style="height:10vh;">
</a>
</div>
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Let's get in touch</h2>
<p>If you are building something or you want to get a job, let's chat!</p>
<a class="btn btn-default btn-call-to-action" href="mailto:cyril@vertices.network">✍️ Contact us</a>
</div>
</div>
</div>
</div>
</section>
<!-- Content Start -->
<section id="testimonial">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>Let's get in touch</h2>
</div>
</div>
<div class="row">
<ul class="social-icons social-index-page">
<li>
<a href="https://www.linkedin.com/company/vertices-network/"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="http://twitter.com/VerticesNetwork"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="http://github.com/vertices-network"><i class="fa fa-github"></i></a>
</li>
</ul>
</div>
</section>