-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
64 lines (64 loc) · 2.97 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>blog de alexa castillo</title>
<link rel="stylesheet" href="css/blog.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<head>
<body>
<!--Header - menu-->
<header>
<div class="header-content">
<div class="logo">
<h1>Alexa <b> Castillo </b></h1>
<img src="img/foto1_alexa.jpg" alt="" width="58px" height="67px">
</div>
<div class="menu" id="show-menu">
<nav>
<ul>
<li><a href="index.html" title="Página inicial"><i class='bx bx-home-heart' alt="Página Inicial" width="20px" height="20px"></i> Inicio</a></li>
<li><a href="proyectos.html" title="Proyectos"><i class='bx bxs-component' alt="Proyectos" width="20px" height="20px"></i> Proyectos</a></li>
<li><a href="blog.html" title="Blog de Alexa"><i class='bx bxl-blogger' alt="blog de Alexa" width="20px" height="20px"></i> Blog</a></li>
<li><a href="contacto.html" title="Contacto"><i class='bx bx-user-check' alt="Contáctame" width="20px" height="20px"></i> Contacto</a></li>
</ul>
</nav>
</div>
<div id="icon-menu">
<i class='bx bx-menu' width="20px" height="20px"></i>
</div>
</div>
</header>
<!--Portada-->
<div class="container-all" id="move-content">
<div class="container-cover">
<div class="container-info-cover">
<h1>Blog de Alexa Castillo</h1>
<h3>Enseñando valores a través de la lectura</h3>
</div>
</div>
<!---Botón para ir hacia arriba-->
<div id="button-up">
<i class='bx bx-chevrons-up' width="50px" height="50px"></i>
</div>
<!--Pie de página-->
<div class="container-footer">
<footer>
<div class="logo-footer">
<h2>Alexa <b> Castillo </b></h2>
</div>
<div class="redes-footer"> <a href="#" title="Instagram"> <i class='bx bxl-instagram' alt="Sígueme por Instagram" width="40px" height="40px"></i> </a>
<a href="#" title="Meta"> <i class='bx bxl-meta' alt="Nos vemos en Meta" width="40px" height="40px" ></i> </a>
<a href="#" title="TikTok"> <i class='bx bxl-tiktok' alt="Mis rhels en TikTok" width="40px" height="40px" ></i> </a>
<a href="#" title="WhatsApp"> <i class='bx bxl-whatsapp' alt="Conversemos por WhatsApp" width="40px" height="40px" ></i> </a>
</div>
<hr>
<h4>(r) 2024 Alexandra Castillo Castillo - Todos los Derechos Reservados</h4>
</footer>
</div>
</div>
<script src="js/script.js">
</script>
</body>
</html>