-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
164 lines (130 loc) · 5.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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel='stylesheet' type='text/css' href='styles/styles.css'>
<link type='text/css' rel="preconnect" href="https://fonts.googleapis.com">
<link type='text/css' rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link type='text/css'
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Victor+Mono:wght@100;200;300;400;500;600;700&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<h1>
Développeur logiciel
</h1>
</header>
<nav>
<div class="box_bouton">
<a link type='text/html' href="/contact.html"> contact </a>
</div>
<div class="box_bouton">
<a link type='text/html' href="/hobby.html"> hobby </a>
</div>
</nav>
<div class="box_generale">
<aside class="box">
<div class="image_de_profil">
<div class="position_absolute"> HOHAHOH </div>
<img class="image1" src="IMG/1599744211390.jfif" alt="photo_identite">
</div>
<h2>
Maxime ORGNON
</h2>
<h3 class="titre_status">
Status
</h3>
<P>
je suis actuellement en formation au <a>campus numérique</a>
</P>
</aside>
<article>
<h2> </h2>
<section class="box">
<h3>
Formation
</h3>
<ul>
<li> baccalauréat scientifique </li>
<li> français, anglais </li>
<li> base du typescript et du java </li>
<li> R, sql, Access </li>
<li> python, VBA </li>
</ul>
<h3>
Expérience
</h3>
<table>
<thead>
<tr>
<th> entreprise </th>
<th> date </th>
<th> intitulé </th>
<th> compétences liée </th>
</tr>
</thead>
<tbody>
<tr>
<td> ST </td>
<td> 02/23 </td>
<td> opérateur prod </td>
<td> organisation </td>
</tr>
<tr>
<td> SuperU </td>
<td> 03/22 </td>
<td> mise en rayon </td>
<td> optimmisation du temps </td>
</tr>
<tr>
<td> keymaging </td>
<td> 02/21 </td>
<td> stage </td>
<td> typescript </td>
</tr>
<tr>
<td>beledone communication </td>
<td> 01/18 </td>
<td> stage </td>
<td> html toolkit </td>
</tr>
<tr>
<td> centre de rhéologie</td>
<td> 01/17 </td>
<td> stage </td>
<td> protocole et expérience </td>
</tr>
</tbody>
</table>
</section>
<section class="box">
<h3>
Compétences
</h3>
<ol>
<li> Word, internet</li>
<li>Excel</li>
<li>python</li>
<li>C</li>
<li>SQL</li>
<li>VBA</li>
<li>R</li>
</ol>
<h3>
Langue
</h3>
<ol>
<li> Français courant </li>
<li> Anglais B2 </li>
<li> Espagnol B1 </li>
</ol>
</section>
</article>
</div>
<Footer class="footer">
</Footer>
</body>
</html>