-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
196 lines (195 loc) · 7.44 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
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Sweep Services</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
<!-- Normalize CSS -->
<link rel="stylesheet" href="css/normalize.css" />
<!-- Main CSS -->
<link rel="stylesheet" href="css/main.css" />
<!-- Animate CSS -->
<link rel="stylesheet" href="css/animate.min.css" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="css/fontawesome-all.min.css" />
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css" />
<!-- Modernize js -->
<script src="js/modernizr-3.6.0.min.js"></script>
</head>
<body>
<div id="wrapper" class="wrapper">
<div
class="fxt-template-default fxt-template-layout6"
data-bg-image="img/figure/pattern.png"
>
<!-- Background Shape Start Here -->
<div class="bg-shape"></div>
<!-- Background Shape End Here -->
<div class="fxt-content-wrap-layout6">
<!-- Logo Area Start Here -->
<div
class="fxt-logo fxt-logo-layout6 fxt-absolute-box fxt-box-top-left"
>
<div class="fxt-transformY-100 fxt-transition-delay-5">
<img src="img/Sweep.PNG" alt="logo" width="25%" />
</div>
</div>
<!-- Logo Area End Here -->
<!-- Page Content Area Start Here -->
<div
class="fxt-content-box fxt-content-box-layout6 fxt-absolute-box fxt-box-center-left"
>
<div
class="item-subtitle fxt-transformY-100 fxt-transition-delay-7"
>
We're Coming Soon..
</div>
<h1 class="item-title fxt-transformY-100 fxt-transition-delay-9">
We're working in our new website, stay tuned!
</h1>
<ul class="fxt-btns">
<li class="fxt-transformY-100 fxt-transition-delay-11">
<button
type="button"
class="fxt-btn-fill fxt-btn-layout1"
data-toggle="modal"
data-target="#exampleModalCenter"
>
NOTIFY ME!
</button>
</li>
<!-- <li class="fxt-transformY-100 fxt-transition-delay-11">
<a href="index6.html#" class="fxt-btn-text fxt-btn-layout1"
><i class="fas fa-info"></i> Informations</a
>
</li> -->
</ul>
</div>
<!-- Page Content Area End Here -->
<!-- Social Area Start Here -->
<!-- <div
class="fxt-social fxt-social-layout6 fxt-absolute-box fxt-box-bottom-left"
>
<ul class="fxt-social-items fxt-items-light">
<li class="fxt-facebook fxt-zoomIn fxt-transition-delay-12">
<a href="index6.html#" title="Facebook"
><i class="fab fa-facebook-f"></i
></a>
</li>
<li class="fxt-twitter fxt-zoomIn fxt-transition-delay-13">
<a href="index6.html#" title="twitter"
><i class="fab fa-twitter"></i
></a>
</li>
<li class="fxt-google fxt-zoomIn fxt-transition-delay-14">
<a href="index6.html#" title="google"
><i class="fab fa-google-plus-g"></i
></a>
</li>
<li class="fxt-instagram fxt-zoomIn fxt-transition-delay-15">
<a href="index6.html#" title="instagram"
><i class="fab fa-instagram"></i
></a>
</li>
<li class="fxt-linkedin fxt-zoomIn fxt-transition-delay-16">
<a href="index6.html#" title="linkedin"
><i class="fab fa-linkedin-in"></i
></a>
</li>
<li class="fxt-youtube fxt-zoomIn fxt-transition-delay-17">
<a href="index6.html#" title="youtube"
><i class="fab fa-youtube"></i
></a>
</li>
</ul>
</div> -->
<!-- Social Area End Here -->
<!-- Animated Buble Area Start Here -->
<ul class="fxt-animated-buble">
<li class="fxt-transformX--100Y--100 fxt-transition-delay-1"></li>
<li class="fxt-transformX-100Y--100 fxt-transition-delay-2"></li>
<li class="fxt-transformX-300 fxt-transition-delay-3"></li>
<li class="fxt-transformY-300 fxt-transition-delay-4"></li>
</ul>
<!-- Animated Buble Area End Here -->
<!-- Modal Area Start Here -->
<div
class="modal fade"
id="exampleModalCenter"
tabindex="-1"
role="dialog"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="notify-icon">
<img src="img/figure/bell-icon.png" alt="Bell" />
</div>
<h2 class="item-title">SUBSCRIBE</h2>
<p>Get notified with all our updates ...</p>
<form
class="subscribe-form"
name="contact"
method="POST"
data-pixsaas="newsletter-subscribe"
netlify
>
<div class="input-group stylish-input-group">
<div class="item-icon">
<i class="fas fa-envelope"></i>
</div>
<input
type="email"
name="email"
class="form-control"
id="newsletter-form-email"
placeholder="Enter your Email"
required
/>
<span class="input-group-addon">
<button type="submit">SUBMIT</button>
</span>
</div>
<div class="clearfix"></div>
<div class="form-result alert">
<div class="content"></div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Modal Area End Here -->
</div>
</div>
</div>
<!-- jquery-->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Pace Preloader js -->
<script src="js/pace.min.js"></script>
<!-- Custom Js -->
<script src="js/main.js"></script>
</body>
</html>