-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (48 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<title>Lista de quehaceres</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link id="estilos" rel="stylesheet" href="./style/verdeOscuro.css">
</head>
<body>
<header class="row header">
<nav class= "col- col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12 menuli">
<div style="textDecoration:none;color:black;margin-left:1rem">
<img class="logo" src="./imagenes/pixelPay.png" alt="PIXELPAY"/>
</div>
</nav>
</header>
<div class="container">
<div class="row">
<h4>Selecciona la plantilla</h4>
<a class="button button1" href="./formvd.php">Plantilla Verde oscuro</a>
<br/>
<button class="button button1" onclick="document.location='./formrosa.php'" >Plantilla Rosa</button>
<br/>
<button class="button button1" onclick="document.location='./formnaranja.php'" >Plantilla naranja</button>
</br>
<button class="button button1" onclick="document.location='./formverde.php'" >Plantilla Verde claro</button>
</div>
</div><br>
<footer class="footer">
<div class="row">
<div class="col- col-sm-6 col-md-6 col-lg-6 col-xl-6 col-xxl-6">
<ul class="menu-footer">
<li class="menu-li">Contactar</li>
<li class="menu-li"><i class="fa fa-phone"></i> 44-48 836 294</li>
<li class="menu-li"><i class="fa fa-envelope"></i> alecrz_16@hotmail.com</li>
<li class="menu-li"><i class="fa fa-github"></i> alecrz_16@hotmail.com</li>
<li class="menu-li">Horario telefonico: Lun a Vie 9:00h a 18:00h</li>
</ul>
</div>
</div>
<div class="row linea">
<div class="col- col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12">
<p class="text-center">© Company, Inc. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>