-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojets.html
More file actions
59 lines (52 loc) · 2.25 KB
/
projets.html
File metadata and controls
59 lines (52 loc) · 2.25 KB
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
<!doctype html>
<html lang="fr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<link rel="stylesheet" href="projets_style.css">
<!--Custom Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Gruppo&display=swap" rel="stylesheet">
</head>
<body>
<div class="bouton">
<a href="index.html">Retour</a>
</div>
<div class="project">
<!--<div class="separateur"><div class="barre"></div><div class="date">Aujourd'hui</div><div class="barre"></div></div>-->
<div class="box">
<div>
<a href="http://176.166.235.56/index.php"><div class="title">ATOMIC VIDEO</div>
<div class="text">[PROJET BTS SIO] Site de streaming vidéo | Statut : Terminé | HTML/CSS/JS/PHP</div></a>
<div class="fichier">
<a href="ressources\fichiers\atomic.rar">Télecharger les fichiers et les documentations</a>
</div>
</div>
</div>
<a target = _blank href="http://www.apte07.fr/"><div class="box1">
<div class="title">APTE</div>
<div class="text">[STAGE BTS SIO] Site Web vitrine | Statut : Terminé | HTML/CSS/JS</div>
</div></a>
<a href="#"><div class="box3">
<div>
<div class="title">Shovel</div>
<div class="text">[PROJET BTS SIO] Appli chronométre | Statut : Terminé | Java</div>
<div class="fichier">
<a href="ressources\fichiers\shovel.rar">Télecharger les fichiers et les documentations</a>
</div>
</div>
</div>
<a target = _blank href="#"><div class="box_discord">
<div><div class="title">Roxane</div>
<div class="text">[Personnel] Bot discord personel d'assistance de modération | Statut : En cours | NodeJS</div>
</div></div></a>
<a target = _blank href="#"><div class="box_discord">
<div class="title">Yveltal</div>
<div class="text">[Personnel] Bot de monitoring et de modération | Statut : En cours | NodeJS</div>
</div></a>
<!--<div class="separateur"><div class="barre"></div><div class="date">2015</div><div class="barre"></div></div>-->
</body>
<script>
</script>
</html>