Skip to content

Instantly share code, notes, and snippets.

@pradeep1991singh
Last active February 11, 2017 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pradeep1991singh/8f06fcb2c639c5856cbc2e288c2cad8b to your computer and use it in GitHub Desktop.
Save pradeep1991singh/8f06fcb2c639c5856cbc2e288c2cad8b to your computer and use it in GitHub Desktop.
HTML skeleton for personal website
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- inject:css -->
<link rel="stylesheet" href="/css/styles.css">
<!-- endinject -->
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="inner-content">
<header>
<a href="/" class="logo">
<div class="item1"></div>
<div class="item2">P</div>
</a>
<ul class="main-menu">
<li>
<a target="_blank" href="https://www.linkedin.com/in/pradeep1991singh">Resume</a>
</li>
<li>
<a target="_blank" href="https://github.com/pradeep1991singh?tab=repositories">Work</a>
</li>
<li>
<a href="maito:pradeep1991singh@gmail.com">Contact</a>
</li>
</ul>
</header>
<section class="main-content">
<p class="intro">Well Hello! <br/>
My name is pradeep.singh <br/>
I'm a Software Engineer!</p>
<p class="tagline">Technology must be use to liberate the individual!</p>
</section>
<footer>
<ul class="secondary-menu">
<li>
<a target="_blank" href="https://github.com/pradeep1991singh">GitHub</a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/pradeep1991singh">LinkedIn</a>
</li>
<li>
<a target="_blank" href="https://twitter.com/pradeep91singh">Twitter</a>
</li>
</ul>
<div class="hire-me">
<a href="maito:pradeep1991singh@gmail.com">Contact</a>
</div>
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment