You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

63 lines
2.5 KiB
HTML

<div class="projects row-fluid animated fadeIn ng-cloak">
<div custom-scroll class="title offset1 span5 ng-cloak left-panel">
<h4>projects</h4>
<hr>
<h2><a hover-show="jibli" target="_blank" href="http://jib.li">Jib.li</a></h2>
<h2><a hover-show="github" target="_blank" href="http://github.com/sp4ke"><i class="icon-github icon-2x"></i></a></h2>
<h4>talks</h4>
<hr>
<h2><a hover-show="devops" target="_blank" href="http://www.slideshare.net/spykspyel/python-dev-ops">Python & DevOps</a></h2>
<h2><a hover-show="promises" target="_blank" href="http://sp4ke.com/angular-promises/slides/template.html">Angular then Promises</a></h2>
<h4>hacks</h4>
<hr>
<h4><a hover-show="catdog-hunter" target="_blank" href="https://chrome.google.com/webstore/detail/catdog-hunter/cffhajgcjcbifcefedhkeekflnjpmdlh">CatDog Hunter</a></h4>
<h4><a hover-show="magic-button" target="_blank" href="//projects/bootstra-magic-button">Bootstrap Magic Buttons</a></h4>
<br>
<br>
<br>
</div>
<div class="details jibli span5 hide animated fadeIn">
<p>
As a CTO and CoFounder on the project,
I designed this service all the way up from
backend to frontend.
I managed a team of developers to prototype and
build the web service using Agile Development methods.
</p>
<p>
I also designed the UI using HTML5 and Less
</p>
<p>
Some of the technologies used on this project:
</p>
<em>Django, AngularJS, MongoDB, django tastypie, uwsgi,
ZeroMQ, Celery
</em>
</div>
<div class="details github span5 hide animated fadeIn">
My code on github
</div>
<div class="details devops span5 hide animated fadeIn">
<h3>Python & Devops: Your own heroku .</h3>
A presentation I made on a French Python meetup talking about uWSGI and agile deployment.
</div>
<div class="details catdog-hunter span5 hide animated fadeIn">
<br />
<br />
A quick afternoon project to get rid of cats and dogs on reddit
</div>
<div class="details magic-button span5 hide animated fadeIn">
<br />
<br />
A plugin that make it possible for any button to float on it's parent div.
</div>
<div class="details promises span5 hide animated fadeIn">
<br />
<br />
An introduction to the principles of Asynchronous programming with Promises in Angular
</div>
</div>