-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
30,717 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<!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=""> | ||
<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/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> | ||
<!------heading------> | ||
<div class="logo"> | ||
<a href="#index"><font color="#CC6600">Student</font><font color="white"> Affairs</font><font color="#009900"> 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</a></li> | ||
<li><a href="contact.html">Contact us</a></li> | ||
</ul> <!-- end #nav --> | ||
|
||
</nav> <!-- end #nav-wrap --> | ||
</div> | ||
</header> <!-- Header End --> | ||
|
||
<div id="aboutus" class="bgParallax" data-speed="15"> | ||
<article><h1><font color="#CC6600">Student</font><font color="white"> Affairs</font><font color="#009900"> Council </font> | ||
<p></p>SMVDU</h1></article></div> | ||
<div id="mission" class="bgParallax" 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="row"> | ||
<p class="copyright">© 2015 <a href="https://smvdu.net.in" target="_blank">SMVDU</a> All Rights Reserved.<br>Website developed by - <a href="https://mbj36.github.io">Mohit Kumar bajoria</a></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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Contact | 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/contact.css"> | ||
<script src="js/modernizr.js"></script> | ||
</head> | ||
<body> | ||
<header> | ||
<!------heading------> | ||
<div class="logo"> | ||
<a href="#index"><font color="#CC6600">Student</font><font color="white"> Affairs</font><font color="#009900"> 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> | ||
</header> <!-- Header End --> | ||
<div class="center"> | ||
<i class="fa fa-envelope fa-4x"><br>Contact</i> | ||
<div class="contact"><b>For general queries contact:<br> | ||
|
||
Bhupendra Pratap Singh<br> | ||
General Secretary, Student Affairs Council<br> | ||
Shri Mata Vaishno Devi University | ||
<br> | ||
Email : 2012eec27@smvdu.ac.in</b></div> | ||
</div> | ||
<!-------footer------> | ||
<footer> | ||
<div class="row"> | ||
<p class="copyright">© 2015 <a href="https://smvdu.net.in" target="_blank">SMVDU</a> All Rights Reserved.<br>Website developed by - <a href="https://mbj36.github.io">Mohit Kumar bajoria</a></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> |
Oops, something went wrong.