-
Notifications
You must be signed in to change notification settings - Fork 0
/
competence.php
75 lines (62 loc) · 2.17 KB
/
competence.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Serif%3A400%2C700" />
<link rel="stylesheet" href="./styles/menu.css" />
<link rel="stylesheet" href="./styles/logo.css" />
<link rel="stylesheet" href="./styles/index.css" />
<link rel="stylesheet" href="./styles/contact.css" />
<link rel="stylesheet" href="./styles/A_propos_de_moi.css" />
<link rel="stylesheet" href="./styles/competence.css" />
</head>
<body>
<header>
<?php include("logo.php"); ?>
<?php include("menu.php"); ?>
</header>
<section>
<div class="titre_section1">1- Mise en place d'un environnement de travail Dev</div>
<div class="frame-1">
<div class="frame-paragraphe-1">
<p class="environnement_travail">
- Installation d'un IDE
<br>
- Versionning de code source (Git)
<br>
- Utilisation d'outils de gestion de projet
<br>
- Utilisation d'outils de bureautique
</p>
</div>
<img class="image-1" src="./images/image-1.png" />
</div>
</section>
<section>
<div class="titre_section1"> 2- Maquetter des applications web
<br/>
et mobile</div>
<div class="image-2">
<img class="image-1" src="./images/image-2.png">
</div>
</section>
<section>
<div class="titre_section1"> 3- Réalisation d'un site web statique
<br/>
et dynamique </div>
<p class="environnement_travail">
Languages de programmation
<br>
Framework
</p>
<div class="image-2">
<img class="image-1" src="./images/image-3.png">
</div>
</section>
<footer class="contact">
<?php include("contact.php"); ?>
</footer>
</body>
</html>