python-devops update

master
Chakib (spike) Benziane 11 years ago
parent 96f072f7c8
commit c6b06dea4a

@ -121,7 +121,7 @@ I actually repeated the process until I get a set of colors which validate these
* Have a light close to white color
This one have two main colors, a wide blue range and the yellow/gold one. Grays and white are
This one has two main colors, a wide blue range and the yellow/gold one. Grays and white are
just desaturated and very light colors.

@ -1,7 +1,8 @@
<div class="projects row-fluid animated fadeIn ng-cloak">
<div class="title offset4 span2 ng-cloak">
<div class="title offset2 span4 ng-cloak">
<h2><a hover-show="jibli" target="_blank" href="http://jib.li">Jib.li</a></h2>
<h2><a hover-show="github" href="http://github.com/sp4ke"><i class="icon-github icon-2x"></i></a></h2>
<h2><a hover-show="github" target="_blank" href="http://github.com/sp4ke"><i class="icon-github icon-2x"></i></a></h2>
<h2><a hover-show="devops" target="_blank" href="http://www.slideshare.net/spykspyel/python-dev-ops">Python & DevOps</a></h2>
</div>
<div class="details jibli span5 hide animated fadeIn">
<p>
@ -27,4 +28,8 @@
<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>