-
Notifications
You must be signed in to change notification settings - Fork 0
/
metiers.html
105 lines (88 loc) · 3.79 KB
/
metiers.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=PT+Serif" rel="stylesheet">
<title>CDIN | Projet</title>
</head>
<body class="middle">
<header>
<a id="accueilTitreSite" href="index.html"><h1>PrayForMySemestre</h1></a>
<nav>
<ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="equipe.html">L'Équipe</a></li>
<li><a href="actualite.html">Actualité</a></li>
<li><a href="metiers.html">Métiers</a></li>
<li><a href="interview.html">Interview</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
</header>
<a href="developpeur_web.html">
<figure class="left">
<img src="images/web.png" class="metiersImagesJobs">
<figcaption>Développeur WEB</figcaption>
</figure>
</a>
<a href="gestionnaire_de_base_de_données.html">
<figure class="right">
<img src="images/database.png" class="metiersImagesJobs">
<figcaption>Gestionnaire de Base de Données</figcaption>
</figure>
</a>
<a href="chef_de_projet.html">
<figure class="left">
<img src="images/chef.png" class="metiersImagesJobs">
<figcaption>Chef de projet</figcaption>
</figure>
</a>
<a href="developpeur_info.html">
<figure class="right">
<img src="images/info.png" class="metiersImagesJobs">
<figcaption>Développeur Informatique</figcaption>
</figure>
</a>
<a href="administrateur_reseaux.html">
<figure class="left">
<img src="images/network.png" class="metiersImagesJobs">
<figcaption>Administrateur Réseau</figcaption>
</figure>
</a>
<a href="architecte_reseaux.html">
<figure class="right">
<img src="images/system.png" class="metiersImagesJobs">
<figcaption>Architecte Système</figcaption>
</figure>
</a>
<a href="ingenieur_ia.html">
<figure class="left">
<img src="images/ia.png" class="metiersImagesJobs">
<figcaption>Ingénieur IA</figcaption>
</figure>
</a>
<a href="prof_info.html">
<figure class="right">
<img src="images/prof.png" class="metiersImagesJobs">
<figcaption>Professeur en Informatique</figcaption>
</figure>
</a>
<a href="game_designer.html">
<figure class="left">
<img src="images/game.png" class="metiersImagesJobs">
<figcaption>Game Designer</figcaption>
</figure>
</a>
<a href="sound_designer.html">
<figure class="right">
<img src="images/sound.png" class="metiersImagesJobs">
<figcaption>Sound Designer</figcaption>
</figure>
</a>
<footer class="middle">
<p>© DreamTeam - 2017 - Tous droits réservés -
<a href="contact.html">Contact</a> - <a href="mentions_legales.html">Mentions légales</a></p>
</footer>
</body>
</html>