-
Notifications
You must be signed in to change notification settings - Fork 4
/
think_thank.html
204 lines (181 loc) · 8.14 KB
/
think_thank.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Think Thank | NSS IIT Patna</title>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/icomoon.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/mainNSS/logo.ico">
<link rel="apple-touch-icon-precomposed" href="images/mainNSS/logo.jpeg">
<style>
.thinking{
width:50%;
}
.alert{
text-align: center;
padding: 10px;
background:#79c879;
color: #fff;
margin-bottom:10px;
margin-top:5px;
display: none;
}
@media screen and (max-width: 980px) {
.thinking{
width:70%;
}}
@media screen and (max-width: 780px) {
.thinking{
width:80%;
}}
@media screen and (max-width: 480px) {
.thinking{
width:90%;
}
}
</style>
</head>
<!--/head-->
<body class="homepage" style="background:url('images/mainNSS/thinkthank.jpg');background-repeat: no-repeat;background-size: 100% 100%">
<header id="header">
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".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>
<a class="navbar-brand" href="index.html"><img src="images/mainNSS/nssweb.png" alt="logo" style="width: 150px; height: auto"></a>
</div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li ><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About Us <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="about-us.html">About Us</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="faq.html">Faqs</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Cells <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="cells/cells.html?cell=technical">Technical Skills</a></li>
<li><a href="cells/cells.html?cell=rural">Rural Development</a></li>
<li><a href="cells/cells.html?cell=chetna">Chetna</a></li>
<li><a href="cells/cells.html?cell=teaching">Teaching</a></li>
<li><a href="cells/cells.html?cell=environment">Environmental</a></li>
</ul>
</li>
<li><a href="prayatna/prayatna.html">Prayatna</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="portfolio.html">Gallery</a></li>
<li class="active"><a href="think_thank.html">Think-Thank</a></li>
<li><a href="login.html">Check-Hours</a></li>
</ul>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!--/header-->
<div class="container" style="margin-top:7px; padding-bottom: 20px;">
<div class="thinking" style="background:#fff;box-shadow: 0 1px 1px #000;border-radius:5px;margin-left:auto;margin-right:auto;">
<div class="row" style="padding:3px;box-shadow:0 1px 1px #999"><br /><font style="font-size:30px;font-family:Lato;letter-spacing:10px; color: #009688; "><center><i class="fa fa-lightbulb-o fa-4x" aria-hidden="true"></i>THINK-THANK</center></font></div>
<form action="#" name="loginform" method="post" accept-charset="utf-8" id="ThinkThankForm">
<div class="form-horizontal" style="padding:5px;padding-left:30px;padding-right:30px;">
<br><br>
<div class="row">
<h4 align="left"><b>Name</b></h4>
<div class="row">
<input type="text" name="name" class="form-control" placeholder="Enter your Name" id="TName" required>
</div>
<br/>
</div>
<div class="row">
<h4 align="left"><b>Email</b></h4>
<div class="row">
<input type="email" name="email" class="form-control" placeholder="Enter your Email" id="TEmail" required>
</div>
<br />
</div>
<div class="row">
<h4 align="left"><b>Phone Number</b></h4>
<div class="row">
<input type="phone" name="phone" class="form-control" placeholder="Enter your Phone Number.." id="TPhone" required>
</div>
<br />
</div>
<div class="row">
<h4 align="left"><b>Thought</b></h4>
</div>
<div class="row">
<textarea class="form-control" style="resize: none;width:100%" rows="5" placeholder="Express your thought here..." name="idea" id="TThought" required></textarea>
</div>
<br><br>
<div class="alert">Your idea/feedback has been sent to NSS IIT Patna Team.</div>
<div class="row">
<button align="right" class="btn btn-default pull-right" type="submit" onclick="ThankFunc();return(false);"><strong>THANK</strong></button>
<button align="right" class="btn btn-default pull-right" id="submit" type="submit" onclick="ThinkFunc();return(false);" ><strong>THINK</strong></button>
</div>
<div class="row" style="margin-top:1px;">
<h2><strong>Note:</strong></h2></div>
<div class="row">
<p>Press <b>"THINK"</b> to provide new idea.<p></div>
<div class="row">
<p>Press <b>"THANK"</b> to appreciate the work done by NSS IITP.<p></div>
<br />
</form>
</div>
</div>
</div>
<iframe src="footer.html" frameborder="0" scrolling="no" style="width: 100%"></iframe>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.9.2/firebase.js"></script>
<script src="js/think_thank_submit.js"></script>
<!-- Defining function for fixed header -->
<script>
window.onscroll = function() {myFunction()};
var header = document.getElementById("header");
var sticky = header.offsetTop;
function myFunction() {
if (window.pageYOffset > sticky) {
header.classList.add("sticky");
} else {
header.classList.remove("sticky");
}
}
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>