Skip to content

Instantly share code, notes, and snippets.

@xorcat
Created November 24, 2015 12:08
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 xorcat/9673087ac72785890fdb to your computer and use it in GitHub Desktop.
Save xorcat/9673087ac72785890fdb to your computer and use it in GitHub Desktop.
Zipline - Portfolio
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-default" role="navigation">
<div class="col-md-12">
<div class="navbar-header">
<a class="navbar-brand" href="#">Aaron Blair (sycrat)</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
<li>
<a href="#">Link</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="jumbotron">
<h2>My name is Aaron Blair </h2>
<p>
I'm a self-taught software developer and web designer, based in Brisbane, Australia.
</p>
<p>
My current goal is to complete the <a href="http://freecodecamp.com"> freeCodeCamp</a> curriculum, which is going to allow me to gain real world experience in creating web apps using industry standard technology.
</p>
<p>
My background is in building secure routing, switching and wireless networks for enterprises and government departments. I hope to find a way to integrate my skills from that world with my new-found software development skills.
</p>
</div>
<div class="row">
<div class="col-md-4">
<h2> Heading </h2>
<img class="img-responsive" src="https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-15/s480x480/e35/12120230_1660914670849910_809073269_n.jpg">
<p>
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
</p>
</div>
<div class="col-md-4">
<h2> Heading </h2>
<img class="img-responsive" src="https://scontent.cdninstagram.com/hphotos-xpf1/t51.2885-15/s480x480/e35/10899184_1094440900627191_1417572849_n.jpg">
<p>
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
</p>
</div>
<div class="col-md-4">
<h2> Heading </h2>
<img class="img-responsive" src="https://scontent.cdninstagram.com/hphotos-xpf1/t51.2885-15/s640x640/sh0.08/e35/11917909_779213922189436_1742703322_n.jpg">
<p>
Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.
</p>
</div>
</div>
<div class="jumbotron">
<h2 class="text-center">Don't be shy, get in touch!</h2>
<div class="row">
<div class="col-md-3">
<button class="btn btn-block" href="http://twitter.com/ClassE_Aaron" target="_blank">Twitter</button>
</div>
<div class="col-md-3">
<button class="btn btn-block" href="https://www.linkedin.com/in/aaron-blair-bb200321" target="_blank">LinkedIn</button>
</div>
<div class="col-md-3">
<button class="btn btn-block" href="https://github.com/sycrat" target="_blank">GitHub</button>
</div>
<div class="col-md-3">
<button class="btn btn-block" href="https://freecodecamp.com/sycrat" target="_blank">freeCodeCamp</button>
</div>
</div>
</div>
</div>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" />
<link href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment