forked from omiras/WebProgatsStarterTailwind
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
55 lines (50 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="main.css">
<!-- <link rel="stylesheet" href="print.css" media="print"> -->
</head>
<body>
<header>
<h1>Progats</h1>
<img>
<nav>
<a>Equipo</a>
<a>Servicios</a>
<a>Contacto</a>
</nav>
</header>
<!-- <section>
<p>¡Un hogar para cada gatito!</p>
</section>
<h2>Equipo</h2>
<section>
<article>
<h3>Patricia</h3>
<p>Fundadora</p>
</article>
<article>
<h3>Verónica</h3>
<p>Voluntaria</p>
</article>
<article>
<h3>Edurne</h3>
<p>Voluntaria</p>
</article>
</section>
<footer>
<p>PROGAT es una asociación sín ánimo de lucro. Apóyanos con <strong>
<a href="https://www.progatslagarriga.com">una
donación</a>
</strong>. ¡Muchas
gracias!</p>
</footer>
<div id="swipeUp">
<a href="#top"><img src="./img/paw.png" alt="swipe up arrow"></a>
</div> -->
</body>
</html>