-
Notifications
You must be signed in to change notification settings - Fork 0
/
Error.html
263 lines (255 loc) · 8.25 KB
/
Error.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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="imgs/titleCatLogo.svg"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lobster+Two&family=Poppins:wght@400;500&family=Raleway:wght@700&display=swap"
rel="stylesheet"
/>
<link href="./CSS/Normalize.css" rel="stylesheet" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="./CSS/style.css" />
<link rel="stylesheet" href="./CSS/media.css" />
<title>Error</title>
</head>
<body>
<!--start navbar-->
<nav class="navbar navbar-expand-lg navbar-light sticky" id="nav">
<div class="container-lg">
<a class="navbar-brand" href="index.html"
><img src="./imgs/catBlack.svg" alt="navLogo"
/></a>
<button
class="navbar-toggler topmenu"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarText"
aria-controls="navbarText"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
<li
class="
nav-item
align-items-lg-center
d-flex
justify-content-lg-center
"
>
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li
class="
nav-item
align-items-lg-center
justify-content-lg-center
d-flex
"
>
<a class="nav-link" href="About.html">About</a>
</li>
<li
class="
nav-item
align-items-lg-center
d-flex
justify-content-lg-center
"
>
<a class="nav-link" href="Events.html">Events</a>
</li>
<li
class="
nav-item
align-items-lg-center
d-flex
justify-content-lg-center
"
>
<a class="nav-link" href="https://blog.catreloaded.org"
>CATazine</a
>
</li>
<li
class="
nav-item
align-items-lg-center
d-flex
justify-content-lg-center
"
>
<a class="nav-link" href="Committees.html">Committees</a>
</li>
<li
class="
nav-item
align-items-lg-center
d-flex
justify-content-lg-center
"
>
<a class="nav-link" href="ContactUs.html">Contact Us</a>
</li>
<li class="nav-item d-lg-none">
<span class="navbar-text d-grid gap-2 mx-2 newsletter">
<button
type="button"
class="btn btn-large"
data-bs-toggle="modal"
data-bs-target="#newsletterModal"
>
Be A CATian >
</button>
</span>
</li>
</ul>
<span
class="navbar-text d-grid gap-2 mx-2 newsletter d-none d-lg-grid"
>
<button
type="button"
class="btn btn-large"
data-bs-toggle="modal"
data-bs-target="#newsletterModal"
>
Be A CATian >
</button>
</span>
</div>
</div>
</nav>
<!--end navbar-->
<section class="error">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-md-6 col-xl-4 xol-lg-5">
<h1>404</h1>
<p>Oops!, It seems that we can’t find this page</p>
<button class="outline-cat-button active">
<a href="index.html">Home Page</a>
</button>
</div>
<div class="col-md-6 align-items-center justify-content-center">
<img
src="./imgs/Group 1107.svg"
class="img-responsive img-fluid"
alt="..."
/>
</div>
</div>
</div>
</section>
<!--newsletter Modal-->
<div
class="modal fade"
id="newsletterModal"
tabindex="-1"
aria-labelledby="ModalLabel"
aria-hidden="true"
>
<div class="modal-dialog">
<div class="modal-content">
<button
type="button"
class="btn-close align-self-end"
data-bs-dismiss="modal"
aria-label="Close"
></button>
<div class="row">
<div
class="
col-md-6 col-sm-6 col-lg-6
align-items-center
justify-content-center
"
>
<img
src="imgs/subscribe.svg"
class="img-fluid img-responsive"
alt="modalSubscribeVector"
/>
</div>
<div class="col-md-6 col-sm-6 col-lg-6 content">
<div class="modal-header">
<h5 class="modal-title" id="ModalLabel">
Subscribe to our Newsletter!
</h5>
</div>
<div class="modal-body">
<p>
We'll informed you with our new blogs and the latest updates!
</p>
<form class="row g-3">
<div>
<input
type="text"
class="form-control"
id="username"
name="username"
value=""
placeholder="Name"
/>
</div>
<div class="">
<input
type="Email"
class="form-control"
id="inputEmail"
name="email"
value=""
placeholder="Email"
/>
</div>
<div>
<button type="submit" class="btn col-12">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<button type="button" class="btn btn-floating btn-md" id="btn-back-to-top">
<i class="fas fa-arrow-up"></i>
</button>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
<script src="./js/shared.js"></script>
</body>
</html>