-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (53 loc) · 2.57 KB
/
index.html
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
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lux1 Merch Vote</title>
<link rel="preload" href="../css/normalize.css" as="style">
<link rel="stylesheet" href="../css/normalize.css" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
<link rel="preload" href="../css/styles.css" as="style">
<link rel="stylesheet" href="../css/styles.css" type="text/css">
</head>
<body>
<header>
<h1 class="titulo">VOTE YOUR FAVOURITE DESIGN!<span>Lux1 Merch</span></h1>
</header>
<section class="hero">
<div class="contenido-hero">
<h2>VOTE NOW!</h2>
<div class="ubicacion">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="64" height="64">
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zm9 8.508a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM7.527 17a4.5 4.5 0 0 1 8.946 0H7.527z" fill="rgba(255,193,7,1)"/></svg>
<path d="M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" />
</svg>
<p>Only ONE vote per Student</p>
</div>
<input type="button" class="boton" onClick="document.getElementById('signin').scrollIntoView();" value="vote"/>
</div>
</section>
<main class="contenedor sombra">
<section>
<h2>SIGN IN</h2>
<div class="contenido-formulario">
<fieldset>
<legend>Please click on sign in to continue</legend>
</div>
</div>
<div class="alinear-derecha flex">
<input type="button"< a href="https://forms.office.com/e/9fpWJ0SBJ5">
</div>
</fieldset>
</div>
</form>
</section>
</main>
<footer>
<p>Copyright © 2023-2024 Pupils' Commitee ESL1. All rights reserved</p>
</footer>
</body>
</html>