Skip to content

Instantly share code, notes, and snippets.

@AdventureBear
Created May 4, 2017 03:26
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 AdventureBear/695f68db3a84cb7711cf898cd5b2625f to your computer and use it in GitHub Desktop.
Save AdventureBear/695f68db3a84cb7711cf898cd5b2625f to your computer and use it in GitHub Desktop.
index page for david's portfolio
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>A Pen by David Amanze</title>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-xs-6">
<h1 class="text-center">My Portfolio
</h1>
</div>
<nav>
<ul class="col-xs-offset-10 nav nav-tabs">
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
</ul>
</nav>
</div>
<h2 id="about" class="text-center">About Me
</h2>
<p1>
My name is David Amanze. I am a self-taught developer with the help and guidance of the free code camp community. I currently know html, css, javascript, and have experience with libraries including bootstrap and jqery. I earned my front end developing certificate from free code camp and I am currently learning node.js. I want to apply the skill sets I currently have in real world problems while learning backend.
</p1>
<h2 id="projects" class="text-center">
My Projects
</h2>
<div class="row">
<img class="thumbnail col-xs-4 col-xs-offset-1" src="http://www.clipular.com/c/5738306743828480.png?k=4gafsHy8iaCXIWjoPfFbaOIHZlA" alt="kevin hart project">
<img class="thumbnail col-xs-4 col-xs-offset-1" src="http://www.clipular.com/c/5420592108142592.png?k=YrMATxMFJvVtYK87-DmrQgaTvb4" alt="pomodoro clock project">
</div>
<div class="row">
<img class="thumbnail col-xs-4 col-xs-offset-1" src="http://www.clipular.com/c/5192469013856256.png?k=cOfTfFDvmDxRDeKDZFCmybKmYTA" alt="tic-tac-toe project">
<img class="thumbnail col-xs-4 col-xs-offset-1" src="http://www.clipular.com/c/5711502121369600.png?k=GVtepMiThzbEvNu3ifYaAD-0tE4" alt="calculator project">
</div>
<div class="row">
<img class="thumbnail col-xs-4 col-xs-offset-1" src="http://www.clipular.com/c/4855459371810816.png?k=10kuxy66xOEqtyRbI51obJ7Vgnw" alt="random quote generator project">
<img class="thumbnail col-xs-4 col-xs-offset-1" src="http://www.clipular.com/c/6424345997213696.png?k=d1Uc0Xw1zIa4yexjie8_TVIdDCU" alt="Today Temperature project">
</div>
<div class="row">
<img class="thumbnail col-xs-4 col-xs-offset-1" src="http://www.clipular.com/c/6584329938665472.png?k=n3nDWn9TiIS9PdiyjqRRxWijw2o" alt="wiki entries project">
<img class="thumbnail col-xs-4 col-xs-offset-1" src="http://www.clipular.com/c/5523772120760320.png?k=La909-vR8O4LGPJ-1FFkneGCo0w" alt="simon game project">
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment