-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
275 lines (265 loc) · 12.1 KB
/
index.html
File metadata and controls
275 lines (265 loc) · 12.1 KB
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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE html>
<html>
<head>
<title>
WBUT ALUMNI
</title>
<link rel="icon" type="image/makaut.png" href="img/log.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css">
<link href='https://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/materialize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css" type="text/css"/>
</head>
<body>
<div class="row">
<div class="col s12" style="padding-left:0;padding-right:0;" >
<nav>
<ul id="slide-out" class="side-nav">
<li><a class="waves-effect waves-light" href="http://alumni.wbut.ac.in">HOME</a></li>
<li><a class="waves-effect waves-light" href="aboutus.html">ABOUT US </a></li>
<li><a class="waves-effect waves-light" href="forum.php">FORUM </a></li>
<li><a class="waves-effect waves-light" href="login_main.php">SIGN IN</a></li>
<li><a class="waves-effect waves-light" href="forgotpass.php">FORGOT PASSWORD</a></li>
<li><a class="waves-effect waves-light" href="update_password.php">UPDATE PASSWORD</a></li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li>
<a class="collapsible-header waves-effect waves-light">REGISTER<i class="fa fa-sort-desc"></i></a>
<div class="collapsible-body">
<ul>
<li><a class="waves-effect waves-light" href="register.php">SIGN UP</a></li>
<li><a class="waves-effect waves-light" href="update_password.php">Update account</a></li>
</ul>
</div>
</li>
</ul>
</li>
</ul>
<ul class="right hide-on-med-and-down">
<li><a class="waves-effect waves-light" href="http://alumni.wbut.ac.in">HOME</a></li>
<li><a class="waves-effect waves-light" href="aboutus.html">ABOUT US </a></li>
<li><a class="waves-effect waves-light" href="forum.php">FORUM</a></li>
<li><a class="waves-effect waves-light" href="login_main.php">SIGN IN</a></li>
<li><a class="waves-effect waves-light" href="forgotpass.php">FORGOT PASSWORD</a></li>
<li><a class="waves-effect waves-light" href="update_password.php">UPDATE PASSWORD</a></li>
<li><a class="dropdown-button waves-effect waves-light" href="#!" data-activates="dropdown1">REGISTER<i class="mdi-navigation-arrow-drop-down right"></i></a></li>
<ul id='dropdown1' class='dropdown-content'>
<li><a class="waves-effect waves-light" href="register.php">SIGN UP</a></li>
<li><a class="waves-effect waves-light" href="update_password.php">Update account</a></li>
</ul>
</ul>.
<a href="#" data-activates="slide-out" class="button-collapse show-on-large"><i id="left" class="fa fa-bars"></i></a>
</nav>
<style>
#left{
margin-left:25%;
}
</style>
<div class="slider">
<ul class="slides">
<li>
<img src="img/1.jpg"> <!-- random image -->
<div class="caption center-align">
<h3>ALUMNI ASSOCIATION</h3>
<p class="light grey-text text-lighten-3">MAULANA ABUL KALAM AZAD UNIVERSITY OF TECHNOLOGY</p>
</div>
</li>
<li>
<img src="img/2.jpg"> <!-- random image -->
<div class="caption center-align">
<h3>ALUMNI ASSOCIATION</h3>
<p class="light grey-text text-lighten-3">MAULANA ABUL KALAM AZAD UNIVERSITY OF TECHNOLOGY</p>
</div>
</li>
<li>
<img src="img/4.jpg"> <!-- random image -->
<div class="caption center-align">
<h3>ALUMNI ASSOCIATION</h3>
<p class="light grey-text text-lighten-3">MAULANA ABUL KALAM AZAD UNIVERSITY OF TECHNOLOGY</p>
</div>
</li>
<li>
<img src="img/main.jpg"> <!-- random image -->
<div class="caption center-align">
<h3>ALUMNI ASSOCIATION</h3>
<p class="light grey-text text-lighten-3">MAULANA ABUL KALAM AZAD UNIVERSITY OF TECHNOLOGY</p>
</div>
</li>
</ul>
</div>
<style>
.slider .slides li .caption p {
color: #e0e0e0;
color: #2962ff !important;
font-size: 30px;
text-shadow: 2px 2px 2px grey;
}
</style>
</div>
</div>
<!--section-->
<article>
</article>
<section class="conatiner" style="text-align:center;">
<center>
<div class="row">
<div class="col s12">
<h3>Alumni Story</h3>
<p style="padding:5%;font-size:18px; " >Maulana Abul Kalam Azad University of Technology(formally known as West Bengal University Of Technology) is proud to have as its alumni a group of over many engineers, technologists, scientists. Now, we are giving a platform to all to share their experience with each other. The students along with the help of the university, in its endeavour to strengthen the link with the alumni, has set an Alumni Association consisting of a dedicated team of members headed by Mr. AmiyaKarmakar. The Alumni Office is further assisted by the Teqip department consisting of faculty members from the college and students. The Alumni Association has been created at the Institute extends several facilities and services to the Alumni to continue and enhance their pleasant association with the Institute which will be shared ahead.
</p>
<hr>
</div>
</div>
</center>
</section>
<aside>
<div class="row">
<div class="col s12 m6">
<center>
<br><br>
<h3>CONTACT US </h3>
<p>In case of any problem with the website Please do mail us at</p>
<p>wbutreunion@gmail.com</p>
<p><a href="http://www.facebook.com/groups/548822608594152/">CONTACT US AT FB</a></p>
<p>
<h4>MAKAUT CHAT/ FORUM CLICK DOWN</h4>
<a href="forum.php" style="background-color:#2962ff"; class="btn waves-light waves-effect"> FORUM </a>
<BR><BR><BR>
</center>
</div>
<style>
.collapsible-body p{
color:#a0522d;
font-weight:bold;
font-size:25px;
}
.collapsible-body strong{
color:#009999;
font-weight:bold;
font-size:25px;
}
</style>
<div class="col s12 m6">
<center><h3>News Feeds</h3></center>
<ul class="collapsible popout" data-collapsible="accordion">
<li>
<div class="collapsible-header active"><i class="fa fa-newspaper-o"></i>NEWS FEEDS</div>
<div class="collapsible-body"><p><strong>PLEASE WAIT FOR 24 HOURS FOR YOUR ACCOUNT TO ACTIVATE.</strong></p></div>
</li>
<li>
<div class="collapsible-header"><i class="fa fa-newspaper-o"></i>NEWS FEEDS</div>
<div class="collapsible-body"><p>CHAT FORUM COMING SOON.....</p></div>
</li>
<li>
<div class="collapsible-header"><i class="fa fa-newspaper-o"></i>NEWS FEEDS</div>
<div class="collapsible-body"><p>PLEASE UPDATE YOUR ACCOUNT , IN CASE OF QUERY MAIL US AT-<strong> wbutreunion@gmail.com</strong></p></div>
</li>
</ul>
</div>
</div>
</aside>
<div>
<h3 style="text-align:center;">OUR MEMBERS </h3>
<div class="container">
<div class="row" style="max-width:100%;">
<div class="col s4 m2">
<div class="taken">
<img class="materialboxed" src="img/am.jpg" height="130px" width="125px" alt="">
<p>Dr A.karmakar</p>
</div>
</div>
<div class="col s4 m2">
<div class="taken" style="text-align:center;">
<img class="materialboxed" src="img/ka.jpg" alt="first helper" height="130px" width="125px">
<p>KUMAR ADITYA</p>
</div>
</div>
<div class="col s4 m2">
<div class="taken">
<img class="materialboxed" src="img/kk.jpg" alt="first helper" height="130px" width="115px">
<p>KANAK THAKUR</p>
</div>
</div>
<div class="col s4 m2">
<div class="taken">
<img class="materialboxed" src="img/vs.jpg" alt="first helper" height="130px" width="125px">
<p>VIKRAM SINGH</p>
</div>
</div>
<div class="col s4 m2">
<div class="taken">
<img class="materialboxed" src="img/AA.jpg" alt="first helper" height="130px" width="125px">
<p>ARPIT ANAND</p>
</div>
</div>
<div class="col s4 m2">
<div class="taken">
<img class="materialboxed" src="img/dh.jpg" alt="first helper" height="130px" width="105px">
<p>Dheeraj khanna</p>
</div>
</div>
</div>
<p>PLEASE<a href="aboutus.html">CLICK HERE </a> PAGE FOR FULL LIST OF MEMEBERS...........</p>
</div>
<header>
<div class="row">
<div class="col s12">
<h4 style="text-align:center">LAST SUCESSFUL YEAR 2015</h4>
<center>
<div class="carousel" id="last_slider">
<a class="carousel-item" href="#one!"><img src="img/3.jpg"></a>
<a class="carousel-item" href="#two!"><img src="img/1.jpg"></a>
<a class="carousel-item" href="#three!"><img src="img/4.jpg"></a>
<a class="carousel-item" href="#four!"><img src="img/se.jpg"></a>
<a class="carousel-item" href="#five!"><img src="img/se1.jpg"></a>
</div>
</center>
</div>
</div>
</header>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<img src="img/logo1.png" alt="OFFICIAL LOGO"/>
</div>
<div class="col l4 offset-l2 s12">
<br><br>
<p style="font-size:18px;"><a style="color:white;font-weight:bold;" href="http://www.facebook.com/groups/548822608594152/">PING US AT FACEBOOK</p>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2015 ALUMNI ASSOCIATION 2016
<a class="grey-text text-lighten-4 right" href="http://wwww.wbut.ac.in/"</a>
</div>
</div>
</footer>
<div class="fixed-action-btn horizontal" style="bottom: 45px; right: 24px;"><!--fixed naving-->
<a class="btn-floating btn-large red">
<i class="large fa fa-bars"></i>
</a>
<ul>
<li><a href="http://www.facebook.com/groups/548822608594152/" class="btn-floating blue accent-4"><i class="fa fa-facebook"></i></a></li>
<li><a class="btn-floating red"><i class="fa fa-youtube"></i></a></li>
<li><a class="btn-floating blue accent-2"><i class="fa fa-linkedin"></i></a></li>
<li><a class="btn-floating blue"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script>
<script src="js/materialize.min.js" type="text/javascript"></script>
<script src="js/slider.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<script>
function click(url){
window.location = url;
}
</script>
</body>
</html>