Skip to content

Commit

Permalink
all changed
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam2tayal committed Feb 27, 2016
1 parent 35ff5d6 commit 3374bef
Show file tree
Hide file tree
Showing 18 changed files with 324 additions and 133 deletions.
33 changes: 14 additions & 19 deletions Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
</script>
</head>
<body>
<header>
<header style="height: 90px;">
<!------heading------>
<div class="logo">
<a href="Index.html"><font color="#CC6600">Student</font><font color="white"> Affairs</font><font color="#009900"> Council</font></a>
<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">
<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>
Expand All @@ -67,13 +67,16 @@
</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><font color="#CC6600">Student</font><font color="white"> Affairs</font><font color="#009900"> Council </font>
SMVDU</h1></article></div>
<div id="mission" class="bgParallax" data-speed="10">

<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>
Expand All @@ -89,25 +92,17 @@

<!-------footer------>
<footer>
<div class="row">
<p class="copyright">&copy; 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 class="row1">
<p style="float: left">&copy; 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>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-67029929-2', 'auto');
ga('send', 'pageview');

</script>


</body>

Expand Down
44 changes: 26 additions & 18 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<script src="js/modernizr.js"></script>
</head>
<body>
<header>
<header>
<!------heading------>
<div class="logo">
<a href="Index.html"><font color="#CC6600">Student</font><font color="white"> Affairs</font><font color="#009900"> Council</font></a>
<div class="logo">
<a href="Index.html">Student Affairs Council</font></a>

<nav id="nav-wrap">

Expand All @@ -43,39 +43,47 @@
</ul> <!-- end #nav -->

</nav> <!-- end #nav-wrap -->
</div><!-- end #nav-wrap -->
</div>
</header> <!-- Header End -->
<div class="center">
</header>

<div class="shyam3">
<div class="center">
<div class="hea">
<i class="fa fa-envelope fa-4x"><br>Contact</i>
<div class="contact"><b>For general queries contact:<br>
</div>

<div class="abc">
<div class="contact"><strong><i>For general queries contact:<br>
</i></strong>
Bhupendra Pratap Singh<br>
9086244169<br>
General Secretary, Student Affairs Council<br>
Shri Mata Vaishno Devi University
<br>
Email : 2012eec27@smvdu.ac.in</b></div>

<div class="bhupi">
<img src="img/bhupi.jpg">
</div>
</div>

</div>
</div>


<!-------footer------>
<footer>
<div class="row">
<p class="copyright">&copy; 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 class="row1">
<p style="float: left">&copy; 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>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-67029929-2', 'auto');
ga('send', 'pageview');

</script>


</body>
61 changes: 39 additions & 22 deletions css/body.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,37 @@
.logo
{
font-family: 'Open Sans', "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
z-index: 9999;
position: absolute;
}
/* Define backgrounds of divs */
#aboutus
{
background-image: url(../img/sac.jpg);
background-image: url(../img/main.jpg);
-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
-ms-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
-o-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
}

#aboutus:after{
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,0.6);
width: 100%;
height: 735px;
content: '';
}



#mission
{
background-color: lightgreen;
padding-bottom: 50px;
background-color: #005757;
height: 550px;
overflow: hidden;
color: #fff;
-webkit-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
-moz-box-shadow:-20px 0 20px 5px rgba(0,0,0,0.7);
Expand All @@ -44,28 +60,29 @@
/** Format article **/
.bgParallax article
{
width: 70%;
width: 100%;
text-align: center;
margin:0 auto;
padding:20% 0 0;
z-index: 9999;
position: absolute;


}
/** format text **/
article h1
{
font-size:60px;
color: #fff;
}
article p
{
line-height: 30px;
font-size:20px;
margin-top:-20%;

#mission article{
padding: 40px;
margin-top: 0;
text-align: center;
}
@media only screen and (max-width: 767px)
{
article h1
{
font-size: 25px;
margin-top: 40%;
}

.row1{
background-color: #003D3D;
height: 50px;
padding: 10px;
height: 63px;

}



21 changes: 19 additions & 2 deletions css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
{
font-size: 16px;
margin-top: 2%;
color: black;
color: white;
float: left;

}
.nav
Expand All @@ -29,4 +30,20 @@
padding:5px;
}
}


.hea{
font-size: 10px;
}

.bhupi{
width: 200px;
height: 300px;
float: right;
margin-left: 100px;
}


.abc{
display: inline-block;
margin-top: 50px;
}
9 changes: 5 additions & 4 deletions css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,13 @@ body {
--------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
color: #313131;
font-family: 'montserrat-bold', sans-serif;
color: #ffffff;
font-family: 'Varela', sans-serif;
font-weight: normal;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 38px; line-height: 42px; margin-bottom: 12px; letter-spacing: -1px; }
h1 { font-size: 50px; line-height: 42px; margin-bottom: 12px; letter-spacing: -1px; }
h2 { font-size: 28px; line-height: 36px; margin-bottom: 6px; }
h3 { font-size: 22px; line-height: 30px; margin-bottom: 12px; }
h4 { font-size: 20px; line-height: 30px; margin-bottom: 6px; }
Expand Down Expand Up @@ -314,7 +315,7 @@ hr { border: solid #E8E8E8; border-width: 1px 0 0; clear: both; margin: 11px 0 3
a, a:visited {
text-decoration: none;
outline: 0;
color: #11ABB0;
color: #ffffff;

-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
Expand Down
Loading

0 comments on commit 3374bef

Please sign in to comment.