-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
161 lines (134 loc) · 7.43 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
<!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>Integritee Network - Coming Soon</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="manifest" href="assets/img/site.webmanifest">
<link rel="mask-icon" href="assets/img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/img/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Integritee Network">
<meta name="application-name" content="Integritee Network">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Integritee Network - Home">
<meta name="description" content="Let’s power the future Web3 . The fastest, most scalable and secure Web3 network bringing the vision of a trustless, decentralized future for all.">
<meta property="og:description" content="Let’s power the future Web3 . The fastest, most scalable and secure Web3 network bringing the vision of a trustless, decentralized future for all.">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="assets/font-awesome/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<style>@font-face {
font-family: 'WhyteInktrap-Medium';
src: url('assets/fonts/WhyteInktrap-Medium.woff2') format('woff2'), /* Für moderne Browser */
url('assets/fonts/WhyteInktrap-Medium.woff') format('woff'), /* WOFF Format */
url('assets/fonts/WhyteInktrap-Medium.ttf') format('truetype'); /* TTF für Safari und ältere Browser */
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Inter-Medium';
src: url('assets/fonts/Inter-Medium.woff2') format('woff2'),
url('assets/fonts/Inter-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Inter-Regular';
src: url('assets/fonts/Inter-Regular.woff2') format('woff2'),
url('assets/fonts/Inter-Regular.woff') format('woff');
font-weight: 500;
font-style: normal;
}
</style>
</head>
<body class="has-loading-screen ts-theme-dark">
<!--*************************************************************************************************************-->
<!--************ MAIN SCREEN ************************************************************************************-->
<!--*************************************************************************************************************-->
<div class="ts-page-wrapper">
<div class="container">
<!--NAVIGATION ******************************************************************************************-->
<header id="header">
<nav class="navbar navbar-dark ts-separate-bg-element">
<a class="navbar-brand" href="#">
<img src="assets/img/Integritee_logo.svg" style="height: 31px;" alt="">
</a>
<!--end navbar-brand-->
<!--end navbar-toggler-->
</nav>
<!--end navbar-->
</header>
<!--end #header-->
<!--CONTENT *********************************************************************************************-->
<main id="main-content">
<div class="ts-content-wrapper">
<div class="row">
<!--Page Title-->
<div class="col-md-6">
<h1><span class='gradient_one'>Coming</span> Soon!</h1>
<p>
Stay tuned for our upcoming Crowdloan Campaign to renew our Polkadot Parachain Slot.
</p>
<a href="https://t.ly/mNso0" class="button">Learn More</a>
</div>
<!--end col-md-6-->
<!--Count Down-->
<div class="col-md-6">
<div class="text-center my-4">
<div class="ts-count-down" data-date="February 7, 2024 10:00:00"></div>
<!--end ts-count-down-->
</div>
</div>
<!--end col-md-6-->
</div>
<!--end row-->
</div>
<!--end ts-content-wrapper-->
</main>
<!--end #main-content-->
<!--FOOTER **********************************************************************************************-->
<footer id="footer">
<div class="clearfix py-4">
<div class="float-none float-sm-left">
<div class="ts-social-icons">
<a href="https://discord.com/invite/wwGcqhfXtZ" class="fab fa-discord"></a>
<a href="https://twitter.com/integri_t_e_e" class="fab fa-twitter"></a>
<a href="https://t.me/Integritee_Official" class="fab fa-telegram"></a>
</div>
</div>
<!--end social-icons-->
<div class="float-none float-sm-right text-left text-sm-right ts-opacity__50">
<small>© 2024 Integritee, Inc.</small>
</div>
<!--end text-left-->
</div>
<!--end clearfix-->
</footer>
<!--end #footer-->
</div>
<!--end container-->
<!--BACKGROUND **********************************************************************************************-->
<div class="ts-background ts-shapes-canvas position-fixed ts-separate-bg-element" data-bg-color="#111119">
<div class="ts-background-image ts-animate ts-scale" data-bg-image="assets/img/bg/bg-line.svg"></div>
</div>
<!--end ts-background-->
</div>
<!--end ts-page-wrapper-->
<!--*************************************************************************************************************-->
<!--************ JS SCRIPTS *************************************************************************************-->
<!--*************************************************************************************************************-->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script src="http://maps.google.com/maps/api/js?key=AIzaSyBEDfNcQRmKQEyulDN8nGWjLYPm8s4YB58"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/jquery.validate.min.js"></script>
<script src="assets/js/jquery-validate.bootstrap-tooltip.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>