-
Notifications
You must be signed in to change notification settings - Fork 1
/
eb_confirm.php
executable file
·252 lines (170 loc) · 8.6 KB
/
eb_confirm.php
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
<!DOCTYPE html>
<html>
<head>
<title>VITC Inter MUN 2017 | EB Applications</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="VIT chennai inter MUN applications" />
<meta name="keywords" content="VIT chennai, MUN, VIT chennai inter MUN" />
<meta name="author" content="Prashant Bhardwaj" />
<link rel="shortcut icon" href="img/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<script src="inc/js/jquery-1.11.0.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="inc/bootstrap/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="inc/bootstrap/css/bootstrap-theme.min.css">
<!-- Bootstrap reset -->
<link rel="stylesheet" href="inc/bootstrap/css/bootstrap-reset.css">
<!-- flexslider load -->
<link rel="stylesheet" href="inc/flexslider/flexslider.css" type="text/css">
<!-- easy pie chart -->
<link rel="stylesheet" type="text/css" href="inc/easy-pie-chart/demo/style.css">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="inc/magnific/dist/magnific-popup.css">
<!-- YTP -->
<link href="inc/YTPlayer/css/YTPlayer.css" media="all" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="inc/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/colors.css">
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50161037-1', 'wpidiots.com');
ga('send', 'pageview');
</script>
<style type="text/css">
body {
margin-top: -10px;
}
</style>
<div class="page-loader"></div>
<div class="l-wrapper">
<!-- HEADER -->
<div class="menu-wrap">
<!-- NAVIGATION -->
<div class="l-navigation-wrap menu-padd" id="l-navigation">
<div class="m-navbar container">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="l-logo">
<a href="index.html">
<img height="35%" width="35%" src="img/small_logo.png"> <span style="color:white;"><b>VITCMUN 2017</b></span>
</a>
</div><!-- l-logo -->
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right">
<li >
<a href="#splash-image-wrap">Home</a>
</li>
<li><a href="#page-section">VITCMUN</a></li>
<li><a href="#news">Committees</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="#contact">Contact Us </a></li>
</ul>
</div>
</div><!-- /.container-fluid -->
</nav>
</div><!-- m-navbar -->
</div><!-- l-navigation -->
</div><!-- content -->
<div class="l-content-wrap" id="standard-content">
<section>
<div class="l-page-section l-section" id="page-section">
<div class="container">
<div class="row">
<div class="col-lg-12"><br>
<h2 class="text-center">Congratulations!</h2>
<p class="text-center">
<b>"Get ready with your suit, you have successfully registered yourself for VITCMUN 2017 Executive Board. You will be notified on your mail soon."</b>
</p>
</div><!-- col-lg-12 -->
</div><!-- row -->
<div class="separator"></div><!-- separator -->
<div class="row">
<center>
<div class="col-lg-12 col-md-12 col-sm-12 text-center">
<img src="img/tick.png" alt="icon" class="round-icon" />
</div><!-- col-lg-4 -->
</center>
</div><!-- row -->
</div><!-- container -->
</div><!-- l-page-section -->
</section>
</div><!-- l-paralax-section -->
</section>
<section>
<div class="l-contactus-section l-section">
<div class="container">
<div id="contact" class="row">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12">
<h6>Contact Us</h6>
<ul>
<li class="opacity">
<span style="display:block;">The Debate Society VIT UNIVERSITY , Chennai Campus, Vandalur-Kelambakkam Road, Chennai, Tamil Nadu 600127</span>
</li>
<li class="opacity"><img src="img/phone.png" alt="phone image" />+91 9176472987, +91 9962416408</li>
<li class="opacity"><img src="img/mail.png" alt="mail image"/> [email protected]</li>
<li class="opacity"><img src="img/magnifier.png" alt="magnifier image"/> facebook.com/vitcmun</li>
</ul>
</div><!-- col-lg-5 -->
<div class="col-lg-7 col-md-7 col-sm-7 col-xs-12 form-wrapper opacity">
<center><br>
<img style="height:100%; width:40%;" src="img/VITCMUN2017.png">
</center>
</div><!-- col-lg-7 -->
</div><!-- row -->
</div><!-- container -->
<div class="l-copyright text-center">
<div class="container">
<div class="m-social-icons">
<a href="https://www.facebook.com/groups/1495550694059659/?ref=br_tf"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div><!--m-social-icons-->
</div><!-- container -->
</div><!-- l-copyright -->
</div><!-- l-contactus-section -->
</section>
</div><!-- l-content-wrap -->
</div><!-- l-wrapper -->
<!-- LOAD SCRIPTS -->
<!-- Latest compiled and minified JavaScript -->
<script src="inc/bootstrap/js/bootstrap.min.js"></script>
<!-- flexslider -->
<script src="inc/flexslider/jquery.flexslider.js"></script>
<!-- skrollr -->
<script type="text/javascript" src="inc/skrollr/dist/skrollr.min.js"></script>
<!-- easy pie chart -->
<script src="inc/easy-pie-chart/dist/jquery.easypiechart.min.js"></script>
<!-- isotope -->
<script src="inc/isotope/jquery.isotope.min.js" ></script>
<script src="inc/isotope/jquery.isotope.sloppy-masonry.js" ></script>
<!-- nice scroll -->
<script src="inc/nice-scroll/jquery.nicescroll.min.js" ></script>
<!-- Magnific Popup core JS file -->
<script src="inc/magnific/dist/jquery.magnific-popup.js"></script>
<!-- Waypoints -->
<script src="inc/waypoints/waypoints.min.js"></script>
<!-- YTP -->
<script type="text/javascript" src="inc/YTPlayer/inc/jquery.mb.YTPlayer.js"></script>
<!-- TWITTER SCRIPT -->
<script type="text/javascript" charset="utf-8" src="inc/tweet/twitter/jquery.tweet.js"></script>
<!-- contact form checker -->
<script src="inc/form-validator/dist/jquery.validate.js"></script>
<!-- script calling -->
<script src="inc/js/common.js"></script>
</body>
</html>