-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (46 loc) · 1.72 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!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">
<link rel="stylesheet" href="./src/styles/navbar.css">
<link rel="stylesheet" href="./src/styles/header.css">
<link rel="stylesheet" href="./src/styles/section.css">
<link rel="stylesheet" href="./src/styles/products.css">
<title>Isabel Moreno Designer</title>
</head>
<body>
<!-- navbar -->
<nav class="navbar">
<figure>
<img class="logo-header" src="./public/assets/Logo2.0.png" alt="">
</figure>
<ul class="containItem">
<li class="item">Portafolio</li>
<li class="item">Contacto</li>
<li class="item desplegar"> Mis Servicios
<div class="list">
<div id="MisServicios" class="list__buy">
</div>
<div class="list__button">
<button class="btn">Cotice aquí</button>
</div>
</div>
</li>
</ul>
</nav>
<!-- header -->
<header class="header">
<div class="containText">
<h1 class="title">Diseñadora Web Freelance</h1>
<p class="parrafo">Servicio de diseño web profesional, Optimización de páginas web, Posicionamiento y Soporte técnico</p>
<a class="btnProductos" href="#">> Contáctame</a>
</div>
</header>
<section id="products" class="products">
<!-- card -->
</section>
<script src="src/js/main.js" type="module"></script>
</body>
</html>