Skip to content

Instantly share code, notes, and snippets.

@shadow-fox
Created September 22, 2012 06:39
Show Gist options
  • Save shadow-fox/3765372 to your computer and use it in GitHub Desktop.
Save shadow-fox/3765372 to your computer and use it in GitHub Desktop.
HTML5 Structure
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>atCampus Campus at your Fingertips</title>
<meta name="description" content="Campus at your Fingertips.">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrapper">
<nav class="head">
<ul class="links">
<li><a href="http://www.facebook.com"><img src="fb.png" width="16" height="16"/></a></li>
<li><a href="http://www.twitter.com"><img src="twitter.png" width="16" height="16"/></a></li>
<li><a href="http://www.linkedin.com"><img src="link.png" width="16" height="16"/></a></li>
<li><a href="http://www.feedburner.com"><img src="rss-16x16.png" width="16" height="16"/></a></li>
</ul>
</nav>
<header>
<figure>
<a href="http://www.atcampus.in/"><img src="atcampus-small.png" width="" height="" alt="atcampus-logo" /></a>
</figure>
<hgroup>
<h2>Campus at your Fingertips</h2>
</hgroup>
</header>
<a href="http://www.atcampus.in/wp-login.php" target="_blank" class="login">Sign Up</a>
<nav>
<div class="jobls">Latest Job Opening | Visit <a href="http://www.atcampus.in/jobs/">atCampus Jobs</a></div>
<div class="askat">ask Your Questions | Visit <a href="http://www.ask.atcampus.in">ask atCampus</a></div>
<div class="intern">Want to be a part of atCampus? <a href="http://wwww.atcampus.in/intern">Sign up for a Internship</a></div>
<div class="addcol">Want to feature your College/Institute in atCampus | Go to <a href="http://www.atcampus.in/addcollege/">add Your College</a></div>
</nav>
<footer>
<figure id="logo">
<a href="http://www.atcampus.in/"><img src="atcampus-small.png" width="" height="" alt="atcampus-logo" /></a>
</figure>
<nav class="foot">
<ul class="link">
<li><a href="http://www.facebook.com"><img src="fb.png" width="16" height="16" /></a></li>
<li><a href="http://www.twitter.com"><img src="twitter.png" width="16" height="16" /></a></li>
<li><a href="http://www.linkedin.com"><img src="link.png" width="16" height="16" /></a></li>
<li><a href="http://www.feedburner.com"><img src="rss-16x16.png" width="16" height="16" /></a></li>
</ul>
</nav>
<div id="sub">
<h1>This Email is Brought you by atcampus.</h1>©2012 <strong>atcampus</strong>.
<h2>You received this email because you are subscribed to atcampus's Free Newsletter Bulletin.
If you prefer not to receive emails from atcampus you may unsubscribe. </h2>
</div>
<div id="tartarus">
<a href="http://www.sulopa.com" target="_blank" id="sl"><img src="Sulopa.png" width="75" height="" /></a>
<a href="http://www.suodisha.com" target="_blank" id="sd"><img src="SuOdisha.png" width="75" height="" /></a>
<a href="http://www.atcampus.com" target="_blank" id="at"><img src="atcampus-small.png" width="75" height="" /></a>
</div>
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment