Skip to content

Instantly share code, notes, and snippets.

@waseemnawaz
Created September 29, 2015 13:41
Show Gist options
  • Save waseemnawaz/56ddd4237536dcd9e91b to your computer and use it in GitHub Desktop.
Save waseemnawaz/56ddd4237536dcd9e91b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello World!</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- Custom styles for this template go here -->
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="nav">
<ul>
<li><a href="#">Home</a></li>
<li><a>About</a></li>
<li><a>Contact</a></li>
</ul>
</div>
<div class="jumbotron">
<div class="container">
<div class="container">
<h1>Waseem Nawaz</h1>
<strong><p>Serving all of your web development needs.</p></strong>
<p>I design webpages. I like designing colourful pages.</p>
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<a href="https://google.com">Learn more</a>
</div>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Portfolio Concept</h2>
<p>Much of my prior experience has been in development aid in Latin America. I specifically worked with and for small producers´ groups in Peru. These artisans are weavers, knitters, beekeepers, jam makers, coffee growers, etc. I help them bridge the technological gap in order to sell their products at a good price while reaching a wider audience internationally.</p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Project Goals</h2>
<p>I want to finish this course by the end of this year at the very latest. I am currently not working, so I could commit all day to the course.</p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
</div>
<div class="col-md-4">
<h2>Course Goals</h2>
<p>I want to become extremely good at coding and be able to do a multitude of things at the end of the course. Have the option to freelance, work in web development and generally use this as a base to improve code writing skills.</p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
</div>
</div>
<hr>
</div> <!-- /container -->
<!--
================================================== -->
<!-- Can place script tags with JavaScript files here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment