forked from SAAR-IITP/SAAR-IITP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
don.html
255 lines (242 loc) · 11.7 KB
/
don.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
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
253
254
255
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Donate</title>
<script>
window.onload=function(){
var min = 2012;
var d = new Date();
max = d.getFullYear();
for (var i = min; i<=max; i++){
var opt = document.createElement('option');
opt.value = i;
opt.innerHTML = i;
console.log(document.getElementById('passYear'));
document.getElementById('passYear').appendChild(opt);
};
}
</script>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/fontAwesome.css">
<link rel="stylesheet" href="css/light-box.css">
<link rel="stylesheet" href="css/owl-carousel.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/findal.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<style>
.hello {
background: url(img/bggg.png);
background-size: cover;
background-repeat: no-repeat;
}
/* new added */
.wrapper {
margin: 30px auto;
width: 80%;
font-family: sans-serif;
color: #555;
font-size: 14px;
line-height: 24px;
}
h1 {
font-size: 20px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
h1 + p {
text-align: center;
margin: 20px 0;
font-size: 16px;
}
.tabs li {
float: left;
width: 33.333333%;
}
.tabs a {
display: block;
text-align: center;
text-decoration: none;
text-transform: uppercase;
color: #888;
padding: 20px 0;
/* border-bottom: 2px solid #888; */
background: #fff;
}
.tabs a:hover,
.tabs a.active {
background: #f7f7f7;
text-decoration: none;
border-bottom: 5px solid #26C1ED;
}
.tabgroup div {
padding: 30px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.tabgroup{
padding: unset;
background-color:#fff;
}
ul{
margin-bottom: 0px;
padding-inline-start: 0px;
}
ul li{
display: block;
}
.wrapper .tabgroup h1{
text-transform: none;
}
.tabs.clearfix img{
border-radius: unset;
width: auto;
height: 150px;
}
@media screen and (max-width:500px){
.wrapper{
width: 100%;
margin: unset;
margin-top: 80px ;
}
#extra{
padding: 0px !important;
}
}
</style>
</head>
<body class="hello">
<header class="nav-down responsive-nav hidden-lg hidden-md">
<button type="button" id="nav-toggle" class="navbar-toggle" data-toggle="collapse" data-target="#main-nav">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--/.navbar-header-->
<div id="main-nav" class="collapse navbar-collapse">
<nav>
<ul class="nav navbar-nav">
<li><form action="#" method="post" id="log">
<button class="btn" formaction="index.php">Home</button>
</form></li>
<li><form action="#" method="post" id="log">
<button class="btn" formaction="portal.php">Profile</button>
</form></li>
</ul>
</nav>
</div>
</header>
<div class="sidebar-navigation hidde-sm hidden-xs">
<div class="logo">
<img src="img/logo1.png" class="static">
</div>
<nav>
<ul>
<li>
<form action="#" method="post" id="log">
<button class="button" style="vertical-align:middle" formaction="index.php"><span>Home</span></button>
</form>
</li>
<li>
<form action="#" method="post" id="log">
<button class="button" style="vertical-align:middle" formaction="portal.php"><span>Profile</span></button>
</form>
</li>
</ul>
</nav>
</div>
<div class="page-content">
<section id="extra" style="padding: 20px;">
<div class="wrapper">
<!-- <h1>Steps to Donate</h1> -->
<!-- <p>Let me help you by providing more options to you.</p> -->
<ul class="tabs clearfix" data-tabgroup="first-tab-group">
<li><a href="#tab1" class="active"><img src="img/TRY2.png" alt=""></a></li>
<li><a href="#tab2"><img src="img/TRY3.png" alt=""></a></li>
<li><a href="#tab3"><img src="img/TRY1.png" alt=""></a></li>
</ul>
<section id="first-tab-group" class="tabgroup">
<div id="tab1">
<!-- <h2>Why to Donate?</h2> -->
<h1 style="color: #000; font-weight:180;padding-left: 30px; font-size: 18px; text-align: justify;line-height: 150%;" ><ol>
<li>Click on the following button.</li>
<li>Accept the Terms and Conditions and proceed.</li>
<li>In the "State of Institution", select Bihar.</li>
<li>In the "Type of Institution", select Educational Institutions and Click on "GO".</li>
<li>Now, in the Name of Institution, find "INDIAN INSTITUTE OF TECHNOLOGY PATNA" and click on SUBMIT.</li>
<li>Finally in the Payment Category, Select "Alumni Cell, IIT Patna to make the contribution.</li>
</ol></h1>
</div>
<div id="tab2">
<h1 style="color: #000; font-weight:180;padding-left: 30px; font-size: 18px; text-align: justify;line-height: 150%;">Relations are all that matters in this world of cut-throat competition. And to see your Alma-Mater thrive, even after their departure, is the dream of every alumni. But bonds are never forgotten and nostalgia seems to make the Institute the world's equivalent of heaven. In order to help the Institution achieve a grandeur better than ever and help the upcoming generation of our college, any generous alumnus or philanthropist is welcome to join hands with IIT Patna to promote the students as well as the Institution by creating a corpus to support various departments by aiding them in financial matters.</h1>
</div>
<div id="tab3">
<h1 style="color: #000; font-weight:180;padding-left: 30px; font-size: 18px; text-align: justify;line-height: 150%;">The donation you make to the Alumni Cell's Endowment Fund of IIT Patna will be solely utilized by the Institute for its betterment and development. You can make your generous contributions to the various causes, issues, agendas, fests, and clubs. The donation you make will be given to the place where you want it to go. To ease this process of selecting one or multiple, we will soon be adding these causes and required funding so that you can be aware of the live status of the progress.</h1>
</div>
<button class="button" style="vertical-align:middle; background: #003C4D; color: #fff; padding: 8px 12px; font-size: 20px; margin: 10px;" onclick="window.location.href='https://www.onlinesbi.com/sbicollect/icollecthome.htm'"><span>Donate</span></button>
</section>
</div>
</section>
<br><br>
<section id="contact" class="content-section">
<div id="con">
<div class="col-md-4">
<div class="teext" style=" display: inline-block;">
<h1 style="font-size:24px;">Quick <span>Links</span></h1><br>
<p> <a style="text-decoration:none; color:#fff" href="https://www.iitp.ac.in/">IIT Patna</a><br>
<a style="text-decoration:none; color:#fff" href="https://www.iitp.ac.in/alumni/">ITPAA</a><br>
<a style="text-decoration:none; color:#fff" href="#">Reach Us</a><br>
<a style="text-decoration:none; color:#fff" href="#">Terms of Use</a><br>
<a style="text-decoration:none; color:#fff" href="#">Privacy Policy</a>
</p>
</div>
</div>
<div class="col-md-4">
<div class="teext" style=" display: inline-block;">
<h1 style="font-size:24px;">Social <span> Media</span></h1><br>
<p> <a style="text-decoration:none; color:#fff" href="https://www.facebook.com/saar.iitp/"><i class="fa fa-facebook-square" aria-hidden="true" style="font-size: 18px; color: #26C1ED; margin-right: 14px;"></i>Facebook</a><br>
<a style="text-decoration:none; color:#fff" href="https://www.instagram.com/saar.iitp"><i class="fa fa-instagram" aria-hidden="true" style="font-size: 20px; color: #26C1ED; margin-right: 14px;"></i>Instagram</a><br>
<a style="text-decoration:none; color:#fff" href="https://www.linkedin.com/company/saar-iitp"><i class="fa fa-linkedin" aria-hidden="true" style="font-size: 20px; color: #26C1ED; margin-right: 14px;"></i>LinkedIn</a><br>
<a style="text-decoration:none; color:#fff" href="https://www.twitter.com/saar_iitp"><i class="fa fa-twitter" aria-hidden="true" style="font-size: 20px; color: #26C1ED; margin-right: 14px;"></i>Twitter</a><br>
<a style="text-decoration:none; color:#fff" href="https://www.youtube.com/channel/UCoAb1YggffbfgVxQyXaZB-g"><i class="fa fa-youtube" aria-hidden="true" style="font-size: 20px; color: #26C1ED; margin-right: 14px;"></i>Youtube</a></p>
</div>
</div>
<div class="col-md-4">
<div class="teext" style=" display: inline-block;">
<h1 style="font-size:24px;">Contact <span> Us</span></h1><br>
<p> Office of A Dean Resource<br>
Administrative Building, IIT Patna<br><br>
Prof. In-charge:<br>
Dr. Anirban Chowdhary<br>
Email - [email protected]<br><br>
General Secretary:<br>
<a href="https://theabhinavgyan.github.io/" style="color: #fff">Abhinav Gyan</a><br>
Email - [email protected]</p>
</div>
</div>
</div>
</section>
<section class="footer" style="background: #232323;">
<p>|| Copyright || © IIT Patna SAAR Team ||</p>
</section>
</div>
</body>
</html>