-
-
Save KarlRaf/6b52f28aaaa61b8e244b07fc27e9a606 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Countdown</title> | |
<meta name="description" content="The final countdown"> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="style.css"> | |
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet"> | |
</head> | |
<body> | |
<!-- <div class="banner" style="background-image: linear-gradient(to right top, #04142b, #002047, #002b65, #003784, #0841a3);"> | |
</div> --> | |
<div class="banner" style="background-image: linear-gradient(to right top, #000000, #000000, #000000, #000000, #000000);"> | |
</div> | |
<div class="container"> | |
<div class="timers-container-2"> | |
<div class="timer-container"> | |
<div class="set-timer"> | |
<form> | |
<h3 class="default-name">Gregory Doucet <i class="fa fa-pencil" aria-hidden="true"></i> | |
</h3> | |
<img src="../images/lucas.jpeg" alt="" height="100px" class="img_photo"> | |
<input type="text" name="minutes" value="" placeholder="Enter Minutes" class="time" id="time1"> | |
<button class="start-button" type="button" id="button1">Start</button> | |
</form> | |
</div> | |
</div> | |
<div class="timer-container"> | |
<div class="set-timer"> | |
<form> | |
<h3 class="default-name">Lucas Janer <i class="fa fa-pencil" aria-hidden="true"></i></h3> | |
<img src="/images/lucas.jpeg" alt="" height="100px" class="img_photo"> | |
<input type="text" name="minutes" value="" placeholder="Enter Minutes" class="time"> | |
<button class="start-button">Start</button> | |
</form> | |
</div> | |
</div> | |
<div class="timer-container"> | |
<div class="set-timer"> | |
<form> | |
<h3 class="default-name">Lucas Janer <i class="fa fa-pencil" aria-hidden="true"></i></h3> | |
<img src="/images/lucas.jpeg" alt="" height="100px" class="img_photo"> | |
<input type="text" name="minutes" value="" placeholder="Enter Minutes" class="time"> | |
<button class="start-button">Start</button> | |
</form> | |
</div> | |
</div> | |
<div class="timer-container"> | |
<div class="set-timer"> | |
<form> | |
<h3 class="default-name">Lucas Janer <i class="fa fa-pencil" aria-hidden="true"></i></h3> | |
<img src="/images/lucas.jpeg" alt="" height="100px" class="img_photo"> | |
<input type="text" name="minutes" value="" placeholder="Enter Minutes" class="time"> | |
<button class="start-button">Start</button> | |
</form> | |
</div> | |
</div> | |
<div class="timer-container"> | |
<div class="set-timer"> | |
<form> | |
<h3 class="default-name">Lucas Janer <i class="fa fa-pencil" aria-hidden="true"></i></h3> | |
<img src="/images/lucas.jpeg" alt="" height="100px" class="img_photo"> | |
<input type="text" name="minutes" value="" placeholder="Enter Minutes" class="time" id="time1"> | |
<button class="start-button" type="button" id="button1">Start</button> | |
</form> | |
</div> | |
</div> | |
<div class="timer-container"> | |
<div class="set-timer"> | |
<form> | |
<h3 class="default-name">Lucas Janer <i class="fa fa-pencil" aria-hidden="true"></i></h3> | |
<img src="/images/lucas.jpeg" alt="" height="100px" class="img_photo"> | |
<input type="text" name="minutes" value="" placeholder="Enter Minutes" class="time"> | |
<button class="start-button">Start</button> | |
</form> | |
</div> | |
</div> | |
<div class="timer-container"> | |
<div class="set-timer"> | |
<form> | |
<h3 class="default-name">Lucas Janer <i class="fa fa-pencil" aria-hidden="true"></i></h3> | |
<img src="/images/lucas.jpeg" alt="" height="100px" class="img_photo"> | |
<input type="text" name="minutes" value="" placeholder="Enter Minutes" class="time"> | |
<button class="start-button">Start</button> | |
</form> | |
</div> | |
</div> | |
<div class="timer-container"> | |
<div class="set-timer"> | |
<form> | |
<h3 class="default-name">Lucas Janer <i class="fa fa-pencil" aria-hidden="true"></i></h3> | |
<img src="/images/lucas.jpeg" alt="" height="100px" class="img_photo"> | |
<input type="text" name="minutes" value="" placeholder="Enter Minutes" class="time"> | |
<button class="start-button">Start</button> | |
</form> | |
</div> | |
</div> | |
<h1 style="color: white"><img src="/images/Logo-Forum.png" alt="" height="100px" id="logo_titre" > Le grand debat des municipales <img src="/images/20_minutes_blanc.png" alt="" height="100px" id="logo_titre" ></h1> | |
</div> | |
</div> | |
<div id="log"></div> | |
</body> | |
<script src="/countdown.js"></script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment