-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (71 loc) · 2.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Antonin's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img
src="https://scontent.fymy1-1.fna.fbcdn.net/v/t1.0-0/p206x206/107636935_10222546293307375_3687855687253693283_n.jpg?_nc_cat=100&ccb=2&_nc_sid=da31f3&_nc_ohc=_RfYOiMudZ8AX_pUmho&_nc_ht=scontent.fymy1-1.fna&tp=6&oh=6cc76ae9cb29754855f0e12be743a5a8&oe=5FB808A2"
alt="Antonin profile picture"></td>
<td>
<h1>Antonin Arsenault</h1>
<p><em>Futur full stack web developeur and assembleur at <strong><a href="http://novabus.com/fr/">Novabus</a></strong>>.</em> </p>
<p>Je suis mecanicien industriel et assembleur depuis 2014,j'aimerais devenir developeur pour realiser plusieurs projets.
J"ai 26 ans, jai un chat adorable et surtout trop affectif. j'adore cuisinier, faire de la randoner,rollerblade, passer du temps en famille.</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<p>DEP en mecanique industriel, Secondaire 5 completer,Bootcamp en developement web en cours.</p>
<h3>Books and teaching</h3>
<ul>
<li>ios app bootcamp</li>
<li>web dev bootcamp</li>
</ul>
<hr>
<h3>Work experiences</h3>
<table cellspacing="10">
<thead>
<tr>
<th>dates</th>
<th>job</th>
</tr>
</thead>
<tr>
<td>2012-2013</td>
<td> DEP mecanique industriel</td>
</tr>
<tr>
<td>2018-2020 </td>
<td>Aseembleur chez Novaus </td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Html</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Cooking</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐</td>
</tr>
<tr>
<td>rollerblade</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<h3><a href="mes-passe-temps.html">Mes passe-temps</a></h3>
<h3> <a href="contact.html">Contact me here</a></h3>
</body>
</html>