Skip to content

Commit

Permalink
Initial v3 commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
fleeting committed Apr 4, 2014
0 parents commit a1f011b
Show file tree
Hide file tree
Showing 43 changed files with 21,743 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: monkeeCreat
markdown: redcarpet
pygments: true
121 changes: 121 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
<!DOCTYPE HTML>
<!--
Tessellate 1.0 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>monkeeCreate - Deep in the heart of Texas</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="monkeeCreate, james fleeting, john hoover, twofivethreetwo, defvayne23, austin, texas, atx, web, html, css, javascript, php, github, opensource">
<link href="http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/app.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css">
<link rel="stylesheet" href="css/style.css?v=2">
<link rel="stylesheet" href="css/style-wide.css">
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header" class="dark">
<header>
<h1><img src="images/logo.png" alt="monkeeCreate"></h1>
<p>We are a group of designers, developers and creators.<br>The web is our playground and these are our projects.<br />All made with ♥ deep in the heart of Texas.</p>
</header>
<div class="overlay"></div>
</section>

<!-- First -->
<section id="first" class="main">
<header>
<div class="container the-people">
<div class="row">
<div class="12u">
<h3>Why hello there, we should do some introductions. We are monkeeCreate.</h3>
</div>
</div>
<div class="row">
<div class="6u">
<img src="https://graph.facebook.com/james.fleeting/picture?&width=180&height=180" alt="fleetingftw" class="avatar">

<h2>James Fleeting <a href="http://twitter.com/fleetingftw" class="fa fa-twitter solo"><span>Twitter</span></a> <a href="http://github.com/fleeting" class="fa fa-github solo"><span>Github</span></a> <a href="http://iwasasuperhero.com" class="fa fa-rss-square solo"><span>iwasasuperhero.com</span></a></h2>
<p>Former superhero now the Sr. Front End Developer at @<a href="http://twitter.com/monkeeboy">monkeeboy</a> where I create things for the web.</p>
</div>
<div class="6u">
<img src="https://graph.facebook.com/defvayne23/picture?&width=180&height=180" alt="defvayne23" class="avatar">

<h2>John Hoover <a href="http://twitter.com/defvayne23" class="fa fa-twitter solo"><span>Twitter</span></a> <a href="http://github.com/defvayne23" class="fa fa-github solo"><span>Github</span></a> <a href="http://defvayne23.com" class="fa fa-rss-square solo"><span>defvayne23.com</span></a></h2>
<p>Web Developer, Amateur Cook, Bear and Ninja Defeater. Currently a Software Developer at Cambia Information Group.</p>
</div>
</div>
</div>
</header>
<div class="content dark style1 featured">
<div class="container">
<div class="row">
<div class="12u">
<img src="https://dl.dropboxusercontent.com/u/2086809/simpleWeather-logo.png">
</div>
</div>
<div class="row">
<div class="8u">
<section>
<p data-height="517" data-theme-id="4088" data-slug-hash="xklfq" data-default-tab="result" class='codepen'>See the Pen <a href='http://codepen.io/fleeting/pen/xklfq'>simpleWeather.demo.js</a> by James Fleeting (<a href='http://codepen.io/fleeting'>@fleeting</a>) on <a href='http://codepen.io'>CodePen</a>.</p>
<script async src="http://codepen.io/assets/embed/ei.js"></script>
</section>
</div>
<div class="4u">
<section>
<header>
<h3>Pretty much the best<br />plugin in the world.</h3>
</header>

<p>A <strong>simple</strong> jQuery plugin to display current weather data for any location and doesn't get in your way. Now supports HTML5 GeoLocation! Also available with Bower, Compontent(1), or CDNJS. Full docs and demos at <a href="http://simpleweatherjs.com">simpleweatherjs.com.</p>

<footer>
<a href="http://simpleweather.com" class="button scrolly">Visit Project</a>
</footer>
</section>
</div>
</div>
</div>
</div>
</section>

<!-- Second -->
<section id="second" class="main projects">
<header>
<div class="container">
<div class="row">
<div class="12u">
<h2>Our Projects</h2>
</div>
</div>

{{ content }}

</div> <!-- .container -->
</header>
</section>

<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="http://twitter.com/monkeecreate" class="fa fa-twitter solo"><span>Twitter</span></a></li>
<li><a href="http://github.com/monkeecreate" class="fa fa-github solo"><span>GitHub</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>All projects are handcrafted with ♥ from Austin, Texas.</li>
<li>Design courtesy of <a href="http://html5up.net/">HTML5 UP</a>.</li>
<li>Logo by <a href="http://blainebowers.com/">Blaine Bowers</a>.</li>
</ul>
</div>
</section>
</body>
</html>
Binary file added css/font/FontAwesome.otf
Binary file not shown.
Binary file added css/font/fontawesome-webfont.eot
Binary file not shown.
Loading

0 comments on commit a1f011b

Please sign in to comment.