Skip to content

Commit

Permalink
അങ്ങന്നെ പവനായി സവം ആയി
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Feb 14, 2016
1 parent c6e4313 commit b2440c8
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ a:focus{
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus{
color:#000;
color:#fff;
background-color:transparent;
}
.navbar-default{
Expand Down Expand Up @@ -399,7 +399,7 @@ a:focus{

@media screen and (max-width: 992px){
#headernavigation{
background:rgba(0,0,0,.5);
background:rgba(255,255,255,.5);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
Expand Down
Binary file added images/csea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fosscell.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/nitc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 23 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@

<div class="navbar-header">
<!-- responsive navigation -->

<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars"></i>
Expand All @@ -75,8 +76,7 @@

<nav class="collapse navbar-collapse">
<!-- Main navigation -->
<img src="images/sponsor.png" style= 'background-color: black' alt="Main Sponsor" title="Main Sponsor" width="275" height="50">
<img src="images/icfoss.png" style= 'background-color: white' alt="Main Sponsor" title="Main Sponsor" width="275" height="50">

<ul id="headernavigation" class="nav navbar-nav">
<li class="active"><a href="#page-top">Home</a></li>
<li><a href="#about">About FOSSMeet '16</a></li>
Expand Down Expand Up @@ -171,24 +171,42 @@ <h2 class="section-title">
<section id="about" class="section-style">
<div class="pattern height-resize">
<div class="container">

<div class="row">
<div class="col-md-6">
<h3 class="section-name">
<span>
About Us
</span>
</h3><!-- /.section-name -->

<p class="section-description">
FOSSMeet is the annual event on Free and Open source software, conducted at National Institute of Technology, Calicut. Started in 2005 as FLOSS(Free/Libre Open Source Software) Meet with a vision to create a culture of innovation, evolution and open standards, the meet intends to support the FOSS community, open education system and dissemination of FOSS ideology.
</p><!-- /.section-description -->

</div>
<div class="col-md-6">
<h3 class="section-name">
<span>Friends &amp; Partners</span>
</h3><!-- /.Section-title -->
<p class="section-description">
<p class="section-description" style="text-align:center;">
<img src="images/sponsor.png" alt="Main Sponsor" title="Main Sponsor" width="275" height="50">
<img src="images/icfoss.png" alt="Main Sponsor" title="Main Sponsor" width="275" height="50">
<div class="row">
<div class="col-xs-3">
&nbsp;
</div>
<div class="col-xs-3">
<img src="images/nitc.png" alt="Main Sponsor" width="275" height="100%">
</div>
<div class="col-xs-3">
<img src="images/csea.png" alt="Main Sponsor" width="275" height="100%">
</div>
<div class="col-xs-3">
<img src="images/fosscell.gif" alt="Main Sponsor" width="275" height="100%">
</div>
</div>
</p><!-- /.section-description -->

</div></div>

<div class="next-section">
<a class="go-to-speakers"><span></span></a>
Expand Down
20 changes: 19 additions & 1 deletion js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
-------------------------------------------------------------------*/
var pageTopImage = jQuery('#page-top').data('background-image');

if (pageTopImage) { jQuery('#page-top').css({ 'background-image':'url(' + pageTopImage + ')' }); };
if (pageTopImage) {
jQuery('#page-top').css({ 'background-image':'url(' + pageTopImage + ')' });
};
jQuery('#about').css({ 'background-color':'#3498db' });
jQuery('#speakers').css({ 'background-color':'#fff' });
jQuery('#schedule').css({ 'background-color':'#3498db' });
Expand Down Expand Up @@ -94,21 +96,27 @@ jQuery(document).ready(function($) {
-------------------------------------------------------------------*/
$('.next-section .go-to-about').click(function() {
$('html,body').animate({scrollTop:$('#about').offset().top}, 1000);
$('#main-menu #headernavigation').css({'background':'rgba(0,0,0,.5)'});
});
$('.next-section .go-to-speakers').click(function() {
$('html,body').animate({scrollTop:$('#speakers').offset().top}, 1000);
$('#main-menu #headernavigation').css({'background':'rgba(0,0,0,.5)'});
});
$('.next-section .go-to-contact').click(function() {
$('html,body').animate({scrollTop:$('#contact').offset().top}, 1000);
$('#main-menu #headernavigation').css({'background':'rgba(0,0,0,.5)'});
});
$('.next-section .go-to-page-top').click(function() {
$('html,body').animate({scrollTop:$('#page-top').offset().top}, 1000);
$('#main-menu #headernavigation').css({'background':'rgba(255,255,255,.5)'});
});
$('.next-section .go-to-schedule').click(function() {
$('html,body').animate({scrollTop:$('#schedule').offset().top}, 1000);
$('#main-menu #headernavigation').css({'background':'rgba(0,0,0,.5)'});
});
$('.next-section .go-to-reachus').click(function() {
$('html,body').animate({scrollTop:$('#reachus').offset().top}, 1000);
$('#main-menu #headernavigation').css({'background':'rgba(0,0,0,.5)'});
});

/* Next Section End
Expand Down Expand Up @@ -230,3 +238,13 @@ $(window).load(function () {
/* E-Mail HotLink Protection Script */
$(document).ready(function(){for(var j=1;j<=16;j++){var t1 = "qq" + j;document.getElementById(t1).onclick();}})
function backwards(e){return e.split("").reverse().join("")}function reveal(e,n,r,t){var a=backwards(e),d=backwards(t),c=d+a,i=document.createElement("a");i.innerHTML=a,i.href=c;var l=document.getElementById(n),m=document.getElementById(r);m.removeChild(l),m.appendChild(i)}

$( window ).scroll(function() {
var $focused = $(':focus');
if($focused == '#page-top'){
$('#main-menu #headernavigation').css({'background':'rgba(255,255,255,.5)'});
}
else{
$('#main-menu #headernavigation').css({'background':'rgba(0,0,0,.5)'});
}
});

0 comments on commit b2440c8

Please sign in to comment.