-
Notifications
You must be signed in to change notification settings - Fork 25
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
17 changed files
with
2,417 additions
and
2,424 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 |
---|---|---|
@@ -1,113 +1,157 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Web Club NITK Contests</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" type="text/css" href="css/contests.css"> | ||
<link rel="stylesheet" type="text/css" href="css/header-footer.css"> | ||
<!-- font --> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<!-- contests data --> | ||
<script src="data/contests.json"></script> | ||
<meta charset="UTF-8"> | ||
<title>Web Club NITK - Contests</title> | ||
|
||
<!-- Meta tags--> | ||
<!-- Give a small description in 3-4 sentences about the website --> | ||
<meta name="description" content="Web Enthusiasts in the defacto Computer Science club of NITK Surathkal. Web Enthusiasts Club undertakes different activities to increase the coding culture in the NITK Community and bring awareness about Computer Science."> | ||
<!-- A small abstract idea about the website --> | ||
<meta name="abstract" content="This Website is about Web Enthusaists Club NITK"> | ||
<!-- Important Keywords to be noted in the website --> | ||
<meta name="keywords" content="Web Club, Web Enthusiasts Club, NITK Surathkal, NITK, Clubs in NITK, Technical Clubs in NITK, Computer Science"> | ||
<!-- Tell the spider to index the first page and other pages as well--> | ||
<meta name="robots" content="index, follow"> | ||
<!-- How often should spiders come back to your page --> | ||
<meta name="revisit-after" content="3 days"> | ||
|
||
<!-- Copyright regarding the website --> | ||
<meta name="copyright" content="Web Enthusiasts Club NITK"> | ||
<!-- Tells Google Bot not to duplicate description --> | ||
<meta name="googlebot" content="noodp"> | ||
<!-- Language for the website --> | ||
<meta name="language" content="English"> | ||
|
||
<!-- Web Author for the image --> | ||
<meta name="web_author" content="Web Enthusiasts Club NITK"> | ||
<meta name="author" content="Salman Shah"> | ||
<!-- Email ID --> | ||
<meta name="contact" content="[email protected]" /> | ||
<!-- Email ID to reply to --> | ||
<meta name="reply-to" content="[email protected]"> | ||
|
||
<!-- Refers to distribution of the page --> | ||
<meta name="distribution" content="global"> | ||
<!-- Generator or formatter tag --> | ||
<meta name="generator" content="Jekyll"> | ||
<!-- Disallow spammers for the webpage --> | ||
<meta name="no-email-collection" content="http://www.metatags.info/nospamharvesting"> | ||
<!-- Rating for the page --> | ||
<meta name="rating" content="general"> | ||
<!-- Content Type for the page --> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<!-- Fixing viewport on mobile views --> | ||
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1.0"> | ||
|
||
<!-- Default Image present --> | ||
<meta property="og:image" content="/images/web-club-nitk.jpeg"> | ||
|
||
<link rel="stylesheet" type="text/css" href="css/contests.css"> | ||
<link rel="stylesheet" type="text/css" href="css/header-footer.css"> | ||
|
||
<!-- Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
|
||
<!-- Contests data --> | ||
<script src="data/contests.json"></script> | ||
</head> | ||
<body style="overflow-y: scroll;"> | ||
|
||
|
||
<!-- Main container --> | ||
<div class="container"> | ||
|
||
<!-- page title--> | ||
<div class="pageTitle"> | ||
<div class="title"> | ||
Programming Contests | ||
</div> | ||
</div> | ||
|
||
<div class="pageContent"> | ||
<!-- contests section --> | ||
<div class="contests"> | ||
<div id="Jan" style="display: block"> | ||
</div> | ||
<div id="Feb" style="display: none"> | ||
</div> | ||
<div id="Mar" style="display: none"> | ||
</div> | ||
<div id="Apr" style="display: none"> | ||
</div> | ||
<div id="May" style="display: none"> | ||
</div> | ||
<div id="Jun" style="display: none"> | ||
</div> | ||
<div id="Jul" style="display: none"> | ||
</div> | ||
<div id="Aug" style="display: none"> | ||
</div> | ||
<div id="Sep" style="display: none"> | ||
</div> | ||
<div id="Oct" style="display: none"> | ||
</div> | ||
<div id="Nov" style="display: none"> | ||
</div> | ||
<div id="Dec" style="display: none"> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- navigation --> | ||
<div class="nav"> | ||
|
||
<ul id="monthsTabs"> | ||
<li>Dec</li> | ||
<li>Nov</li> | ||
<li>Oct</li> | ||
<li>Sept</li> | ||
<li>Aug</li> | ||
<li>Jul</li> | ||
<li>Jun</li> | ||
<li>May</li> | ||
<li>Apr</li> | ||
<li>Mar</li> | ||
<li>Feb</li> | ||
<li class="active">Jan</li> | ||
</ul> | ||
|
||
<ul id="yearsTabs"> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
<footer> | ||
<section id='footer' style="height: 15em"> | ||
|
||
<h1 class='footer-heading' >WEB CLUB NITK</h1> | ||
<div class='fb-git footer-heading'> | ||
<a href="http://www.facebook.com" style="color: black;"><i class="fa fa-facebook"></i></a>   | ||
<a href="http://github.com" style="color: black;"><i class='fa fa-github'></i></a> | ||
</div> | ||
<div class='footer-nav'> | ||
<a href="/">HOME</a> | ||
<a href="/events">EVENTS</a> | ||
<a href="/contests">CONTESTS</a> | ||
<a href="/projects">PROJECTS</a> | ||
<a href="/team">TEAM</a> | ||
</div> | ||
|
||
</section> | ||
|
||
|
||
</footer> | ||
|
||
|
||
<script src="js/contests.js" type="text/javascript"></script> | ||
<!-- Main container --> | ||
<div class="container"> | ||
|
||
<!-- page title--> | ||
<div class="pageTitle"> | ||
<div class="title"> | ||
Programming Contests | ||
</div> | ||
</div> | ||
|
||
<div class="pageContent"> | ||
<!-- contests section --> | ||
<div class="contests"> | ||
<div id="Jan" style="display: block"> | ||
</div> | ||
<div id="Feb" style="display: none"> | ||
</div> | ||
<div id="Mar" style="display: none"> | ||
</div> | ||
<div id="Apr" style="display: none"> | ||
</div> | ||
<div id="May" style="display: none"> | ||
</div> | ||
<div id="Jun" style="display: none"> | ||
</div> | ||
<div id="Jul" style="display: none"> | ||
</div> | ||
<div id="Aug" style="display: none"> | ||
</div> | ||
<div id="Sep" style="display: none"> | ||
</div> | ||
<div id="Oct" style="display: none"> | ||
</div> | ||
<div id="Nov" style="display: none"> | ||
</div> | ||
<div id="Dec" style="display: none"> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- navigation --> | ||
<div class="nav"> | ||
|
||
<ul id="monthsTabs"> | ||
<li>Dec</li> | ||
<li>Nov</li> | ||
<li>Oct</li> | ||
<li>Sept</li> | ||
<li>Aug</li> | ||
<li>Jul</li> | ||
<li>Jun</li> | ||
<li>May</li> | ||
<li>Apr</li> | ||
<li>Mar</li> | ||
<li>Feb</li> | ||
<li class="active">Jan</li> | ||
</ul> | ||
|
||
<ul id="yearsTabs"> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
<footer> | ||
|
||
<section id='footer' style="height: 15em"> | ||
|
||
<h1 class='footer-heading' >WEB CLUB NITK</h1> | ||
<div class='fb-git footer-heading'> | ||
<a href="http://www.facebook.com" style="color: black;"><i class="fa fa-facebook"></i></a>   | ||
<a href="http://github.com" style="color: black;"><i class='fa fa-github'></i></a> | ||
</div> | ||
<div class='footer-nav'> | ||
<a href="/">HOME</a> | ||
<a href="/events">EVENTS</a> | ||
<a href="/contests">CONTESTS</a> | ||
<a href="/projects">PROJECTS</a> | ||
<a href="/team">TEAM</a> | ||
</div> | ||
|
||
</section> | ||
|
||
|
||
|
||
</footer> | ||
|
||
|
||
<script src="js/contests.js" type="text/javascript"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.