This repository was archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (104 loc) · 6.2 KB
/
index.html
File metadata and controls
106 lines (104 loc) · 6.2 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
<!doctype html >
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Student Council</title>
<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 href="materialize/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>-->
<!--<link rel="stylesheet" href="css/main.css">-->
<link rel="stylesheet" href="css/bulma.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<style>
html{
overflow-x: hidden
}
</style>
</head>
<body style="background-image: url('img/5.jpg'); background-size: cover; ">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="nav has-shadow">
<div class="container">
<div class="nav-left">
<a class="nav-item">
<h1><b>Student Council</b></h1>
</a>
</div>
<div class="nav-right">
<a class="nav-item" href="https://www.iiitd.ac.in/">
<img src="img/iiitd.png" alt="IITD logo">
</a>
</div>
</div>
</nav>
<div class="container" style="margin-top: 10px;">
<div class="tile is-ancestor">
<div class="tile is-vertical is-8">
<div class="tile is-parent">
<article class="tile is-child notification is-info">
<p class="title">Welcome</p>
<div class="content">
<p>Welcome to the IIIT-Delhi Student Council Website. Here you will find more about the council’s activities, meetings, members, student Clubs and much more.</p>
<p>IIIT-Delhi has an active student council where elected Student Representatives are given a chance to articulate their views and ideas in all student related matters in the Institute along with academic and extra curricular activities within the context of the Institute.</p>
</div>
</article>
</div>
<div class="tile">
<div class="tile is-parent is-vertical">
<article class="tile is-child notification is-dark">
<div class="container is-centered">
<a href="https://docs.google.com/viewer?a=v&pid=sites&srcid=aWlpdGQuYWMuaW58c3R1ZGVudGNvdW5jaWx8Z3g6MjZkZWMyZDgyOTIwYTAzYg" style="color: white"><p class="title" align="center" style="margin-top: 35px">Student Handbook'16</p></a>
</div>
</article>
<article class="tile is-child notification" style="background-color: #9f57ff;color: white">
<div class="container is-centered">
<a href="contacts.html" style="color: white"><p class="title" align="center" style="margin-top: 35px">Important Contacts</p></a>
</div>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child notification is-success">
<a href="clubs.html" style="color: white"><p class="title" align="center" style="margin-top: 35px">Clubs At IIITD</p></a>
<figure class="image is-4by3">
<img src="img/audiobytes.png">
</figure>
</article>
</div>
</div>
</div>
<div class="tile is-parent is-vertical">
<article class="tile is-child notification is-primary">
<div class="container is-centered">
<a href="about.html" style="color: white"><p class="title" align="center" style="margin-top: 35px">About Section</p></a>
</div>
</article>
<article class="tile is-child notification is-danger">
<div class="container is-centered">
<a href="hostel.html" style="color: white"><p class="title" align="center" style="margin-top: 35px">Hostel Section</p></a>
</div>
</article>
<article class="tile is-child notification is-info">
<div class="container is-centered">
<a href="members.html" style="color: white"><p class="title" align="center" style="margin-top: 35px">Student Representative</p></a>
</div>
</article>
<article class="tile is-child notification is-dark">
<div class="container is-centered">
<a href="minutes.html" style="color: white"><p class="title" align="center" style="margin-top: 35px">Minutes of Meeting</p></a>
</div>
</article>
</div>
</div>
</div>
<script src="//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/main.js"></script>
</body>
</html>