-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (38 loc) · 1.69 KB
/
index.html
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
---
layout: default
title: Développeur freelance ruby on rails, javascript & vue.js
description: Adrien Rambert est un ingénieur, directeur technique, architecte et développeur ruby on rails et javascript, vue.js et angular.js.
h1: Directeur technique + développeur freelance ruby et javascript
class: home
---
<div id="home">
<div class="row">
<div class="span4">
<div class="tile">
<img src="images/icons/[email protected]" alt="Compas@2x" class="tile-image big-illustration">
<h3 class="tile-title">Un ingénieur</h3>
<p>Directeur technique, architecte logiciel, développeur web fullstack, créateur d'entreprise.</p>
<a class="btn btn-primary btn-large btn-block" href="#competences">Mes compétences</a>
</div>
</div>
<div class="span4">
<div class="tile">
<img src="images/icons/[email protected]" alt="Infinity-Loop@2x" class="tile-image">
<h3 class="tile-title">Expérimenté</h3>
<p>Développeur depuis 15 ans, auteur d'applications complexes, passionné par la data et l'optimisation.</p>
<a class="btn btn-primary btn-large btn-block" href="#references">Mes références</a>
</div>
</div>
<div class="span4">
<div class="tile">
<img src="images/icons/[email protected]" alt="Gift-Box@2x" class="tile-image">
<h3 class="tile-title">Pour votre projet</h3>
<p>Audit et optimisation de performance, nouvelles fonctionnalités, audit technique...</p>
<a class="btn btn-primary btn-large btn-block" href="#prestations">Mes prestations</a>
</div>
</div>
</div>
{% include prestations.html %}
{% include competences.html %}
{% include references.html %}
</div>