-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Mi Blog</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/font/flaticon.css">
<link rel="stylesheet" href="css/media-queries.css">
</head>
<body>
<header>
<section class="header-icons-container">
<div class="icons">
<a href="/"><span class="flaticon-001-facebook"></span></a>
<a href="/"><span class="flaticon-002-twitter"></span></a>
<a href="/"><span class="flaticon-011-instagram"></span></a>
<a href="/"><span class="flaticon-010-linkedin"></span></a>
<a href="/"><span class="flaticon-008-youtube"></span></a>
</div>
</section>
<nav>
<section class="nav-logo-container">
<a href="/"><img src="assets/img/Logo-negro.png" alt="Logo de mi blog" > </a>
</section>
<section class="profile-link">
<a href="perfil.html">Sobre mí</a>
</section>
</nav>
</header>
<main class="home-main">
<section>
<h1 class="home-main-text">Conoce las novedades y <br> noticias del Mundo Tech</h1>
<a class="home-main-button" href="blogs.html">Entra ya!</a>
</section>
</main>
</body>
</html>