Skip to content

Commit abc62b6

Browse files
Add files via upload
1 parent a234302 commit abc62b6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@
88
</head>
99
<body>
1010
<main>
11-
<input type="checkbox" name="Mode Nuit" id="checkboxNuit" class="var">
12-
<label id="modeNuitLabel">Mode Nuit</label>
11+
<!--Interrupteur mode nuit (wip)-->
12+
<!--<input type="checkbox" name="Mode Nuit" id="checkboxNuit" class="var">-->
13+
14+
<!--checkbox invisible bouton accueil-->
1315
<input type="checkbox" id="accueilCheck" class="var">
1416

17+
<!--box sous-catégorie 1 ( positionnée en première dans le sens des aiguilles d'une montre autour de la box parente)-->
1518
<div id="box1" class="var"><span>Projets</span></div>
1619
<input type="checkbox" id="boxcheck1" class="var">
20+
1721
<!--page projets-->
1822
<div id="pageArticle1" class="var">
1923
<div id="projetsContainerA" class="var">
@@ -45,7 +49,7 @@ <h1>Projets</h1>
4549

4650
</div>
4751
</div>
48-
52+
<!--box catégorie à propos -->
4953
<div id="box2" class="var" class="var">À propos</div>
5054
<input type="checkbox" id="boxcheck2" class="var">
5155
<div id="box2A" class="var"><span>Bio</span></div>

0 commit comments

Comments
 (0)