im crazy as fuck
This commit is contained in:
21
index.html
21
index.html
@@ -14,14 +14,16 @@
|
||||
<div class="modal-content">
|
||||
<p id="alertMessage">This is a custom alert!</p>
|
||||
<div class="modal-buttons">
|
||||
<button class="default-access-button" id="cancelBtn">Cancel</button>
|
||||
<button class="default-delete-button" id="cancelBtn">Annuler</button>
|
||||
<button class="default-access-button" id="okBtn">OK</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="form-container" class="form-container" style="display: none">
|
||||
<div class="form-content" id="place-of-form">
|
||||
<button id="close-form-button" class="default-delete-button">×</button>
|
||||
<div class="form-header">
|
||||
<button id="close-form-button" class="default-delete-button">✕</button>
|
||||
</div>
|
||||
<h1>Formulaire</h1>
|
||||
<div id="my-form">
|
||||
<label for="name">Nom :</label>
|
||||
@@ -34,7 +36,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="section" class="container2">
|
||||
<div>
|
||||
<div>
|
||||
<button class="default-button" id="download"><span>Download App</span></button>
|
||||
<button class="default-button" id="show-form-button"><span>+</span></button>
|
||||
@@ -42,14 +44,15 @@
|
||||
<div>
|
||||
<h1 id="global_title">Caméra Timelapse</h1>
|
||||
</div>
|
||||
<div id="carousel-container">
|
||||
<button id="prev-button" class="nav-button">←</button>
|
||||
<div id="carousel">
|
||||
<!-- Projects will be dynamically inserted here -->
|
||||
</div>
|
||||
<button id="next-button" class="nav-button">→</button>
|
||||
<div id="carousel-container" class="container">
|
||||
<div id="carousel" class="carousel">
|
||||
<!-- Projects will be dynamically inserted here -->
|
||||
</div>
|
||||
</div>
|
||||
<button id="prev-button" class="prev">⮜</button>
|
||||
<button id="next-button" class="next">⮞</button>
|
||||
</div>
|
||||
<div id="carousel-dots"></div>
|
||||
|
||||
<footer class="text-center mt-5 py-3">
|
||||
<p>© 2025 Timelapse. All rights reserved.</p>
|
||||
|
||||
Reference in New Issue
Block a user