-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathIndex.html
109 lines (94 loc) · 6.16 KB
/
Index.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home | SAC, SMVDU</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Students Affairs Council is the apex student body of Shri mata vaishno devi university. The primary objective of SAC is to look after all the issues/problems concerning the students of SMVDU.">
<!-- Open Graph tags -->
<meta property="og:url"content="http://sac.smvdu.ac.in/" />
<meta property="og:type"content="article" />
<meta property="og:title"content="Student Affairs Council, SAC" />
<meta property="og:description"content="The Students Affairs Council is the apex student body of Shri mata vaishno devi university. The primary objective of SAC is to look after all the issues/problems concerning the students of SMVDU." />
<meta property="og:image" content="https://scontent.fbom1-2.fna.fbcdn.net/hphotos-xta1/v/t1.0-9/11885277_807262936061540_5943256153659142726_n.jpg?oh=c60f5964f4aa5e755b03349bc94cda69&oe=571315FD">
<!-- Twitter Cards tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@smvdu_web" />
<meta name="twitter:title" content="Student Affairs Council, SAC" />
<meta name="twitter:description" content="The Students Affairs Council is the apex student body of Shri mata vaishno devi university. The primary objective of SAC is to look after all the issues/problems concerning the students of SMVDU." />
<meta name="twitter:image" content="https://scontent.fbom1-2.fna.fbcdn.net/hphotos-xta1/v/t1.0-9/11885277_807262936061540_5943256153659142726_n.jpg?oh=c60f5964f4aa5e755b03349bc94cda69&oe=571315FD" />
<!-----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/body.css">
<script src="js/modernizr.js"></script>
<script type="text/javascript">
$('div.bgParallax').each(function(){
var $obj = $(this);
$(window).scroll(function() {
var yPos = -($(window).scrollTop() / $obj.data('speed'));
var bgpos = '50% '+ yPos + 'px';
$obj.css('background-position', bgpos );
});
});
</script>
</head>
<body>
<header style="height: 90px;">
<!------heading------>
<div class="logo">
<a href="Index.html" style="font-size: 43px;">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" style="font-size: 18px;">
<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 id="aboutus" class="bgParallax" data-speed="15">
<article><h1>Student Affairs Council
SMVDU</h1></article>
</div>
<div id="mission" data-speed="10">
<article><p>The Students Affairs Council is the apex student body of Shri mata vaishno devi university. The primary objective of SAC is to look after all the issues/problems concerning the students of SMVDU. The administrative decisions related to student affairs and infrastructure related issues are also addressed by SAC. The grievances and suggestions of the students are directed to the concerned administration for addressal through the SAC framework. SAC consists of the various boards of SMVDU and other committees. The various boards under the ambit of SAC are:
<br/>
<ul><li>BCA (Board for Cultural Activities)</li>
<li>BSA (Board for Sports Activities) </li>
<li>BSW (Board for Student Welfare) </li>
<li>BSP (Board for Student Publications)</li>
<li>BHM (Board for Hostel Management)</li>
<li>BPA (Board for Professional Activities)</li>
</ul>
The Director serves as the Chairman of the Council. Other Faculty involved in SAC include the Dean of Students (Vice-Chairman of the council), the Associate Dean of Students, Deputy Director, Dean UGS, Dean PGS, various boards' presidents, vice presidents, hostel wardens, etc. SAC meetings serve as a forum through which any issue regarding students can be voiced, discussed and worked upon. SAC appoints representatives for each hostel who are primarily responsible to put together the issues pertaining to their respective hostels for appropriate corrective measures by the SAC committee.
</p> </article>
</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>
</html>