forked from amansingh5282/alumni-nit-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.php
101 lines (81 loc) · 5.37 KB
/
news.php
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
<html lang="en">
<?php include "header.php"; ?>
<body>
<div id="wrapper" class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<?php include "navbar.php"; ?>
<div class="more-section">
<center><div class="section-title mdl-typography--display-1-color-contrast">Latest News</div></center>
<div class="card-container mdl-grid">
<div class="mdl-cell mdl-cell--4-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--8dp">
<div class="mdl-card__media">
<img src="images/meet.jpg">
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" style="color:#671616"><b>Annual Alumni Meet 2017</b></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">The Annual Alumni Meet, which is the annual flagship event of Industry & Alumni Relations, will be held on January 28 & 29, 2017 in the Institute campus. It is a great platform providing an excellent opportunity to meet a network with the distinguished alumni of the Institute.</span>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--8dp">
<div class="mdl-card__media">
<img src="images/77.jpg">
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" style="color:#671616"><b>1977 batch reunion ends in exuberance</b></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">10-11th December, 2016 saw a jubilant gathering of around 60 alumni of the 1977 batch who came together to cherish beautiful memories of the past. This exhilaration and vigor turned the meet into a great success.</span>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--8dp">
<div class="mdl-card__media">
<img src="images/hh.jpg">
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" style="color:#671616"><b>NIT Jamshedpur gets 2 new hostels for students</b></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">The work on construction of 2 new hostels J&K is complete. These 7 floor mega hostels can accommodate around 600 students and their establishment is a great step towards the furtherance of the infrastructure.</span>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--8dp">
<div class="mdl-card__media">
<img src="images/miles_to_go.jpg">
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" style="color:#671616"><b>And miles to go before I sleep</b></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">2k10 batch alumnus rise as an emerging author.
A budding author, a rising star, Saurabh Kumar Roy has been able to gather attention of several readers by his debut novel named “And miles to go before I sleep”.</span>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--8dp">
<div class="mdl-card__media">
<img src="images/1986.jpg">
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" style="color:#671616"><b>1986 batch reunion</b></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">The reunion of the 1986 batch was held on 26 & 27 december 2015. It was a special occasion on the silver jubilee of the batch. Many alumni of the 1986 batch attended the event to cherish beautiful memories of the past.</span>
</div>
</div>
<div class="mdl-cell mdl-cell--4-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--8dp">
<div class="mdl-card__media">
<img src="images/2016.jpg">
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text" style="color:#671616"><b>Annual Alumni Meet 2016</b></h4>
</div>
<div class="mdl-card__supporting-text">
<span class="mdl-typography--font-light mdl-typography--subhead">The reunion of the 1986 batch was held on 23 & 24 january 2016 in the institute campus. Many alumni attended the event to cherish beautiful memories of the past. The meet turned out to be a great success.</span>
</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>
</div>
</body>
</html>