-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalores.html
102 lines (83 loc) · 3.06 KB
/
valores.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1"/>
<title> Repsol </title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="estilos.css"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<header>
<div align="center">
<img width="500px" height="200px" src="img\Repsol_Logo.jpg" alt="logo repsol">
</div>
<h2>Tu compañía de soluciones energéticas</h2>
</header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="navbar-brand" href="index.html"><h3>Inicio</h3></a>
<a class="nav-link" href="contacto.html"><h5>Contacto</h5></a>
<a class="nav-link" href="valores.html"><h5>Tarifas</h5></a>
<a class="nav-link" href="clima.html"><h5>Solar</h5></a>
</div>
</div>
</div>
</nav>
<div class="espaciador"></div>
<div class="estilo2">
<h3>Nuestras tarifas</h3>
<table class="table table-striped table-dark">
<thead>
<tr>
<th scope="col">TARIFAS 2022</th>
<th scope="col"></th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><b> Ahorro Plus</b></th>
<td>Precio fijo el kw</td>
<td>100% online</td>
</tr>
<tr>
<th scope="row">Tarifa Fija</th>
<td>Tarifa mensual fija hasta un numero de kw</td>
<td>100% online</td>
</tr>
</tbody>
</table>
</div>
<div class="estilo2">
<table class="default">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</br>
<tr>
<td><b></b></td>
<td></td>
<td></td>
</tr>
</table>
</div>
<div class="espaciador"></div>
<div class="estilo2" >
<h3> Por que #somosfuturo </h3>
</div>
<div class="espaciador"></div>
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/vambbmwkHP0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="espaciador"></div>
<footer align="center">
Repsol by Camach @Copyright 2022 España
</footer>
</body>
</html>