-
Notifications
You must be signed in to change notification settings - Fork 4
/
Donation.html
178 lines (149 loc) · 6.81 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
<!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 | 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>
.page-title{
padding: 0;
}
@media screen and (max-width: 480px) {
.page-title{
background-image: url(images/mainNSS/plate2.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
height:60px;
font-size:10px;
}
.h2{
font-size:10px;
}
}
</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/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="blog-item.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><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>
<div class="page-title">
<h2 style="font-size:8em; color:#000000; text-align:center;background-color:#F3F0EE" >Donate for the Poor</h2>
<!--/#blog-->
<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/mainNSS/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/mainNSS/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>
<!--/#bottom-->
<iframe src="footer.html" frameborder="0" scrolling="no" style="width: 100%"></iframe>
<script>
//Code to make the navigation bar sticky
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>(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>
<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>