-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest1.html
More file actions
748 lines (497 loc) · 26.9 KB
/
test1.html
File metadata and controls
748 lines (497 loc) · 26.9 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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
<!DOCTYPE html>
<html lang="en-US">
<head>
<script> var x;
var a;</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
#myDIV {
width: 100%;
padding: 50px 0;
text-align: center;
background-color: #222;
margin-top: 20px;
display: none;
color: white;
}
#myDIV1 {
width: 100%;
padding: 50px 0;
text-align: center;
background-color: #222;
margin-top: 20px;
display: none;
color: white;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Collaborations</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="templatemo">
<!--
Medigo Template
http://www.templatemo.com/preview/templatemo_460_medigo
-->
<!-- Google Fonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700itali" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Raleway:400,900,800,700,500,200,100,600" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="bootstrap/bootstrap.css">
<link rel="stylesheet" href="css/misc.css">
<link rel="stylesheet" href="css/blue-scheme.css">
<!-- JavaScripts -->
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<link rel="icon" href="http://www.rise-institute.com/favicon.ico"/>
</head>
<body>
<div class="responsive_menu">
<ul class="main_menu" >
<li><a href="index.html">Home</a></li>
<li><a href="#">Our Story</a>
<ul>
<li><a href="vision.html">Vision and Mission</a></li>
<li><a href="leadership.html">Our Leadership</a></li>
<li><a href="awards.html">Awards & Recognitions</a></li>
<li><a href="media.html">Media</a></li>
</ul>
</li>
<li><a href="#">What We Do</a>
<ul>
<li><a href="classroom.html">Classroom Programs</a></li>
<li><a href="talent.html">Talent Search</a></li>
<li><a href="digital.html">Digital Literacy</a></li>
<li><a href="online.html">Online Learning</a></li>
<li><a href="experiental.html">Experiential Learning</a></li>
</ul>
</li>
<li><a href="#">Impact</a>
<ul>
<li><a href="collaborations.html">Collaborations</a></li>
<li><a href="empowerment.html">Empowerment</a></li>
</ul>
</li>
<li><a href="blog/">Blog</a></li>
<li><a href="#">Get Involved</a>
<ul>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="intern.html">Intern</a></li>
<li><a href="job.html">Full Time</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
<ul class="social-icons icon-circle list-unstyled list-inline" style="align-items:center">
<li style="padding:10px 45px 0 45px;align:center"><a href="https://www.facebook.com/RiseWithRiSE/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li style="padding:10px 45px 0 45px;align:center"><a href="https://www.instagram.com/risewithrise/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li style="padding:10px 45px 0 45px;align:center"><a href="https://twitter.com/risewithrise" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</ul> <!-- /.main_menu -->
</div> <!-- /.responsive_menu -->
<header class="site-header clearfix">
<div class="container" >
<div class="row" >
<div class="col-md-12">
<div class="pull-left logo">
<a href="index.html">
<img src="images/logo_new.png" width="70" style="margin-top:-15px">
</a>
</div> <!-- /.logo -->
<div class="main-navigation pull-right">
<nav class="main-nav visible-md visible-lg">
<ul class="sf-menu">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#">Our Story</a>
<ul>
<li><a href="vision.html">Vision and Mission</a></li>
<li><a href="leadership.html">Team</a></li>
<li><a href="awards.html">Awards & Recognitions</a></li>
<li><a href="media.html">Media</a></li>
</ul>
</li>
<li><a href="#">What We Do</a>
<ul>
<li><a href="classroom.html">Classroom Programs</a></li>
<li><a href="talent.html">Talent Search</a></li>
<li><a href="online.html">Online Learning</a></li>
<li><a href="experiential.html">Experiential Learning</a></li>
</ul>
</li>
<li><a href="#">Impact</a>
<ul>
<li><a href="collaborations.html">Collaborations</a></li>
<li><a href="empowerment.html">Empowerment</a></li>
</ul>
</li>
<li><a href="#">Get Involved</a>
<ul>
<li><a href="volunteer.html">Volunteer</a></li>
<li><a href="intern.html">Intern</a></li>
<li><a href="job.html">Full Time</a></li>
</ul>
</li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li class="social-icon"><a href="https://www.facebook.com/RiseWithRiSE/" target="_blank"><em class="fa fa-facebook"></em></a></li>
<li class="social-icon"><a href="https://www.instagram.com/risewithrise/" target="_blank"><em class="fa fa-instagram"></em></a></li>
<li class="social-icon"><a href="https://twitter.com/risewithrise" target="_blank"><em class="fa fa-twitter"></em></a></li>
</ul> <!-- /.sf-menu -->
</nav> <!-- /.main-nav -->
<!-- This one in here is responsive menu for tablet and mobiles -->
<div class="responsive-navigation visible-sm visible-xs">
<a href="#nogo" class="menu-toggle-btn">
<i class="fa fa-bars"></i>
</a>
</div> <!-- /responsive_navigation -->
</div> <!-- /.main-navigation -->
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</header> <!-- /.site-header -->
<div class="first-widget parallax" id="portfolio">
<div class="parallax-overlay">
<div class="container pageTitle">
<div class="row">
<div class="col-md-6 col-sm-6">
<h2 class="page-title">Collaborations</h2>
</div> <!-- /.col-md-6 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.parallax-overlay -->
</div> <!-- /.pageTitle -->
<div> <img src="images/achievers.PNG" width="100%"></div>
<!-- CONTENT HERE ########################################-->
<div style="padding-top: 2%;background-color:#F3CEA6 " >
<div class="row">
<div class="portfolio-holder" id="Grid">
<a onClick="myFunction(0)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/aneeb.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="0"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><!-- /.col-md-4 -->
<script>
function myFunction(i) {
if(a===undefined){
}
else{
a.innerHTML="";
}
x = document.getElementById("myDIV");
if(i===0){x.innerHTML="<em>IIT Bombay</em><br/>I dreamt of studying at IIT Bombay. I found the preparations for JEE very interesting, and gave it my best. Unfortunately, my health did not support me during my first attempt. The situation was so bad that I couldn't even qualify for JEE Advanced. I was dejected and disheartened. That's when I learnt about RISE, an institute in Kashmir. They ecouraged me to give it another try. They guided me, addressed my weaknesses and helped me identify my strengths.They ensured I got access to the best resources, content and test series, even if it meant sending question papers to my home in Shopian. RiSE was the right step towards realizing my dream of studying at IIT Bombay;";
a=document.getElementById("0");
a.innerHTML="Malik Aneeb";
}
else if(i===1){x.innerHTML=" <em> University of Pennsylvania</em> <br/>I know that that this is a patriarchial society and I know your decisions will not be always supported, but don't give up on something that you love, something that you are passionate about. Fight against all the odds. I aspire to see the day when girls from my community are not discouraged from studying mathematics, and chasing their dreams. And I hope my success has a role to play in that.";
a=document.getElementById("1");
a.innerHTML="Adeeba Tak";
}
else if(i===2){x.innerHTML="<em>IIT Kanpur</em><br/>When I was in standard XI, I didn’t know which curriculum was to be followed and which books were prescribed. I was aimless and directionless until I found an appropriate use of technology and came across a YouTube channel where I saw IITians speaking of their success. Since that day, I began my journey to strive hard to achieve what I have today";
a=document.getElementById("2");
a.innerHTML="Mehrajuddin";
}
else if(i===3){x.innerHTML="<em>Princeton University</em> <br/>Ever since a very young age I had a curious bent of mind. My desire to learn and grow ensured that I persist with making my life more meaningful and enriching despite the challenges. I wasn’t satisfied with cramming textbooks and spitting them out during exams. I wanted more than just good grades; I wanted to be at par with students from the rest of the world. Consequently, I started working on my overall development. I joined a few clubs and participated in whatever little opportunities were available. These activities moulded me in different ways. Debating taught me the art of articulating my opinions. Years of playing basketball taught me team building skills; the science and robotics clubs taught me that there is always more to know, learn, and grow. Ever since class 9th I dreamt of studying at one of the best universities of the world, however, I lacked the knowledge of the process of applying. The turning point came when I joined RISE, which not only counselled and guided me for college admissions but also made me realize my potential. The preparation for college admissions taught me that working smart is as important as working hard.";
a=document.getElementById("3");
a.innerHTML="Moin Mir";
}
else if(i===4){x.innerHTML="<em>BITS Pilani</em> <br/>";
a=document.getElementById("4");
a.innerHTML="Muhtashim Rafiqi";
}
else if(i===5){x.innerHTML="<em>BITS Pilani</em> <br/>";
a=document.getElementById("5");
a.innerHTML="Faizan Sofi";}
else if(i===6){x.innerHTML="<em>IIT Kanpur</em> <br/>";
a=document.getElementById("6");
a.innerHTML="Yawar Altaf";
}
else if(i===7){x.innerHTML="<em>IIT Kharagpur | Electrical Engineering </em> <br/>I am indebted to RISE team for shaping my future. They have always been a source of hope and inspiration to me. I have promised them, when I graduate from college, and start working, I will always use a portion of my earnings to support the education of talented kids who like me do not have the resources to access quality education";
a=document.getElementById("7");
a.innerHTML="Aqib";
}
else if(i===8){x.innerHTML="<em>University of Washington | Computer Science & Engineering</em> <br/>";
a=document.getElementById("8");
a.innerHTML="Sheikh Moazin";
}
else if(i===9){x.innerHTML="<em>IIT Dhanbad</em> <br/>";
a=document.getElementById("9");
a.innerHTML="Asif";
}
else if(i===10){x.innerHTML="<em>IIT Dhanbad</em> <br/>";
a=document.getElementById("10");
a.innerHTML="Kaleem";}
else if(i===11){x.innerHTML="<em>IIT Bhubaneswar</em> <br/>";
a=document.getElementById("11");
a.innerHTML="Raja Fida";}
if (x.style.display === "none") {
x.style.display = "block";
} else {
x.style.display = "block";
}
}
</script>
<a onClick="myFunction(1)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/adeebatak.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="1"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><a onClick="myFunction(2)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/mehrajuddin.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="2"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><a onClick="myFunction(3)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/moinmir.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="3"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><a onClick="myFunction(4)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/muhtashim.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="4"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><a onClick="myFunction(5)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/faizansofi.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="5"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a>
</div> <!-- /.portfolio-holder -->
</div> <!-- /.row -->
<div id="myDIV"></div>
</div> <!-- /.container -->
<div style="background-color: #F3CEA6">
<div class="row" style="padding-top: 2%">
<div class="portfolio-holder" id="Grid">
<a onClick="myFunction(6)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/yawaraltaf.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="6"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><!-- /.col-md-4 -->
<a onClick="myFunction(7)" >
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/aquib.jpg" width="100%" style="border-radius: 50%" id="8a">
</div>
<div align="left" class="portfolio-infos" id="7"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><a onClick="myFunction(8)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achi" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="8"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a>
<a onClick="myFunction(9)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="9"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><a onClick="myFunction(10)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/kaleem.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="10"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a><a onClick="myFunction(11)">
<div class="portfolio-post col-sm-3 col-md-2" >
<div class="thumb-post" style="border-radius: 10px;">
<img src="images/achievers/rajafida.jpg" width="100%" style="border-radius: 50%">
</div>
<div align="left" class="portfolio-infos" id="11"style="color: #222;padding-bottom: 78%;font-size: 120%;font-weight: 600 ;width: 100%">
</div>
<br>
</div> </a>
</div> <!-- /.portfolio-holder -->
</div> <!-- /.row -->
<div id="myDIV1">Name 1</div>
</div> <!-- /.container -->
<div style="background-color: #222" align=center>
<h1 style="color: #1D82D5">NAME|DOB </h1>
<p style="color: white"> the information for the person goes here.</p>
</div>
<div class="related-projects">
<div class="container">
<div class="row">
<div class="portfolio-holder">
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/adeebatak.jpg" alt="Gloss Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Adeeba Tak</b></div>
<div align="center" style="font-style: italic"> University of Pennsylvania</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/aneeb.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Malik Aneeb</b></div>
<div align="center" style="font-style: italic"> IIT Bombay</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/aquib.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Aqib</b></div>
<div align="center" style="font-style: italic"> IIT Kharagpur</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/faizansofi.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Faizan Sofi</b></div>
<div align="center" style="font-style: italic"> BITS Pilani</div>
<div align="center"> Batch of 20XX</div>
</div>
</div> <!-- /.portfolio-holder -->
</div> <!-- /.row -->
<br/>
<div class="row">
<div class="portfolio-holder">
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/kaleem.jpg" alt="Gloss Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Kaleem</b></div>
<div align="center" style="font-style: italic"> IIT Dhanbad</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/mehrajuddin.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Mahrajuddin</b></div>
<div align="center" style="font-style: italic"> IIT Kanpur</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/moinmir.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Moin Mir</b></div>
<div align="center" style="font-style: italic"> Princeton University</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/muhtashim.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Muhtashim</b></div>
<div align="center" style="font-style: italic"> BITS Pilani</div>
<div align="center"> Batch of 20XX</div>
</div>
</div> <!-- /.portfolio-holder -->
</div> <!-- /.row -->
<br/>
<div class="row">
<div class="portfolio-holder">
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/rajafida.jpg" alt="Gloss Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Raja Fida</b></div>
<div align="center" style="font-style: italic"> IIT Bhubaneswar</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/yawaraltaf.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Yawar Altaf</b></div>
<div align="center" style="font-style: italic"> IIT Kanpur</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/yawaraltaf.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Asif</b></div>
<div align="center" style="font-style: italic"> IIT Dhanbad</div>
<div align="center"> Batch of 20XX</div>
</div> <!-- /.col-md-4 -->
<div class="portfolio-post col-sm-6 col-md-3">
<div align="center" class="thumb-post">
<img style="border-radius: 50%; width: 70%" src="images/achievers/yawaraltaf.jpg" alt="Ion Template">
</div>
<br/>
<div align="center" style="font-size: 18px "> <b>Moazin</b></div>
<div align="center" style="font-style: italic"> University of Washington</div>
<div align="center"> Batch of 20XX</div>
</div>
</div> <!-- /.portfolio-holder -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /.related-projects -->
<!-- CONTENT ENDS HERE ########################################-->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="footer-nav clearfix">
<ul class="footer-menu">
<li><a href="index.html">Home</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="collaborations.html">Collaborations</a></li>
<li><a href="contact.html">Contact</a></li>
</ul> <!-- /.footer-menu -->
</nav> <!-- /.footer-nav -->
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
<div class="row" >
<div class="col-md-12">
<p class="copyright-text">Copyright © 2018 RiSE</p>
</div> <!-- /.col-md-12 -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</footer> <!-- /.site-footer -->
<!-- Scripts -->
<script src="js/min/plugins.min.js"></script>
<script src="js/min/medigo-custom.min.js"></script>
</body>
</html>