-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloud.html
432 lines (349 loc) · 13.9 KB
/
cloud.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Synapsis Cloud</title>
<meta name="description" content="Innovative solutions">
<meta name="author" content="Fabrizio Fubelli">
<meta name="keywords" content="synapsis, syis.eu, syis, cloud, digital, services, solutions, microservices">
<meta property="og:url" content="https://syis.eu">
<meta property="og:title" content="Synapsis Cloud">
<meta property="og:description" content="Technological innovations to improve your life and your business">
<meta property="og:site_name" content="Synapsis">
<meta property="og:type" content="website">
<meta property="og:locale" content="en">
<meta property="og:image:secure_url" content="https://syis.eu/img/syis-logo.jpg">
<meta property="og:image" content="https://syis.eu/img/syis-logo.jpg">
<meta property="og:image:width" content="784">
<meta property="og:image:height" content="784">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description" content="Technological innovations to improve your life and your business">
<meta name="twitter:title" content="Synapsis">
<meta name="twitter:site" content="@synaps_is">
<meta name="twitter:creator" content="@FFubelli">
<meta name="twitter:image" content="https://syis.eu/img/syis-logo.jpg">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="favicon/red/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon/red/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/red/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon/red/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/red/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon/red/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/red/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon/red/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/red/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/red/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/red/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon/red/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/red/favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.min.css" rel="stylesheet">
<style type="text/css">
@media (min-width: 800px) {
.card-intro {
padding: 2rem;
}
}
@media (max-width: 575px) {
.card-intro {
background: transparent !important;
}
}
.card-intro {
}
.icon-list li i {
font-size: 1.5rem;
margin: 8px;
}
.icon-list li {
line-height: 2;
}
.card.card-image {
background: rgba(255, 255, 255, 0.09);
}
</style>
</head>
<body>
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="#">
<strong>Synapsis</strong>
</a>
<!-- Collapse -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Links -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- Left -->
<ul class="navbar-nav mr-auto"></ul>
<!-- Right -->
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item">
<a href="https://www.facebook.com/syis.official" rel="noreferrer" class="nav-link" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="nav-item">
<a href="https://twitter.com/synaps_is" rel="noreferrer" class="nav-link" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="nav-item">
<a href="https://www.instagram.com/syis.eu" rel="noreferrer" class="nav-link" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/synapsis-official" rel="noreferrer" class="nav-link border border-light rounded"
target="_blank">
<i class="fab fa-github mr-2"></i>GitHub
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- Full Page Intro -->
<div class="view full-page-intro d-flex"
style="background-image: url('img/background/red/intro.jpeg');
background-repeat: no-repeat; background-size: cover; height: auto; min-height: 100%;"
>
<!-- Mask & flexbox options-->
<div class="mask rgba-black d-flex justify-content-center align-items-center"
style="position: relative; height: inherit; padding-top: 8rem; padding-bottom: 8rem;"
>
<!-- Content -->
<div class="container m-auto">
<!--Grid row-->
<div class="row wow fadeIn card-intro" style="background: rgba(0,23,79,0.31);">
<!--Grid column-->
<div class="col-md-6 mb-4 white-text text-center text-md-left">
<h1 class="display-4 font-weight-bold">Be happy with Synapsis</h1>
<hr class="hr-light">
<h5 class="mt-4 mb-3">
<strong>Innovative Solutions</strong>
</h5>
<ul class="mb-4 d-md-block" style="list-style: '✓ '; text-align: left;">
<li><strong>Interesting technological innovations</strong></li>
<li><strong>Speed up the implementation of IT solutions</strong></li>
<li><strong>Respects the privacy of users</strong></li>
</ul>
<a href="#main" class="btn btn-red btn-lg mt-5">
Read more
</a>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6 col-xl-5 mb-4 d-flex">
<!--Card-->
<div class="card card-image m-auto" style="border-radius: 50%;">
<img style="height: 100%; width: 100%;" title="Synapsis" alt="SYNAPSIS LOGO" src="img/logo/red/syis-logo-intro.png">
</div>
<!--/.Card-->
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
<!-- Content -->
</div>
<!-- Mask & flexbox options-->
</div>
<!-- Full Page Intro -->
<!--Main layout-->
<main id="main" style="padding-top: 0.01px !important">
<div class="container" style="max-width: 95vw; margin-top: 4rem;">
<!--Section: Services-->
<section>
<h2 class="my-4 h3 text-center">Services</h2>
<div class="d-flex">
<div class="m-auto col-lg-10 col-md-12">
<!--First row-->
<div class="row features-small mt-4 wow fadeIn d-flex">
<!--Grid column-->
<div class="col-xl-3 col-lg-6 m-auto">
<!--Grid row-->
<div class="row">
<div class="col-2">
<i class="fas fa-key fa-2x mb-1 indigo-text" aria-hidden="true"></i>
</div>
<div class="col-10 mb-2 pl-3">
<a title="Synapsis Auth" href="#!">
<h5 class="feature-title font-bold mb-1 indigo-text">Synapsis Auth</h5>
</a>
<p class="grey-text mt-2">
Skip implementation of authentication, thanks to <b>state of the art</b> integration methods!
</p>
</div>
</div>
<!--/Grid row-->
</div>
<!--/Grid column-->
</div>
<!--/First row-->
</div>
</div>
</section>
<!--Section: Services-->
<hr class="my-5">
<!--Section: Main info-->
<section class="mt-5 wow fadeIn">
<!--Grid row-->
<div class="row justify-content-md-center">
<!--Grid column-->
<div class="col-md-4 mb-4">
<img alt="REPOSITORY LOGOS" title="Repository Logos" src="img/syis-repositories.png" style="max-height: 355px;" class="img-fluid">
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-6 mb-4 pt-5 pl-4">
<!-- Main heading -->
<h3 class="h3 mb-3">Repositories</h3>
<p>Synapsis will provide many <b>open source</b> integration libraries, so we have been set up some repositories.</p>
<!-- Main heading -->
<hr>
<ul class="icon-list" style="list-style: none;">
<li>
<a href="https://hub.docker.com/u/syis" rel="noreferrer" target="_blank">
<strong><i class="fab fa-docker"></i> <span>Docker Hub</span></strong>
</a>
</li>
<li>
<a href="https://pypi.org/user/syis" rel="noreferrer" target="_blank">
<strong><i class="fab fa-python"></i> <span style="margin-left: 8px;">Python Package Index</span></strong>
</a>
</li>
<li>
<a href="https://www.npmjs.com/org/syis" rel="noreferrer" target="_blank">
<strong><i class="fab fa-js"></i> <span style="margin-left: 8px;">Node package manager</span></strong>
</a>
</li>
<!--
<li>
<a href="https://packagist.org/syis" rel="noreferrer" target="_blank">
<strong><i class="fab fa-php"></i> Packagist</strong>
</a>
</li>
-->
</ul>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<!--Section: Main info-->
<hr class="my-5">
<!--Section: Main features & Quick Start-->
<section>
<h3 class="h3 text-center mb-5">About Synapsis</h3>
<!--Grid row-->
<div class="row wow fadeIn d-flex">
<!--Grid column-->
<div class="col-lg-6 col-md-12 px-4 m-auto">
<!--First row-->
<div class="row">
<div class="col-1 mr-3">
<i class="fab fa-connectdevelop fa-2x indigo-text"></i>
</div>
<div class="col-10">
<h5 class="feature-title">Microservices</h5>
<p class="grey-text">The microservices architecture guarantees maintainability.</p>
</div>
</div>
<!--/First row-->
<div style="height:30px"></div>
<!--Second row-->
<div class="row">
<div class="col-1 mr-3">
<i class="fas fa-book fa-2x blue-text"></i>
</div>
<div class="col-10">
<h5 class="feature-title">Documentation</h5>
<p class="grey-text">A simple documentation will help you to easily integrate our services.
</p>
</div>
</div>
<!--/Second row-->
<div style="height:30px"></div>
</div>
<!--/Grid column-->
</div>
<!--/Grid row-->
</section>
<!--Section: Main features & Quick Start-->
</div>
</main>
<!--Main layout-->
<!--Footer-->
<footer class="page-footer text-center font-small mt-4 wow fadeIn">
<hr class="my-4">
<!-- Social icons -->
<div class="pb-4">
<a href="https://www.facebook.com/syis.official" rel="noreferrer" target="_blank">
<i class="fab fa-facebook-f mr-3"></i>
</a>
<a href="https://twitter.com/synaps_is" rel="noreferrer" target="_blank">
<i class="fab fa-twitter mr-3"></i>
</a>
<a href="https://www.instagram.com/syis.eu/" rel="noreferrer" target="_blank">
<i class="fab fa-instagram mr-3"></i>
</a>
<a href="https://github.com/synapsis-official" rel="noreferrer" target="_blank">
<i class="fab fa-github mr-3"></i>
</a>
<a href="https://hub.docker.com/u/syis" rel="noreferrer" target="_blank">
<i class="fab fa-docker mr-3"></i>
</a>
<a href="https://pypi.org/user/syis" rel="noreferrer" target="_blank">
<i class="fab fa-python mr-3"></i>
</a>
<a href="https://www.npmjs.com/org/syis" rel="noreferrer" target="_blank">
<i class="fab fa-js mr-3"></i>
</a>
<a href="https://codepen.io/syis" rel="noreferrer" target="_blank">
<i class="fab fa-codepen mr-3"></i>
</a>
</div>
<!-- Social icons -->
<!--Copyright-->
<div class="footer-copyright py-3">
© 2024 Copyright:
<a href="https://fabrizio.fubelli.org/" rel="noreferrer" target="_blank"> Fabrizio Fubelli </a>
</div>
<!--/.Copyright-->
</footer>
<!--/.Footer-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous">
</script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom JavaScript -->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>