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 pathminutes.html
More file actions
63 lines (63 loc) · 4 KB
/
minutes.html
File metadata and controls
63 lines (63 loc) · 4 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Student Council</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.3.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="css/style1.css" />
<script src="js/modernizr.custom.js"></script>
<script src="js/vendor/jquery-1.11.2.js"></script>
</head>
<body style="color: darkslategrey">
<div class="container">
<button id="menu-toggle" class="menu-toggle"><span>Menu</span></button>
<div id="theSidebar" class="sidebar" style="background-color: #0a0a0a;color: white">
<button class="close-button fa fa-fw fa-close"></button>
<h1>Minutes Section</h1>
<div class="related">
<h3></h3>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="clubs.html">Clubs</a>
<a href="clubs.html">Hostel</a>
<a href="members.html">Members</a>
</div>
</div>
<div id="theGrid" class="main">
<section class="grid">
<a class="grid__item" href="#">
<h2 class="title title--preview">Agenda:"Normal Discussion"</h2>
<div class="loader"></div>
<div class="meta meta--preview">
<span class="meta__date"><i class="fa fa-calendar-o"></i>6th November 2016</span>
<span class="meta__reading-time"><i class="fa fa-clock-o"></i> 3 min read</span>
</div>
</a>
<footer class="page-meta">
<span>Load more...</span>
</footer>
</section>
<section class="content">
<div class="scroll-wrap">
<article class="content__item">
<h2 class="title title--full">Agenda:"Normal Discussion"</h2>
<div class="meta meta--full">
<span class="meta__date"><i class="fa fa-calendar-o"></i>6th November 2016</span>
<span class="meta__reading-time"><i class="fa fa-clock-o"></i>3 min read</span>
</div>
<p>The problem of underutilisation of budget by various clubs was discussed that need to be carried forward in the meeting with Clubs scheduled for 7th Nov.</p>
<p>The building up of lockers in sc room was discussed for storage of thing, for various clubs committees etc. The existing cabinets are very fragile moreover every club will then get to have individual lockers if the idea of metal lockers is confirmed.</p>
<p>The checking up of existing games etc. available in the common rooms, if they are in their right manner and suggestion to replace the existing foosball table with a better one and add air hockey.The suggestion of vending machines in library and common rooms to be carried forward.The extension of the existing juice shop to include more items like fruits,soups,corn and more juices,lassi etc. to be placed on the other side of canteen.To be discussed with the shop owner, some expired items kept in shop and the shop not cleaned properly.The discussion rooms to be made like lounges to make it more comfortable for students.Suggestion of room delivery of food items from canteen and juice shop. To be discussed more over.The issue of letters being sent to parents about the results brought up. Taruvar to discuss further with the student senate and dean of academic affairs.A suggestion of making discussion rooms sound proof given. To be talked about further. </p>
</article>
</div>
<button class="close-button"><i class="fa fa-close"></i><span>Close</span></button>
</section>
</div>
</div><!-- /container -->
<script src="js/classie.js"></script>
<script src="js/main.js"></script>
</body>
</html>