-
Notifications
You must be signed in to change notification settings - Fork 0
/
cqe.html
119 lines (112 loc) · 5.72 KB
/
cqe.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Not a Hackathon 2019</title>
<link rel="icon" href="images/favicon.ico">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<style>
img[alt="www.000webhost.com"] {
display: none;
}
</style>
</head>
<body>
<div class="site-wrap">
<div class="site-mobile-menu">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icon-close2 js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<header class="site-navbar py-3" role="banner">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-11 col-xl-2">
<a href="index.html"><img src="images/logo.png" title="Home" width="200" height="200"></a>
</div>
<div class="col-12 col-md-10 d-none d-xl-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="events.html">Events & Schedule</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li class="cta"><a href="https://forms.gle/KrmxuVc21GGQeDVp6">Register</a></li>
</ul>
</nav>
</div>
<div class="d-inline-block d-xl-none ml-md-0 mr-auto py-3" style="position: relative; top: 3px;"><a
href="#" class="site-menu-toggle js-menu-toggle text-white"><span
class="icon-menu h3"></span></a></div>
</div>
</div>
</header>
</div>
<div class="site-section site-hero">
<div class="container">
<div class="row align-items-center">
<div class="col-md-10">
<h1 class="d-block mb-4" data-aos="fade-up" data-aos-delay="200">Congratulations!</h1>
<span class="d-block mb-5 caption" data-aos="fade-up" data-aos-delay="300">You have successfully
failed in your task and have thus been eliminated. Scroll down</span>
</div>
</div>
<div class="tenor-gif-embed" data-postid="12100688" data-share-method="host" data-width="100%"
data-aspect-ratio="1.0142566191446027"><a
href="https://tenor.com/view/thanos-fortnite-takethel-dance-gif-12100688"></a></div>
<script type="text/javascript" async src="https://tenor.com/embed.js"></script>
<div class="col-md-10">
<h2>Now go to the Stage Area.</h2>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row mb-5">
<div class="col-md-4">
<h2 class="footer-heading text-uppercase mb-4">About Event</h2>
<p>Podar's first ever techfest,<br> Not A Hackathon.
<br>7th-8th June, 2019.
</p>
</div>
<div class="col-md-3 ml-auto">
<h2 class="footer-heading text-uppercase mb-4">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="events.html">Events & Schedule</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/bootstrap-datepicker.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/main.js"></script>
</body>
</html>