-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path404.html
114 lines (89 loc) · 3.47 KB
/
404.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
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>IEEE WIE VIT</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/wie_logo.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Allura&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/bbec4931e5.js" crossorigin="anonymous"></script>
<style>
/* body{
}
.info{
margin: auto !important;
color:purple !important;
font-size: 32px;
} */
html,
body {
height: 100%;
/* background-color: #e4dbf5; */
/* background-color: #a4508b;
background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%); */
}
.info {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color:black !important;
font-family: 'Varela Round', sans-serif;
font-size: 2.5em;
}
p{
font-family: 'Varela Round', sans-serif;
}
.btn-success:hover{
border:1px purple solid !important;
}
@media (max-width: 991px) {
.info {
font-size: 1em;
}
}
</style>
</head>
<body>
<div class="container info">
<div class="row jsutify-content-center" style="margin:auto 5%; text-align: center;">
<div>
<img src="assets/img/404/undraw_page_not_found_su7k.svg" class="img-fluid text-center"
style="width:40%; height:auto; "
>
</div>
<div>
<h1>404 Not found</h1>
<p>
We are sorry to inform you the registration for this event has been closed!
Hope to you see you at our upcoming events.
</p>
<!-- <br> -->
<button class="btn btn-outline-warning"
style="color:purple !important;
margin-top:10px;
background-color: #fff !important;
border: 5px purple solid !important;
"
><a href="index.html">Home Page</a></button>
</div>
</div>
</div>
</body>
</html>