-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (58 loc) · 2.58 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>Vincent Clair - Lead Tech Symfony+React</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/vincent-clair-lead-tech-symfony+react.jpeg" alt="" /></span>
<h1>Vincent Clair</h1>
<h2>Lead Tech Symfony+React • Freelance</h2>
<p>Concevoir et réaliser des applications Web en philosophie produit et méthode agile<br />
<!--Accompagner et faire grandir les équipes produits et techniques
12 ans d’entrepreneuriat
15 ans de conception de produits et gestion de projet
20 ans de développement Web--></p>
</header>
<!-- Footer -->
<footer id="footer">
<section>
<h2>À propos</h2>
<p><strong>Passionné</strong>, j’aime progresser dans l’art-chitecture d’applications Web et ses bonnes pratiques.
<strong>Investi</strong>, je m’approprie le métier et participe à sa compréhension pour faciliter l’expérience utilisateur.
<strong>Pragmatique</strong>, je favorise la valeur ajoutée d’une fonctionnalité et d’une technologie éprouvée.
</p>
<!--<ul class="actions">
<li><a href="https://www.linkedin.com/in/vincent-clair/" target="_blank" class="button">Contactez-moi</a></li>
</ul>-->
</section>
<section>
<h2>Contact</h2>
<dl class="alt">
<dt>Téléphone</dt>
<dd>+33 6 61 45 98 10</dd>
<dt>Adresse</dt>
<dd>67 rue Baraban • 69003 Lyon • FR</dd>
</dl>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/vincent-clair/" class="icon brands fa-linkedin-in alt"><span class="label">in</span></a></li>
<li><a href="https://www.malt.fr/profile/vincentclair" class="icon brands malt alt"><span class="label">*</span></a></li>
</ul>
</section>
<p class="copyright">© Innéair • SARL au capital variable de 10 000 € • SIRET 508 310 299 00039</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>