-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
313 lines (306 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="css/styles.min.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<title>Krateo - PlatformOps</title>
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<link rel="manifest" href="./img/site.webmanifest">
<link rel="mask-icon" href="./img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./img/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="./img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- Start SVG Icon -->
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="info-fill" fill="currentColor" viewBox="0 0 16 16">
<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>
</symbol>
<symbol id="github-cirle-fill" fill="currentColor" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</symbol>
<symbol id="tool" fill="currentColor" viewBox="0 0 16 16">
<path d="M1 0 0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.356 3.356a1 1 0 0 0 1.414 0l1.586-1.586a1 1 0 0 0 0-1.414l-3.356-3.356a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3c0-.269-.035-.53-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814L1 0zm9.646 10.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708zM3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026L3 11z"/>
</symbol>
<symbol id="code" fill="currentColor" viewBox="0 0 16 16">
<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>
<path d="M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0zm2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0z"/>
</symbol>
<symbol id="cart" fill="currentColor" viewBox="0 0 16 16">
<path d="M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/>
<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
</symbol>
<symbol id="broadcast" fill="currentColor" viewBox="0 0 16 16">
<path d="M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM6 8a2 2 0 1 1 2.5 1.937V15.5a.5.5 0 0 1-1 0V9.937A2 2 0 0 1 6 8z"/>
</symbol>
<symbol id="columns" fill="currentColor" viewBox="0 0 16 16">
<path d="M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2zm8.5 0v8H15V2H8.5zm0 9v3H15v-3H8.5zm-1-9H1v3h6.5V2zM1 14h6.5V6H1v8z"/>
</symbol>
<symbol id="kube" fill="currentColor" viewBox="0 0 16 16">
<path d="M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0zm-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3h-7zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"/>
</symbol>
<symbol id="twitter" fill="currentColor" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</symbol>
<symbol id="facebook" fill="currentColor" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
</symbol>
<symbol id="linkedin" fill="currentColor" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</symbol>
<symbol id="mail" fill="currentColor" viewBox="0 0 16 16">
<path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z"/>
</symbol>
</svg>
<!-- End SVG Icon -->
<!-- Start Alert -->
<!-- <div class="alert-bg-orange">
<div class="alert d-flex align-items-center justify-content-center" role="alert">
<svg class="bi flex-shrink-0 me-2" width="24" height="24" role="img" aria-label="Info:"><use xlink:href="#info-fill"/></svg>
<div>
You are all invited to participate at the <a href="https://www.eventbrite.it/e/biglietti-krateo-community-event-akit-169135905045?utm_content=181134260&utm_medium=social&utm_source=linkedin&hss_channel=lcp-558294" class="alert-link">Krateo Community Event</a> on Tuesday, October 12th at 17:00 CET!
</div>
</div>
</div> -->
<!-- End Alert -->
<!-- Start Navbar -->
<nav class="navbar navbar-expand-lg navbar-light high-z-index">
<div class="container">
<a class="navbar-brand" href="#">
<img src="./img/square_black_horizontal.svg" alt="Krateo Logo" width="190" height="55">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link active" aria-current="page" href="https://github.com/projectkerberus">Github</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/projectkerberus/kerberus-platform/blob/main/README.md">Get Started</a></li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-- Start Hero -->
<div class="hero-bg-image">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5 page-center">
<div class="col-10 col-sm-8 col-lg-6"><!-- empty space --></div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Run your Resources on Every Cloud</h1>
<p class="lead">Project Krateo, a multi-cloud control plane to create, manage and deploy any kind of resource easily and centrally wherever you want</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mt-3">
<a href="https://github.com/projectkerberus">
<button type="button" class="btn btn-outline-dark px-4 me-md-2">
<svg class="bi flex-shrink-0 me-2" width="24" height="24" role="img" aria-label="Github:"><use xlink:href="#github-cirle-fill"/></svg> GitHub
</button>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Hero -->
<!-- Start Descriptive section -->
<div class="row pt-5 pb-5">
<div class="col-12 text-center container">
<h2 class="text-color-orange mb-4">What is Krateo?</h2>
<p>Krateo is an <b>open-source</b> product that uses a <b>fully managed architecture to</b></p>
<p><b>describe and manage services and resources via standard APIs</b>.</p>
<p>A resource can be everything: a Kubernetes cluster, a database, </p>
<p>Machine Learning model, a data pipeline workflow, a microservice.</p>
<p>Choose your template and start creating!</p>
</div>
</div>
<div class="bg-grey">
<div class="container">
<div class="row pt-5 pb-5">
<div class="col-md-6 col-xs-12 d-flex align-items-center justify-content-center flex-column">
<h3 class="mb-2">Self-service Platform</h3>
<p>Krateo is <b>flexible</b> and allows you to <b>create any kind of resource</b> from a single front-end: from applications, to databases, microservices in every language, machine learning models and websites.</p>
<p class="mb-2">All you have to do is choose a template, edit it, make as many variants as you need and put it into production.<p>
<p>The <b>dashboard</b> will let you <b>archive each version</b>, <b>cooperate on the same project</b> with more people of the team, <b>get access to all the information</b> and customize the console in just a few clicks.</p>
</div>
<div class="col-md-6 col-xs-12 mt-3">
<img class="img-fluid" src="https://www.kiratech.it/hs-fs/hubfs/SITO%202020/LP/Kerberus/k_logos+animations/k-piattaforma-self-service.png?width=500&name=k-piattaforma-self-service.png" alt=""/>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row pt-5 pb-5 d-flex flex-row-reverse">
<div class="col-md-6 col-xs-12 d-flex align-items-center justify-content-center flex-column">
<h3 class="mb-2">Multi-cloud solution</h3>
<p>Krateo allows you to import, create and manage Kubernetes clusters on every infrastructure.</p>
<p>You can always count on a service that<b> builds and scales your applications and your resources</b> on cloud, multi-cloud, hybrid and on-prem environments <b>without worrying about vendor lock-ins</b>.</p>
</div>
<div class="col-md-6 col-xs-12 mt-3">
<img class="img-fluid" src="https://www.kiratech.it/hs-fs/hubfs/SITO%202020/LP/Kerberus/k_logos+animations/k-multicloud.png?width=450&name=k-multicloud.png" alt=""/>
</div>
</div>
</div>
<div class="bg-grey">
<div class="container">
<div class="row pt-5 pb-5">
<div class="col-md-6 col-xs-12 d-flex align-items-center justify-content-center flex-column">
<h3 class="mb-2">Full control plane</h3>
<p>You can <b>configure</b> and <b>deploy your cluster</b> on every infrastructure through specific API CRD.</p>
<p>Krateo provides <b>diagnostic and audit tools to control the entire resource’s lifecycle stage</b>, that is constantly monitored to capture its integrity, scalability, failover and response to changes that could alter its initial configuration.</p>
</div>
<div class="col-md-6 col-xs-12 mt-3">
<img class="img-fluid" src="https://www.kiratech.it/hs-fs/hubfs/SITO%202020/LP/Kerberus/k_logos+animations/k-piano-controllo.png?width=450&name=k-piano-controllo.png" alt=""/>
</div>
</div>
</div>
</div>
<!-- End Descriptive section -->
<!-- Start Benefit-->
<div class="container">
<div class="row pt-5">
<div class="col-12 text-center container">
<h3 class="text-color-orange mb-4">Why you should choose Project Krateo</h2>
</div>
</div>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-3 g-4 py-5">
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#kube"></use></svg>
<div>
<h4 class="fw-bold mb-0">BRING YOUR OWN KUBERNETES</h4>
<p>Start from scratch or connect the tools you already use to the secure-by-default infrastructure stack by using Krateo' control plane.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#broadcast"></use></svg>
<div>
<h4 class="fw-bold mb-0">UNIVERSAL</h4>
<p>Develop your resources through Kubernetes or any other platform and deploy them everywhere.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#cart"></use></svg>
<div>
<h4 class="fw-bold mb-0">SELF SERVICE</h4>
<p>Create applications, models, databases, website, microservices and everything you need by using the templates available.</p>
</div>
</div>
<div class="col d-flex align-items-start mt-5">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#columns"></use></svg>
<div>
<h4 class="fw-bold mb-0">ALL IN ONE</h4>
<p>Develop, deploy and monitor your resources in multi-cloud from a single platform by automating their installation</p>
</div>
</div>
<div class="col d-flex align-items-start mt-5">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#tool"></use></svg>
<div>
<h4 class="fw-bold mb-0">FLEXIBILE</h4>
<p>Create any logical and physical component with no limit to the imagination and to your business needs.</p>
</div>
</div>
<div class="col d-flex align-items-start mt-5">
<svg class="bi text-muted flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#code"></use></svg>
<div>
<h4 class="fw-bold mb-0">INTEGRATED</h4>
<p>Focus on your business, we will give you the technology and the services to implement your products everywhere.</p>
</div>
</div>
</div>
</div>
<!-- End Benefit -->
<!-- Start Video -->
<div class="bg-grey">
<div class="container">
<div class="row pt-5 pb-5">
<div class="col-md-6 col-xs-12 d-flex align-items-center justify-content-center flex-column">
<h2 class="text-color-orange">Configure your control plane in just few steps</h3>
</div>
<div class="col-md-6 col-xs-12 mt-3">
<img alt="Step for Configure a control plane" class="img-fluid" src="https://www.kiratech.it/hubfs/SITO%202020/LP/Kerberus/k_logos+animations/k-dashboard.gif">
</div>
</div>
</div>
</div>
<!-- End Video -->
<!-- Footer -->
<footer class="text-center text-lg-start bg-orange">
<!-- Section: Social media -->
<section
class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom border-dark"
>
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="https://www.facebook.com/Kiratech-271695142900187/" class="me-4 text-reset">
<svg class="bi flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#facebook"></use></svg>
</a>
<a href="https://twitter.com/kiratech" class="me-4 text-reset">
<svg class="bi flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#twitter"></use></svg>
</a>
<a href="https://www.linkedin.com/company/kiratech-s.p.a./" class="me-4 text-reset">
<svg class="bi flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#linkedin"></use></svg>
</a>
<a href="https://github.com/projectkerberus" class="text-reset">
<svg class="bi flex-shrink-0" width="1.75em" height="1.75em"><use xlink:href="#github-cirle-fill"></use></svg>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Start Grid row -->
<div class="row mt-3">
<!-- Start Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<img class="mb-2" src="./img/square_black_horizontal.svg" alt="" width="152" height="44">
</div>
<!-- End Grid column -->
<!-- Start Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold mb-4">
Resources
</h6>
<p>
<a href="https://github.com/projectkerberus" class="text-reset">Github</a>
</p>
<p>
<a href="https://github.com/projectkerberus/kerberus-platform/blob/main/README.md" class="text-reset">Get Started</a>
</p>
</div>
<!-- End Grid column -->
<!-- Start Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Contact
</h6>
<p>
<svg class="bi flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#mail"></use></svg>
<a class="link-dark" href="mailto:projectkerberus@kiratech.it">projectkerberus@kiratech.it</a>
</p>
</div>
<!-- End Grid column -->
</div>
<!-- End Grid row -->
</div>
</section>
<!-- Copyright -->
<div class="text-center p-4 bg-50-op">
© 2021 Copyright:
<a class="text-reset fw-bold" href="https://www.kiratech.it/en/">Kiratech.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>
</html>