-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseting.html
168 lines (144 loc) · 8.14 KB
/
seting.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
<html lang="en"><head>
<!-- Title -->
<title>Qitsource | Update</title>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" href="https://htmlstream.com/preview/space-v1.6.1/favicon.ico">
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/font-awesome/css/all.min.css">
<link rel="stylesheet" href="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/custombox/dist/custombox.min.css">
<link rel="stylesheet" href="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/animate.css/animate.min.css">
<!-- CSS Space Template -->
<link rel="stylesheet" href="https://htmlstream.com/preview/space-v1.6.1/assets/css/theme.css">
</head>
<body>
<!-- ========== HEADER ========== -->
<header id="header" class="u-header u-header--abs-top">
<div class="u-header__section bg-transparent border-0">
<div id="logoAndNav" class="container-fluid">
<!-- Nav -->
<nav class="navbar navbar-expand justify-content-between u-header__navbar py-3">
<!-- Logo -->
<div class="col-4 col-sm-6">
<a class="navbar-brand u-header__navbar-brand" href="../home/index.html" aria-label="Space">
<img class="u-header__navbar-brand-default" src="https://htmlstream.com/preview/space-v1.6.1/assets/svg/logos/logo.svg" alt="Logo">
<img class="u-header__navbar-brand-mobile" src="https://htmlstream.com/preview/space-v1.6.1/assets/svg/logos/logo-short.svg" alt="Logo">
</a>
</div>
<!-- End Logo -->
<!-- Button -->
<div class="col-8 col-sm-6 text-right">
<a class="btn btn-sm btn-primary" href="#subscribeForUpdatesModal" role="button" data-modal-target="#subscribeForUpdatesModal" data-overlay-color="#151b26">
Subscribe for Updates
</a>
</div>
<!-- End Button -->
</nav>
<!-- End Nav -->
</div>
</div>
</header>
<!-- ========== END HEADER ========== -->
<!-- ========== MAIN CONTENT ========== -->
<main id="content">
<!-- Hero Section -->
<div class="d-lg-flex align-items-lg-center height-100vh--lg">
<div class="container space-3-top space-2-bottom space-0--lg">
<div class="row justify-content-lg-between align-items-lg-center">
<div class="col-lg-6 mb-9 mb-lg-0">
<img class="w-100" src="https://htmlstream.com/preview/space-v1.6.1/assets/svg/components/maintenance-icon.svg" alt="Image Description">
</div>
<div class="col-lg-5">
<!-- Title -->
<div class="mb-4">
<h1 class="h2">Planned maintenance in progress</h1>
<p class="lead">We apologize for the inconvenience but QitSource is currently undergoing planned maintenance.</p>
</div>
<!-- End Title -->
<a class="btn btn-primary" href="https://themes.getbootstrap.com/product/space-multipurpose-responsive-template/">Check for Updates</a>
</div>
</div>
</div>
</div>
<!-- End Hero Section -->
</main>
<!-- ========== END MAIN CONTENT ========== -->
<!-- ========== FOOTER ========== -->
<footer class="position-absolute-bottom-0--lg">
<div class="container text-center space-1">
<p class="small mb-0">© Qitsource. 2019 Htmlstream.</p>
</div>
</footer>
<!-- ========== END FOOTER ========== -->
<!-- ========== SECONDARY CONTENTS ========== -->
<!-- Subscribe for Updates Modal Window -->
<div id="subscribeForUpdatesModal" class="js-subscribe-for-updates u-modal-window" style="width: 500px;">
<!-- Modal Close Button -->
<button class="btn btn-sm btn-icon btn-text-secondary u-modal-window__close" type="button" onclick="Custombox.modal.close();">
<i class="fas fa-times"></i>
</button>
<!-- End Modal Close Button -->
<!-- Content -->
<div class="p-5 bg-white rounded">
<form class="js-validate" novalidate="novalidate">
<div class="max-width-18 mx-auto mb-2">
<img class="img-fluid" src="https://htmlstream.com/preview/space-v1.6.1/assets/svg/components/subscribe-primary-icon.svg" alt="Image Description">
</div>
<!-- Title -->
<header class="text-center mb-5">
<h2 class="h3 mb-0">Be in the cycle!</h2>
<p>Get updated when there's any news about our services.</p>
</header>
<!-- End Title -->
<div class="js-form-message mb-3">
<div class="js-focus-state input-group form">
<div class="input-group-prepend form__prepend">
<span class="input-group-text form__text">
<i class="fas fa-envelope form__text-inner"></i>
</span>
</div>
<input type="email" class="form-control form__input" name="email" required="" placeholder="Your email" aria-label="Your email" data-msg="Please enter a valid email address." data-error-class="u-has-error" data-success-class="u-has-success">
</div>
</div>
<button type="submit" class="btn btn-block btn-primary">Subscribe Me</button>
</form>
</div>
<!-- End Content -->
</div>
<!-- End Subscribe for Updates Modal Window -->
<!-- ========== END SECONDARY CONTENTS ========== -->
<!-- JS Global Compulsory -->
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/jquery-migrate/dist/jquery-migrate.min.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/popper.js/dist/umd/popper.min.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/bootstrap/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/custombox/dist/custombox.min.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/vendor/custombox/dist/custombox.legacy.min.js"></script>
<!-- JS Space -->
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/js/hs.core.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/js/components/hs.validation.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/js/helpers/hs.focus-state.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/js/components/hs.modal-window.js"></script>
<script src="https://htmlstream.com/preview/space-v1.6.1/assets/js/components/hs.show-animation.js"></script>
<!-- JS Plugins Init. -->
<script>
$(document).on('ready', function () {
// initialization of form validation
$.HSCore.components.HSValidation.init('.js-validate');
// initialization of forms
$.HSCore.helpers.HSFocusState.init();
// initialization of autonomous popups
$.HSCore.components.HSModalWindow.init('[data-modal-target]', '.js-subscribe-for-updates', {
autonomous: true
});
// initialization of show animations
$.HSCore.components.HSShowAnimation.init('.js-animation-link');
});
</script>
</body></html>