-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (61 loc) · 4.24 KB
/
index.html
File metadata and controls
61 lines (61 loc) · 4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
title: Jo's page
nav: home
---
<div class="span10 content">
<img src="img/profil_small_2.jpg" alt="profile picture" id="profilePic" class="img-polaroid"/>
<h2>Hi!</h2>
<p>How you doin'?</p>
<p>I'm Jonas Bru, <b>software engineer</b>, currently working at <a href="http://partoo.fr" target="_blank">Partoo</a> as a full stack developer.</p>
<p>Feel free to <a href="/contact">contact me</a> :)</p>
<br/>
<table class="row-fluid">
<tr>
<td>
<div class="span6 content center">
<h4>stuff I do</h4>
<div>
<span class="badge badge5">Python</span> <span class="badge badge5">Javascript</span> <span class="badge badge5">Java</span> <span class="badge badge4">C#</span> <br/>
<span class="badge badge5">Django</span> <span class="badge badge4">C++</span> <span class="badge badge4">Android</span> <br/>
<span class="badge badge5">AngularJS</span> <span class="badge badge5">Bootstrap</span> <span class="badge badge5">Ansible</span> <br/>
<span class="badge badge4">Haskell</span> <span class="badge badge3">Erlang</span> <br/>
<span class="badge badge5">Agile</span> <span class="badge badge5">Git</span> <span class="badge badge5">Metaheuristics</span>
</div>
<br/>
<a href="/cv" class="a_no_style">
<p style="text-align: center;">Take a look to the CV page for more!</p>
</a>
</div>
<div class="span6 content">
<h4 class="center">stuff I like</h4>
<ul>
<li><strong>Good music</strong>; in the bus, while working, etc! <a href="http://www.lastfm.fr/user/FougereJo" target="_blank">My LastFM profile</a></li>
<li><strong>Human contact</strong>; Well, I'm not talking about that kind of contact.. more like community involvement :)</li>
<li><strong>Serrano ham</strong>; I want to be buried with a box of serrano ham</li>
<li><strong>Photography</strong>; take a look at my <a href="https://www.flickr.com/photos/fougerejo/" target="_blank">Flickr</a>!</li>
<li style="display:none"><strong>Details</strong> and hidden things ;)</li>
</ul>
<a href="/projects" class="a_no_style">
<p style="text-align: center;">Take a look at the Projects page to check out what I do on my free time!</p>
</a>
</div>
</td>
</tr>
</table>
<div class="span12 ">
<h4>News</h4>
<div class="news-content">
<p><strong>23 August 2017</strong> - Page updated! Been a while :)</p>
<p><strong>30 August 2015</strong> - <a href="/projects#Axys">Axys</a> project added! Game overflow soon.</p>
<p><strong>1 February 2015</strong> - <a href="/projects#MeaCulpa">Mea Culpa</a> project added! Some content and graphic updates as well.</p>
<p><strong>8 April 2014</strong> - Intro and CV updated. I work at <a href="http://alephd.com" target="_blank">AlephD</a> now :)</p>
<p><strong>11 October 2013</strong> - <a href="/projects#LibraryManager">Tiny Library Manager</a> project that I did in Atlassian added!</p>
<p><strong>6 October 2013</strong> - The few icons are now rendered using <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a>.</p>
<p><strong>1 September 2013</strong> - Description of my awesome internship at <a href="https://www.atlassian.com/" target="_blank">Atlassian</a> added!</p>
<p><strong>31 August 2013</strong> - The site uses now <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> to render its content.</p>
<p><strong>25 April 2013</strong> - Added this news section and a link to my bitbucket profile.</p>
<p><strong>21 April 2013</strong> - Now I know some Python! Thanks <a href="http://codinsa.insa-lyon.fr/" target="_blank">Cod'INSA</a> :)</p>
<p><strong>25 February 2013</strong> - Added a project page for the Paris Taxi Flow project, you can test it <a href="http://jonasbru.github.io/TaxiManager/">here</a> (in Flash). May take some time to load, be patient.</p>
</div>
</div>