-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentaciones.html
86 lines (70 loc) · 3.46 KB
/
presentaciones.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
<!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>EIT</title>
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/44821f07c9.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<a href="https://xabec.es/"><img src="./Xabec_logo.png" alt="" width="" height="80px"></a>
<h1>Equipos e Instalaciones Térmicas</h1>
</header>
<nav>
<a href="./index.html"><i class="fa-solid fa-house"></i>Inicio</a>
<a href="./presentaciones.html"><i class="fa-solid fa-film"></i>Presentaciones</a>
<div class="dropdown">
<p><i class="fa-solid fa-folder-open"></i> Recursos</p>
<div class="dropdown-menu">
<a href="">Normativa</a>
<a href="">Documentos de apoyo</a>
<a href="">guías técnicas</a>
<a href="">Software PC</a>
<a href="">APPs Movil</a>
<a href="">Webs de interés</a>
</div>
</div>
<a href=""><i class="fa-solid fa-file"></i>ProyectX</a>
<a href="\"><i class="fa-brands fa-youtube"></i>Videos</a>
<a href="./vr.html"><i class="fa-solid fa-vr-cardboard"></i>VR</a>
</nav>
<main class="m-pres">
<div class="canva">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAEmVMx0RgI/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<div class="canva">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAFQ_SWjfUk/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<div class="canva">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAFS9xGlQWc/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<div class="canva">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAFTPls51cc/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<div class="canva">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAFXK0KyMFE/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<div class="canva">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAFZb7qjAvk/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
</main>
<footer>
<p> Web design by JMA - <i class="fa-brands fa-creative-commons"></i>Creative Commons license</p>
</footer>
</body>
</html>