-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojet_pro.html
33 lines (32 loc) · 1.13 KB
/
projet_pro.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Projet Pro CRISTINI Aidan</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h2 class="logo"><span>A</span>idan</h2>
<nav class="navigation">
<a href="siteweb.html">Accueil</a>
<a href="CV_en_ligne.html">CV en ligne</a>
<a href="projet_pro.html">Projet Professionnel</a>
<a href="centre_int.html">Centres d'Intérêts</a>
</nav>
</header>
<section class="home">
<h2>Projet Professionnel</h2>
<div class="pp">
<h4>Pour mon Projet Professionnel, j'envisage premièrement de finir mon BUT Informatique mais aussi de : </h4>
<ul class = "propro">
<li>prendre part à de l'alternance lors de ma deuxième et troisième année de BUT</li>
<li>travailler dans un domaine de l'informatique grâce à ma formation en BUT</li>
<li>travailler au sein de l'armée</li>
<li>travailler au sein de la gendarmerie nationale</li>
</ul>
</div>
</div>
</section>
</body>
</html>