This repository has been archived by the owner on Aug 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (98 loc) · 4.57 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<title>Templar Knights Guild</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="author" content="Peter Damian G" />
<meta name="description" content="Sitio oficial del guild de video-juegos Templar Knights." />
<!-- Open Graph Data -->
<meta property="og:title" content="Templar Knights Guild" />
<meta property="og:type" content="website" />
<link rel="image_src" href="img/imageopengraph.jpg" />
<meta property="og:image" content="img/imageopengraph.jpg" />
<meta property="og:description" content="Página Web del guild de video-juegos Templar Knights. Conformado por amigos de toda la vida, através de multitud de juegos." />
<meta property="og:site_name" content="Templar Knights Guild" />
<!-- Twitter Card Data -->
<meta name="twitter:card" content="website" />
<meta name="twitter:site" content="@templar_knights_guild" />
<meta name="twitter:title" content="Templar Knights Guild" />
<meta name="twitter:description" content="Web oficial del clan de jugandores conocido como Templar Knights, una pequeña comunidad de amigos leales a través de los años que juegan juntos." />
<meta name="twitter:creator" content="@templar_knights_guild" />
<meta name="twitter:image" content="img/imageopengraph.jpg" />
<!-- External Sources -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/ico" />
<link href="css/font.css" rel="stylesheet" type="text/css" />
<link href="css/templatetkg.css" rel="stylesheet" type="text/css" />
<link href="css/home.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/templatetkg.js"></script>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
</head>
<body>
<!--Se crea la plantilla del menú de navegación con una función-->
<nav id="navegacion"></nav>
<!-- Cabecera -->
<header class="header">
<article class="header-content">
<img src="img/logo.jpg" alt="Logo Templar Knights Guild" class="logo">
<h1 class="title">Templar Knights Guild</h1>
<p class="text">
Sitio web oficial del guild Templar Knights. Grupo de jugadores en multitud de juegos.
</p>
</article>
</header>
<!-- Redes Sociales -->
<section class="services text-center">
<h2 class="title">¿Dónde encontrarnos?</h2>
<article class="container grid-3">
<section>
<a class="animateiconlink" href="https://discord.gg/f5aXF3C">
<i class="fab fa-discord fa-5x"></i>
<br/>
<h3>Discord</h3>
<br/>
</a>
<p>Estamos en un canal privado de Discord, donde podemos comunicarnos.</p>
</section>
<section>
<a class="animateiconlink" href="https://steamcommunity.com/groups/templarsknightsdota#members">
<i class="fab fa-steam fa-5x"></i>
<br/>
<h3>Steam</h3>
<br/>
</a>
<p>Un grupo en steam, donde puedes solicitar unirte.</p>
</section>
<section>
<a class="animateiconlink" href="http://templars-knights.foroactivo.com/">
<i class="fas fa-bookmark fa-5x"></i>
<br/>
<h3>Foro</h3>
<br/>
</a>
<p>Antiguo foro, donde rememoramos sucesos.</p>
</section>
</article>
</section>
<!-- Sobre Nosotros -->
<section class="bg-light">
<article class="container text-center">
<article class="grid-2">
<article class="center">
<i class="fas fa-khanda fa-10x"></i>
</article>
<article>
<h3 class="title2">¡Sobre Nosotros!</h3>
<br/>
<p>
<span>Somos un grupo de amigos, los cuales hemos compartidos innumerables partidas en nuestros juegos favoritos. Siempre dispuestos a enfrentar los retos y superarlos cueste lo que cueste. Dispuestos a aceptar a aquellos nuevos miembros, con ganas de pasar buenos momentos y simplemente GG.</span>
</p>
</article>
</article>
</article>
</section>
<!--Se crea la plantilla del pie de página con una función-->
<footer id="piedepagina"></footer>
</body>
</html>