-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou3.html
237 lines (146 loc) · 7.65 KB
/
thankyou3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CoverCompared</title>
<link rel="shortcut icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,500,600,700%7cPoppins:300,400,500,600,700" rel="stylesheet">
<link href="//use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/conditional_sh.css">
<link rel="stylesheet" href="css/style.css?css/style.css?version=1">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="top_bg_inr"><!-- #BeginLibraryItem "/Library/header.lbi" -->
<header class="partner-header">
<div class="container">
<div class="header_pos">
<div class="navbar navbar-expand-lg navbar-light">
<a href="index.html" title="CoverCompared Protocol" class="navbar-brand d-flex align-items-end">
<img src="images/covercompared-cropped-logo.png" alt="" class="covercompared-logo" />
</a>
<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>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav bd-navbar-nav flex-row ml-auto">
<li class="nav-item"><a href="index.html" title="Home">Home </a></li>
<li class="nav-item"><a href="index.html#team" title="Our Team ">Our Team </a></li>
<li><a href="javascript:void(0)" data-toggle="dropdown" data-hover="dropdown"
title="CoverCompared Network" class=" dropdown-toggle" aria-expanded="true">Our
Network </a>
<ul class="dropdown-menu">
<li><a href="index.html#platform">Our Platform</a></li>
<li><a href="index.html#protocol">About CoverCompared</a></li>
</ul>
</li>
<li class="nav-item"><a href="index.html#about-token" class="scroll" title="About the Token"> About the
Token</a></li>
<li class="nav-item"><a href="index.html#roadmap" class="scroll" title="Our Roadmap"> Our Roadmap </a>
</li>
<li class="nav-item"><a href="partners.html" target="_blank" title="Our Team ">Our Partners </a></li>
</ul>
</div>
<div class="flex-row ml-auto d-none d-xl-block">
<ul class="top_link">
<li><a href="pdf/Whitepaper.pdf" target="_blank"> Whitepaper </a></li>
</ul>
</div>
</div>
</div>
</div>
</header><!-- #EndLibraryItem --></div>
<!-- HEADER ENDS -->
<nav aria-label="breadcrumb" class="breadcrumb_bg">
<div class="container">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Thank You</li>
</ol>
</div>
</nav>
<div class="container">
<div class="mid_area">
<div class="cms_area">
<br><br>
<div class="fs14 ac mt10"><img src="images/th.png" class="img-fluid" alt="">
<p class="mt10 fs16 weight600">Thanks for subscribing to our newsetter. <br>
You should receive a confirmation email soon.</p>
<p class="mt15"><a href="index.html" class="btn btn-danger btn-lg radius-3">Go Back</a></p>
</div>
<br>
<br>
<div class="clearfix"></div>
</div></div>
</div>
<div class="cb"></div><!-- #BeginLibraryItem "/Library/footer.lbi" -->
<footer class="footer_bg">
<div class="container">
<div class="subscribe_sect mt20">
<div class="subscribe_hed">Subscribe to Our Newsletter</div>
<div class="nwsltr_input mt20">
<form name="subscribe1" onsubmit="subscribe(event, this)" method="post">
<input name="email" type="email" required placeholder="Your email address">
<input name="Submit" type="submit" class="subscribe_btn" value="Subscribe">
</form>
</div>
</div>
<div class="ft_link">
<a href="index.html" title="Home">Home </a>
<a href="index.html#network" title="Polkacover Network">Polkacover Network </a>
<a href="index.html#about-token" title="About The Token">About The Token</a>
<a href="index.html#roadmap" title="Our Roadmap">Our Roadmap </a>
<a href="manifesto.html" title="Our Manifesto">Our Manifesto </a>
<a href="index.html#team" title="Our Core Team">Our Core Team </a>
<a href="index.html#project-plan" title="Project Plan">Project Plan </a>
<a href="pdf/Whitepaper.pdf" title="Whitepaper">Whitepaper</a></div>
<div class="copy poppins mt20"> © 2020 polkacover.com. All rights reserved.
</div>
</div>
<!--copyright-->
<script type="text/javascript"> //<![CDATA[
var tlJsHost = ((window.location.protocol == "https:") ? "https://secure.trust-provider.com/" : "http://www.trustlogo.com/");
document.write(unescape("%3Cscript src='" + tlJsHost + "trustlogo/javascript/trustlogo.js' type='text/javascript'%3E%3C/script%3E"));
//]]></script>
<script language="JavaScript" type="text/javascript">
TrustLogo("https://www.positivessl.com/images/seals/positivessl_trust_seal_md_167x42.png", "POSDV", "none");
</script>
</footer>
<div class="footer_btm">
<div class=" d-flex flex-row">
<!-- <div class="ft_L_col">
<div class="login_cre"> <a href="#"><i class="fas fa-circle"></i> Sign In</a>
<a href="#"><i class="fas fa-circle"></i> Sign Up</a>
</div>
</div>-->
<div class="ft_R_col ml-auto">
<div class="footer-social-icons ">
<ul class="social-icons list-unstyled">
<li><a href="https://twitter.com/polkacover" title="Twitter" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/polkacover/about/" title="Linked In" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
<li><a href="https://polkacover.medium.com/" title="Medium" target="_blank"><i class="fab fa-medium-m"></i></a></li>
<!-- <li><a href="javascript:void(0)" title="Github" target="_blank"><i class="fab fa-github-alt"></i></a></li> -->
<!--<li><a href="javascript:void(0)" title="Bitcoin" target="_blank"><i class="fab fa-bitcoin"></i></a></li>-->
</ul>
</div>
<div class="ft_circle_lnk">
<a href="https://t.me/joinchat/Sc_DyFJogkbsi2m8ntWXtA" target="_blank" title="Telegram"><i class="fas fa-paper-plane"></i></a>
<!-- <a href="join-privatesale.html"><i class="fas fa-envelope"></i></a> -->
</div>
</div>
</div></div><!-- #EndLibraryItem --><!-- FOOTER ENDS -->
<p id="back-top"><a href="#top"><span></span></a></p>
<script src="//ajax.aspnetcdn.com/ajax/jquery/jquery-1.10.2.min.js"></script>
<script type="text/javascript">var Page='';</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script type="text/javascript" src="Scripts/script.int.dg.js"></script>
</body>
</html>