-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (117 loc) · 3.53 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Portfolio de Thibault Vinchent</title>
<meta
name="description"
content="Présentation de quelques travaux et liens vers les sociaux professionelles de Thibault Vinchent."
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
crossorigin="anonymous"
/>
<script
src="https://kit.fontawesome.com/b30f5d3ef8.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<h1><br />Thibault Vinchent</h1>
<div class="legend">
<strong>Formateur permanent Epsi Lille</strong><br />
<strong>Bénévole Bonsaï / Caritas</strong>
</div>
<br />
<div class="jumbotron">
<div class="row">
<div class="col-sm-4">
<h2>
<a href="https://www.je-code.com" target="_blank">je-code.com</a>
</h2>
Support des cours d'informatique
<br /><br />
</div>
<div class="col-sm-4">
<h2>
<a href="https://je-code.com/pictionIA" target="_blank"
>pictionIA</a
>
</h2>
Petit jeu concu avec VueJS
<br /><br />
</div>
<div class="col-sm-4">
<h2>
<a href="https://www.luxAeterna.fr" target="_blank"
>luxAeterna.fr</a
>
</h2>
Dataviz post covid
<br /><br />
</div>
</div>
<!-- <h2>Clients</h2>
<br />
<div class="row">
<div class="col-sm-4">
<h2><a href="https://www.laurot.com">laurot.com</a></h2>
Création & hébergement
<br /><br />
</div>
<div class="col-sm-4">
<h2>
<a href="https://www.lepassage111.com/">lePassage111.com</a>
</h2>
Hébergement
<br /><br />
</div>
<div class="col-sm-4">
<h2>
<a href="https://www.sp2s-formation.com">sp2s-formation.com</a>
</h2>
Identité visuelle
<br /><br />
</div>
</div> -->
</div>
<div class="row">
<div class="col centered">
<a href="https://github.com/tvinchent" target="_blank"
><i class="fab fa-github"></i
></a>
</div>
<div class="col centered">
<a href="https://gitlab.com/tvinchent" target="_blank"
><i class="fab fa-gitlab"></i
></a>
</div>
<div class="col-sm-4 centered">
<a href="https://www.linkedin.com/in/tvinchent" target="_blank"
><i class="fab fa-linkedin"></i
></a>
</div>
<div class="col centered">
<a href="https://www.codewars.com/users/tvinchent" target="_blank"
><i class="fas fa-peace"></i
></a>
</div>
<div class="col centered">
<a
href="https://www.codingame.com/profile/fd8e0e362c82f1722953e04be476f9be2325842"
target="_blank"
><i class="fas fa-gamepad"></i
></a>
</div>
</div>
</div>
</body>
</html>