-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathejercicios.html
More file actions
36 lines (36 loc) · 1.21 KB
/
ejercicios.html
File metadata and controls
36 lines (36 loc) · 1.21 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ejercicios</title>
<link rel="stylesheet" href="style3.css" />
</head>
<body>
<header>
<a href="index.html" class="header-name">Blog de Luiggi</a>
<nav>
<a href="index.html" class="header-inicio">Inicio</a>
<a href="portfolio.html" class="header-button">Portafolio</a>
</nav>
</header>
<section class="sección1">
<div class="presentación">
<h1>Ejercicios para jugar con la consolA</h1>
<p class="presentación-texto">
He preparado una serie de 10 mini ejercicios para que puedas jugar e
interactuar con la web. Si ya probaste la calculadora de IMC estos
también te van a gustar. Sin mas que decir dale a
<span id="empezar">Empezar</span> y disfruta.
</p>
</div>
</section>
<section class="sección3">
<div class="contactar-class">
<h2 class="contactar">¿Puedo Ayudarte?</h2>
<button class="header-button2">Contáctame!</button>
</div>
</section>
<script src="scrypt.js"></script>
</body>
</html>