-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdonation.html
211 lines (179 loc) · 8.88 KB
/
donation.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
205
206
207
208
209
210
211
<!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>Donation</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/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<link rel="icon" type="image/png" href="images/nss.png"/>
<style>
body{
background-image:url('images/back_donation.jpg');
}
li.dropdown {
display: inline-block;
}
.dropdown:hover .dropbtn {
background-color: red;}
.dropdown-content {
display: none;
position: absolute;
background-color:#f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1000;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {background-color: red;}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<!--/head-->
<body>
<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/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"><b>Home</b></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn"><b>Cells</b></a>
<div class="dropdown-content">
<a href="Cells/awareness.html">Chetna</a>
<a href="Cells/environment.html">Environmental</a>
<a href="Cells/technical_skills.html">Technical Skills</a>
<a href="Cells/teaching.html">Teaching</a>
<a href="Cells/rural_development.html">Rural Development</a>
</div>
</li>
<li> <a href="Cells/prayatna.html"><b>Prayatna</b></a></li>
<li><a href="portfolio.html"><b>Gallery</b></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn"><b>About Us</b></a>
<div class="dropdown-content">
<a href="about-us.html">Our Core Team</a>
<a href="faq.html">FAQ's</a>
</div>
</li>
<li><a href="think-thank.html"><b>Think Thank</b></a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn"><b>Check Hours</b></a>
<div class="dropdown-content">
<a href="https://docs.google.com/spreadsheets/d/1s-aJrNF8dCllijAUiij6vQrv8w8WoxvQtLE0mcLhVi8/edit#gid=0" target="_blank"><b>Autumn Semester</b></a>
<a href="https://docs.google.com/spreadsheets/d/1X_ExfTu0i81_QbuhP6BqkUn29B_zVumqU4aLcIQn59k/edit?usp=sharing" target="_blank"><b>Spring Semester</b></a>
</div>
</li>
</ul>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!--/header-->
<div class="page-title" style="background-image: url(images/d.jpeg); background-repeat: no-repeat; background-size: 100% 100%;">
<!---- <h1>Photo Gallery</h1>-->
</div>
<section id="portfolio">
<div class="container">
<ul class="portfolio-filter text-center">
</ul>
<!--/#portfolio-filter-->
<div class="container gallery-container" style="background-image:url('images/back_donation.jpg')">
<div class="tz-gallery">
<div class="row">
<div class="col-sm-6 col-md-6 hovertextimg">
<a class="lightbox" >
<img src="images/ftez.jpeg" alt="Bridge">
</a>
<div class="content">
<h2 style="color:green;text-align:center;font-size:40px;">Tez(GPay)</h2>
</div>
</div>
<div class="col-sm-6 col-md-6 hovertextimg">
<a class="lightbox">
<img src="images/paytm_final.jpeg" alt="Bridge">
</a>
<div class="content">
<h2 style="color:green;text-align:center;font-size:40px;">Paytm</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/#portfolio-item-->
<section id="partner" style="padding-top:25px; padding-bottom:25px;">
<div class="container">
<div class="center fadeInDown" style="padding-bottom:25px;">
<h2>Contact Us </h2>
<p>
<i class="fa fa-envelope" aria-hidden="true" style="font-size: 28px; color: #000; margin-right: 8px;"></i>[email protected]<br><br>
<i class="fa fa-phone" aria-hidden="true" style="font-size: 32px; color: #000; margin-right: 8px;"></i>+91-8827275145<br><br>
<i class="fa fa-map-marker" aria-hidden="true" style="font-size: 32px; color: #000; margin-right: 8px;"></i> IIT Patna Campus, Patna, 801110</p><br>
<p><a target="_blank" title="follow us on facebook" href="https://www.facebook.com/nssiitp/?ref=br_rs"><img height=60px; width=60px; alt="follow us on facebook" src="images/facebook.png" border=0></a>       <a target="_blank" title="follow us on Twitter" href="https://www.twitter.com/nss_iitp"><img height=60px; weidth=60px; alt="follow us on twitter" src="images/twiiter.png" border=0></a>      <a target="_blank" title="follow us on Instagram" href="https://www.instagram.com/nss_iit_patna"><img height=60px; weidth=60px; alt="follow us on instagram" src="images/instagram.png" border=0></a>      <a target="_blank" title="follow us on Linkedin" href="https://www.linkedin.com/company/nssiitp/"><img height=60px; weidth=60px; alt="follow us on linkedin" src="images/linkedin1.png" border=0></a>
</p>
</div>
© COPYRIGHT || NSS IIT Patna || WEB DEV TEAM
</div>
<!--/.container-->
</section>
<!--/#partner-->
<!--/#footer-->
<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>
</script>
<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>
</body>
</html>