-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (71 loc) · 3.21 KB
/
index.html
File metadata and controls
85 lines (71 loc) · 3.21 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html lang="es">
<head>
<title>PokeGO CL</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="twitter:description" content="Website de registro de entrenadores">
<meta name="twitter:title" content="PokeGO CL Limache">
<meta property="og:image" content="./assets/images/hero.png">
<meta name="description" content="Website de registro de entrenadores">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="./assets/images/hero.png">
<!-- icon -->
<link rel="icon" href="./favicon.png" type="image/png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body class="body">
<!-- Header -->
<header class="hero">
<nav class="nav ">
<img src="assets/images/logo.svg" alt="logotipo" class="nav__logo">
</nav>
<section class="hero__container">
<figure class="hero__picture wow pulse animated" data-wow-delay="300ms" data-wow-iteration="infinite"
data-wow-duration="2s">
<img src="assets/images/hero.png" alt="" class="hero__img">
</figure>
<div class="hero__text">
<h1 class="hero__title">
<span class="hero__title--active"> PokéGO </span><span class="hero__title--activeDos">CL</span>
</h1>
<p class="hero__paragraph">
Comunidad de Pokémon GO Limache de Chile
</p>
<a href="#" class="hero__cta register">Regístrate</a>
<a href="./pages/entrenadores.html" class="hero__cta entrenadores">Entrenadores</a>
</div>
</section>
<div class="contact">
<a href="https://m.facebook.com/groups/pokemongolimache/?_se_imp=0y3VBhSuCVVnrMMWb" class="contact__link"
target="_blank" aria-label="Facebook oficial de la comunidad">
<i class="bi bi-facebook contact__icon contact__icon--fb"></i>
</a>
<a href="https://t.me/pokegolimache" class="contact__link" target="_blank"
aria-label="Telegram oficial de la comunidad Pokémon go Limache">
<i class="bi bi-telegram contact__icon contact__icon--tg"></i>
</a>
<a href="https://chat.whatsapp.com/LY7BdzQwMoLIom2ISqQZW6" class="contact__link" target="_blank"
aria-label="WhatsApp oficial de la comunidad Pokémon go Limache">
<i class="bi bi-whatsapp contact__icon contact__icon--wsp"></i>
</a>
</div>
</header>
<!-- Loader -->
<!-- <div class="loader">
<img src="./assets/images/spinning.svg">
</div> -->
<div class="loader">
<div class="pokeball">
</div>
</div>
<!-- Optional JavaScript -->
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="js/script.js"></script>
</body>
</html>