-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
63 lines (61 loc) · 2.96 KB
/
thanks.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
<!DOCTYPE html>
<html>
<title>E-Cell JUET</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="shortcut icon" href="images/edc.png" type="image/png" >
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('images/bg5.jpg');
min-height: 100%;
background-position: center;
background-size: cover;padding-top: 4%;
padding-bottom: 4%;
padding-left: 4%;
padding-right: 4%;
background-color: rgba(0, 0, 0, 0.6);
}
</style>
<body style="">
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<!-- <b><span class="glyphicon glyphicon-fire"></span> SHREY</b> -->
</div>
<nav class="nav navbar-fixed-top navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mynavBar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" class="navbar-brand">Entrepreneurship Development Cell</a>
</div>
<div class="collapse navbar-collapse" id="mynavBar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html"><span class="glyphicon glyphicon-home"></span> Home</a></li>
<li><a href="https://www.juet.ac.in/"><span class="glyphicon glyphicon-grain"></span> University</a></li>
<li><a href="#mv"><span class="glyphicon glyphicon-tower"></span> Mission & Vision</a></li>
<li><a href="team.html"><span class="glyphicon glyphicon-flash"></span> Team EDC</a></li>
<li><a href="event.html"><span class="glyphicon glyphicon-camera"></span> Event Gallery</a></li>
<li><a href="help.html"><span class="glyphicon glyphicon-phone-alt"></span> Help Desk</a></li>
<!-- <li><a href="contact.html"><span class="glyphicon glyphicon-phone-alt"></span> Contacts</a></li> -->
</ul>
</div>
</div>
</nav>
<div class="w3-display-middle" style="background-color: rgba(0, 0, 0, 0.4); padding: 80px 80px 80px 80px;"><center>
<h1 class="w3-jumbo w3-animate-top">Thank You</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center">For your response, will contact you shortly!!!</p></center>
</div>
</div>
</body>
</html>