-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_session_1.html
More file actions
63 lines (60 loc) · 2.61 KB
/
Copy pathindex_session_1.html
File metadata and controls
63 lines (60 loc) · 2.61 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
60
61
62
63
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BLeeBand</title>
<link rel="icon" type="image/png" href="img/logo.png">
<style>
body { font-family: Arial, sans-serif; text-align: center; padding: 30px; }
h1 { color: #333; }
h2, p { color: #666; }
.logo { margin-bottom: 20px; }
.form-container { margin-top: 30px; }
input[type="email"] { padding: 10px; width: 250px; border: 1px solid #ccc; }
button { padding: 10px 20px; background-color: #007BFF; color: white; border: none; cursor: pointer; }
footer {background-color: #ffffff; padding: 10px; text-align: center; color: #333;}
</style>
</head>
<body>
<div class="logo">
<img src="img/MAD_logo.png" alt="Mon Logo" width="250">
</div>
<h1>Projet session 1</h1>
<p>...</p>
<div>
<h1><u>Projet solo</u></h1>
<p><a href="https://github.com/bleeband/SysMonitor">système d'authentification</a></p>
</div>
<div>
<h1><u>Projet d'équipe</u></h1>
<p><a href="https://github.com/bleeband/Projet_equipe/systeme_authentification">système d'authentification</a></p>
<p><a href="https://github.com/bleeband/Projet_equipe/Systeme_de_support">système de ticket (support)</a></p>
<p><a href="https://github.com/Pascal-the-dog/Jeu_du_pendu">Jeu du pendu</a></p>
<p><a href="https://github.com/clementlaflamme/Calculateur-d-IMC-avec-Interface">Calculateur IMC</a></p>
<p><a href="https://github.com/Grindy/biblio-partage">Biblio-partage</a></p>
<p><a href="https://github.com/bleeband/Projet_equipe/Menu-resto">Menu-resto</a></p>
</div>
<div>
<h1><u>Projet forks</u></h1>
<p><a href="https://github.com/bleeband/egmp-bluelink-scriptable">egmp-Bluelink</a></p>
</div>
<footer>
<p>Me rejoindre : <a href="mailto:bleeband@gmail.com">BLeeBand@GitHub</a></p>
<p>
<pre>
███╗ ███╗ █████╗ ██████╗
████╗ ████║██╔══██╗██╔══██╗
██╔████╔██║███████║██║ ██║
██║╚██╔╝██║██╔══██║██║ ██║
██║ ╚═╝ ██║██║ ██║██████╔╝
╚═╝ ╚═╝╚═╝ ╚╝╚═════╝
</pre>
</p>
<p>
Réalisé par Marc-André Dufour<br>
© 2025 — Fait avec du café, du code et un peu de rage contrôlée
</p>
</footer>
</body>
</html>