-
Notifications
You must be signed in to change notification settings - Fork 2
/
sacminutes.html
87 lines (69 loc) · 3.56 KB
/
sacminutes.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SAC Minutes | SAC, SMVDU</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-----styles------>
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<link rel="shortcut icon" href="img/logoSMVDU.jpg">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/prettyPhoto.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/sacminutes.css">
<script src="js/modernizr.js"></script>
</head>
<body >
<header>
<!------heading------>
<div class="logo">
<a href="Index.html">Student Affairs Council</font></a>
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show Menu</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide Menu</a>
<ul id="nav" class="nav">
<li><a href="Index.html">Home</a></li>
<li><a href="sacminutes.html">SAC Minutes</a></li>
<li><a href="studentsboards.html">Students-Boards</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
</div><!-- end #nav-wrap -->
</div>
</header> <!-- Header End -->
<div class="shyam">
<div class="center">
<p> <i class="fa fa-pencil-square fa-4x"><br>SAC Minutes</i></p>
<div class="minutes">
<p class="col-md-5"><i class="fa fa-file fa-2x"></i> <a href="Minutes/SAC%20Meeting%20Minutes%20(1).pdf" target="_blank"> Minutes of the SAC meeting held <br> on 18/11/2014</a></p>
<p class="col-md-5"><i class="fa fa-file fa-2x"></i> <a href="Minutes/MOM%20SAC.pdf" target="_blank"> Minutes of the SAC meeting held <br> on 03/11/2015</a></p>
</div>
<!--<p><i class="fa fa-file fa-2x"></i> Minutes of the SAC meeting held <br> on Date:</p>-->
<p style="margin-top: 50px;"> <i class="fa fa-pencil-square fa-4x"><br>SAC Constitution</i></p>
<div class="const">
<p class="col-md-5" ><i class="fa fa-file fa-2x"></i> <a href="Minutes/12032015_Chapter34.pdf" target="_blank">SAC Constitution(1)</a></p>
<p class="col-md-5"><i class="fa fa-file fa-2x"></i> <a href="Minutes/12032015_Chapter35.pdf" target="_blank">SAC Constitution(2)</a></p>
</div>
</div>
</div> <!-------footer------>
<footer >
<div class="row1">
<p style="float: left">© 2015 <a href="https://smvdu.net.in" target="_blank">SMVDU</a> All Rights Reserved.</p>
<p style="float: right">Website by WebTeam (SMVDU)</p>
</div> <!-- Row End -->
</footer>
<!-- Footer End-->
<script src="js/jquery.flexslider.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>