-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (81 loc) · 3.4 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Hind&display=swap" rel="stylesheet">
<title>Lab<ar</title>
</head>
<body>
<header class="header">
<nav>
<ul class = "menu-mobile">
<li class = "menu-bar"><i class="fas fa-bars"></i>
<ul>
<li>Viaja</li>
<li>Conduce</li>
<li id="log-in">Inicia sesión</li>
</ul>
</li>
</ul>
<ul class = "menu-desktop">
<li>Viaja</li>
<li>Conduce</li>
<li id="log-in">Inicia sesión</li>
</ul>
<figure>
<a href="#"><img src="img/logo.png" alt="logo-labcar"></a>
</figure>
</nav>
</header>
<section id="hero" class="hero">
<div id="info-mobile">
<h1>Comienza a viajar con</h1>
<img src="img/logo-blanco.png" alt="logo-blanco">
<input type="button" value="Descarga el app" class="buttons">
</div>
<div id="info-desktop">
<h1>Disfruta del viaje</h1>
<h2>Eres dueño de tu tiempo</h2>
<h3>Viaja con</h3>
<img src="img/logo-blanco.png" alt="logo-blanco">
<input type="button" value="Regístrate" class="buttons">
<div class="or-title">
<hr class="divider" />
<span class="or-text">O bien</span>
</div>
<input type="button" value="Conviértete en un conductor" class="buttons">
</div>
</section>
<section class="new-app">
<div class="newApp-mobile">
<div>
<span>La nueva app</span>
<img src="img/celular.png" alt="cellphone" id="cellphone">
</div>
<span>Llega a tu destino aún más rápido</span>
</div>
<div class="newApp-desktop">
<img src="img/celular.png" alt="cellphone" id="cellphone">
<div class="textNewAppDesktop">
<h3>Descarga la nueva app</h3>
<p>La versión actualizada de LabCar está llena de nuevas funciones para llegar a donde quieras aún más fácil y rápido
</p>
<p>Con solo tocar un botón, un auto llega justo a tu ubicación. Súbete y no te preocupes: tu conductor sabe exactamente
a dónde ir.</p>
</div>
</div>
</section>
<section class="driver">
<div class="driver-invitation">
<h2>Conduce cuando quieras</h2>
<p>LabCar es una opción flexible para alcanzar tus metas financieras.</p>
<input type="button" value="Conviértete en conductor" class="buttons">
</div>
</section>
</body>
</html>