-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
122 lines (109 loc) · 5.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Synacts</title>
<base target="_blank">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#BE0000">
<link rel="shortcut icon" href="favicons/favicon.ico">
<link rel="manifest" href="favicons/manifest.json">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="apple-mobile-web-app-title" content="Synacts">
<meta name="application-name" content="Synacts">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Synacts</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
<strong>
We are experts for E-ID, email, and blockchain
</strong>
</h1>
<hr>
</div>
<div class="col-lg-10 mx-auto">
<p class="mb-5">
Synacts offers seminars on the above topics and IT-security consulting.
</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">About us</a>
</div>
</div>
</div>
</header>
<!-- About -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-7 mx-auto text-center">
<h2 class="section-heading">About</h2>
<hr class="my-4">
<p class="mb-4">
Synacts GmbH is a spin-off from <a href="https://www.ethz.ch/en/industry-and-society/entrepreneurship/spin-offs.html">ETH Zurich</a>
and was in the second batch of the <a href="https://www.tenity.com/">F10 Fintech Incubator & Accelerator</a>.
Its clients include <a href="https://www.hslu.ch/">HSLU</a>,
<a href="https://www.six-group.com/">SIX</a>,
and <a href="https://procivis.ch/">Procivis</a>.
</p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="bg-dark text-white">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Contact</h2>
<hr class="my-4">
<p>
Are you interested in what we offer?
Then don't hesitate to <a href="mailto:[email protected]">contact us</a>.
</p>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
<!-- Plausible Analytics -->
<script async src="js/plausible.min.js" data-domain="synacts.com" data-api="https://plausible.io/api/event"></script>
</body>
</html>