forked from KamandPrompt/Gymkhana-IITMandi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
135 lines (118 loc) · 4.34 KB
/
news.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Student Gymkhana | IIT Mandi</title>
<meta name="description" content="Official Website for Student Gymkhana of IIT Mandi">
<meta name="keywords" content="iit mandi, gymkhana, council, students, clubs">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,700|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/styles-merged.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/news.css" <link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
<div class="probootstrap-page-wrapper">
<nav class="navbar navbar-default probootstrap-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"
aria-expanded="false" aria-controls="navbar">
<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" title="Gymkhana">StudentGymkhana-IITMandi</a>
</div>
<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="technical.html">Technical</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="cultural.html">Cultural</a></li>
<li><a href="sports.html">Sports</a></li>
<li><a href="literary.html">Literary</a></li>
<li><a href="hostel.html">Hostel</a></li>
<li><a href="senate.html">Senate</a></li>
<li class="dropdown2">
<a href="#">More</a>
<div class="dropdown-content">
<a href="wall_of_fame.html">Wall of Fame</a>
---
<a href="contributors.html">Contributors</a>
---
<a href="contacts.html">Contacts</a>
---
<a href="news.html">News</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<section class="probootstrap-section probootstrap-section-colored">
<div class="container">
<div class="row">
<div class="col-md-12 text-left section-heading probootstrap-animate">
<h2>News</h2>
</div>
</div>
</div>
</section>
<section class="probootstrap-section">
<div class="container">
<div class="column">
<div class="col-md-12">
<div class="probootstrap-flex-block">
<div class="probootstrap-text probootstrap-animate">
<div class="newsitem">
<div id="news-display"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="probootstrap-footer probootstrap-bg">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="probootstrap-footer-widget">
<h3>About Student Gymkhana</h3>
<p>Student Gymkhana -IIT Mandi was established in 2011 and since then it has been instrumental in the
growth and development of the Institute and its students through its elected secretaries. Student
Gymkhana-IIT Mandi consists of eight secretaries all organizing collective student activities in their
respective spheres.</p>
<h3>Social</h3>
<ul class="probootstrap-footer-social">
<li><a href="https://www.facebook.com/gymkhanaiitmandi/"><i class="icon-facebook"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-md-push-1">
<div class="probootstrap-footer-widget">
<h3>Links</h3>
<ul>
<li><a href="http://www.iitmandi.ac.in/">IIT Mandi</a></li>
<li><a href="http://students.iitmandi.ac.in/">Students</a></li>
<li><a href="contacts.html">Contact</a></li>
<li><a href="https://github.com/KamandPrompt/Gymkhana-IITMandi">Want to Contribute</a></li>
</ul>
</div>
</div>
</div>
<!-- END row -->
</div>
</footer>
</div>
<!-- END wrapper -->
<script src="js/scripts.min.js"></script>
<script src="js/main.min.js"></script>
<script src="js/custom.js"></script>
<script type="text/javascript" src="news/news.json"></script>
<script src="news/javascrip.js"></script>
</body>
</html>