-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheb_registration.php
147 lines (124 loc) · 4.71 KB
/
eb_registration.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
<!doctype html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>NSTUMUNA </title>
<link rel="shortcut icon" href="assets/icons/logo.png">
<!-- Styles -->
<link rel='stylesheet' href='assets/css/bootstrap.min.css'>
<link rel='stylesheet' href='assets/css/animate.min.css'>
<link rel='stylesheet' href="assets/css/font-awesome.min.css"/>
<link rel='stylesheet' href="assets/css/style.css"/>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<!-- Begin Hero Bg -->
<div id="parallax">
</div>
<!-- End Hero Bg
================================================== -->
<!-- Start Header
================================================== -->
<header id="header" class="navbar navbar-inverse navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Your Logo -->
<a href="#mun18.php" class="navbar-brand"> <span><img src="assets/icons/logomun18.png" alt=""></span> NSTUMUN 2018</a>
</div>
<!-- Start Navigation -->
<nav class="collapse navbar-collapse bs-navbar-collapse navbar-right" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="index.php">Home</a>
</li>
<li>
<a href="mun18.php#registration">Registration</a>
</li>
<li>
<a href="mun18.php#delegates'_corner">Delegates' Corner</a>
</li>
<li>
<a href="mun18.php#eb_members">Executive Board Members</a>
</li>
<li>
<a href="mun18.php#secretariat">Sectretariate</a>
</li>
<li>
<a href="mun18.php#faq">FAQ</a>
</li>
<li>
<a href="mun18.php#contact_us">Contact Us</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- About us
================================================== -->
<!-- registration
================================================== -->
<!-- <section id="registration" class="parallax section" style="background-image: url(http://themepush.com/demo/runcharity/assets/img/3.jpg);">
<div class="wrapsection">
<div class="parallax-overlay"></div>
<div class="container" >
<div class="maintitle">
<h3 class="section-title"><strong>Reggister Here</span></strong></h3>
</div>
<div class="row">
<div class="col-md-4 col-sm-12">
<iframe src="https://docs.google.com/forms/d/15t3Zk-RvcQgKfYGGzv1syLCZgwF3nGukI157UkqG8Z8/viewform?edit_requested=true" height="700" width="100%"></iframe>
</div>
</div>
</div>
</section> -->
<section id="registration" class="parallax section" >
<div class="wrapsection">
<div class="parallax-overlay" style="background-color:#00c1c1;opacity:0.9;"></div>
<div class="container" >
<div class="maintitle">
<h3 class="section-title"><strong>Will be released on 20th January 2018</span></strong></h3>
</div>
</div>
</section>
<!-- Credits
=============================================== -->
<section id="credits" class="text-center" style="background-color:#00c1c1;opacity:0.9;">
<span class="social wow zoomIn">
<a href="https://www.facebook.com/nstumuna/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/nstumuna/"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UC_E8pNF5R0XDIWl8XRCOlYQ"><i class="fa fa-youtube-play"></i></a>
</span><br/>
Copyright © <a href="#">NSTUMUNA</a>
</section>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.localScroll.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/validate.js"></script>
<script src="assets/js/common.js"></script>
<script src="assets/js/jquery.samesize.js"></script>
</body>
</html>