-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (40 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="imagenes/icons8-computer-50.ico">
<meta charset="utf-8">
<link rel="stylesheet" href="css/estilopc.css">
<title>PCfixer</title>
</head>
<body>
<header class="header">
<h1 style="color: rgb(78, 16, 16)"><u>PC fixer</u></h1>
</header>
<nav class="nav" style="color:orangered">Navegador</nav>
<main class="main">
<section class="section">
<h3 class="subtitulos" style="color: rgb(29, 19, 19)"><mark>Vamos a domicilio</mark></h3>
<p style="color:white">Si tu PC esta rota y no esta funcionando como antes, podemos ir a tu domicilio para repararla.</p><img src="imagenes/compu(1).jpg" alt="pc" title="computadora" width="200" height="200" border="1"><img src="imagenes/coputadoras(2).jpg" alt="pc" title="computadora" width="200" height="200" border="1"><p style="color:white">Estamos ubicados en capital federal</p>
</section>
<article class="article">
<h3 class="subtitulos" style="color: rgb(29, 19, 19)"><mark>Armamos tu PC</mark></h3>
<p style="color:white">Armamos la computadora que quieras con las carecteristicas que vos quieras. Pedinos el presupuesto. Tu consulta no nos molesta.</p><img src="imagenes/compu(4).jpg" alt="pc" title="computadoragamer" width="200" height="200" border="1"><img src="imagenes/compu(6).jpg" alt="pc" title="computadoradeescritorio" width="100%" height="200" border="1">
</article>
<aside class="aside">
<h3 class="subtitulos" style="color: rgb(29, 19, 19)"><mark>Mantenimiento y limpieza</mark></h3>
<p style="color:white">Si notas que tu computadora esta mas lenta de lo normal, no esperes a que se descomponga. Es importante realizar una limpieza de mantenimiento, tanto de los componentes del hardware como del software de manera periodica.</p><img src="imagenes/coputadoras(3).jpg" alt="pc" title="computadora" width="200" height="200" border="1">
</aside>
</main>
<footer class="footer">
<div id="contacto">
<h5 style="color:white"><u>Contacto:</u></h5>
<p style="color:white"><small>Cel: 11-3046-0651</small></p>
</div>
<div id="mapa">
<p style="color:white">Estamos aca: </p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3283.3591925266346!2d-58.454138500000006!3d-34.620362199999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x95bcca22f976fd87%3A0x21a3635ced632b1f!2sAv.%20Avellaneda%201601%2C%20C1406FYB%20Cdad.%20Aut%C3%B3noma%20de%20Buenos%20Aires!5e0!3m2!1sen!2sar!4v1711738946172!5m2!1sen!2sar" width="200" height="200" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<p style="color:white">El icono de la pagina es de: <a target="_blank" href="https://icons8.com/icon/1345/workstation">Computer</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a></p>
</footer>
</body>
</html>