forked from ujjawal-1999/Model-United-Nations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.html
176 lines (156 loc) · 5.93 KB
/
registration.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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Create a digital Story">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width initial-scale=1">
<link rel="icon" type="image/icon" href="images/logo_white.png">
<link rel="stylesheet" type="text/css" href="css/registration.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="css/footer.css">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/715c997c20.js" crossorigin="anonymous"></script>
<title>NITS MUN</title>
<style>
a:hover{
text-decoration: none;
color:white;
}
.mobile-view{
margin-left:10%;
}
@media screen and (max-width:768px){
.brand{
position: relative;
margin-left: 25%;
}
.text-view{
text-align:center;
}
}
</style>
</head>
<body data-aos-easing="ease-in-sine" data-aos-duration="4000" style="background-color:#ffc0cb24">
<header>
<nav>
<div class="hamburger">
<div class="line1"></div>
<div class="line1"></div>
<div class="line1"></div>
</div>
<div class="container-style" style="height:12vh;">
<div class="brand"><img id="image" class="rounded-circle" src="images/logo white1.png" width="90px" style="padding-bottom:12px;margin-left:7%;"></div>
<div class="tagline">
</div>
<div class="navbar-style">
<ul class="navbar-list">
<li><a href="index.html" class="underline-opening" target="_blank">Welcome</a></li>
<li><a href="index.html#aboutus" class="underline-opening" target="_blank">About Us</a></li>
<li><a href="index.html#committees" class="underline-opening" target="_blank">Committees</a></li>
<li><a href="team.html" class="underline-opening" target="_blank">Secretariat</a></li>
<li><a href="gallery.html" class="underline-opening" target="_blank">Gallery</a></li>
<!-- <li><a href="index.html" class="underline-opening" target="_parent">Contact Us</a></li> -->
<li><a href="registration.html" class="contact-style underline-opening" target="_parent">Apply</a></li>
</ul>
</div>
</div>
</nav>
<div class="d-flex justify-content-center align-items-center" style="display:none; background-color:#fff;min-height:100vh">
<div class="row no-gutters" style="min-height:100vh">
<div class="col-md-4 d-flex justify-content-center align-items-center">
</div>
<div class="col-md-4 d-flex justify-content-center align-items-center">
<div class="delegate">
<div class="delegate-flip">
<div class="front d-flex justify-content-center align-items-center">
<h2>Delegate</h2>
</div>
<div class="back d-flex justify-content-center align-items-center">
<button class="btn"><a href="https://docs.google.com/forms/d/e/1FAIpQLSf-lPbJFRcMXK-ae3bwgPuQfwcNe8pzF7S2im27c1NebI5oOQ/viewform?embedded=true" target="_parent" style="font-size:2rem;font-weight:700;">Apply</a></button>
</div>
</div>
</div>
</div>
<div class="col-md-4 d-flex justify-content-center align-items-center">
</div>
</div>
</header>
<!-- *********************footer ********************* -->
<footer class="footer-distributed">
<div class="footer-left">
<div><img class="nitslogofooter" src="images/text_logo_white.png" width="300px" height=auto></div>
<p class="footer-links">
<a
href="index.html">Home</a>
·
<a
href="#committees">Committees</a>
·
<a
href="new section.html">History</a>
·
<a
href="gallery.html">Gallery</a>
·
<a
href="registration.html" style="color: #ef6c57;">Apply</a>
</p>
<p class="footer-company-name">NITSMUN © 2021</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>NIT Silchar</span> Silchar, Assam</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+91 4353543543</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:support@company.com" style="color: #fff;">support@nitsmun.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About NITSMUN</span>
Lorem ipsum dolor sit amet, consectateur adispicing elit. Fusce euismod convallis velit, eu auctor lacus
vehicula sit amet. Operating since 1892
</p>
<div class="footer-icons">
<a
href="https://www.facebook.com/NITSMUN/?ref=br_rs"><i
class="fa fa-facebook"></i></a>
<a
href="https://www.instagram.com/nitsmun/"><i
class="fa fa-instagram"></i></a>
</div>
</div>
</footer>
<script>
const hamburger = document.querySelector('.hamburger');
const navbarList = document.querySelector('.navbar-list');
const links = document.querySelectorAll('.navbar-list li');
const brand = document.querySelector('.brand');
hamburger.addEventListener("click",()=>{
navbarList.classList.toggle("open");
if(brand.style.display === "none")
{
setTimeout(()=>{
brand.style.display = "flex";
},1000);
}
else
{
brand.style.display = "none";
}
});
</script>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="https://unpkg.com/aos@2.3.0/dist/aos.js"> </script>
<script type="text/javascript">
AOS.init();
</script>
</body>
</html>