-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforo.html
92 lines (91 loc) · 3.27 KB
/
foro.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
<!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="css/foro.css">
<link rel="stylesheet" href="css/headerFooter.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
<title>Tanks: Foro</title>
</head>
<body>
<header>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<a href="index.html" class="enlace">
<img src="imagenes/logozorro.png" alt="" class="logo">
</a>
<p id="iniciar_sesion"><a href="iniciarSesion.html">Iniciar sesión</a> o <a href="registrarse.html" >registrarse</a></p>
<ul>
<li><a href="index.html" class="active">Inicio</a></li>
<li><a href="clanes.html">Clanes</a></li>
<li><a href="premium.html">Tienda premium</a></li>
<li id="desplegable"><a>Mas</a>
<ul>
<li><a href="servicios.html">Servicios</a></li>
<li><a href="soporte.html">Soporte</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="foro.html">Foro</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<main>
<h1>Foro en español</h1>
<h3>Foros</h3>
<section id="sectionContenedora">
<section>
<img src="./imagenes/grupo.png">
<a>Noticias e información</a>
<p>1038 posts</p>
</section>
<section>
<img src="./imagenes/grupo.png">
<a>Concursos y Sorteos </a>
<p>389 posts</p>
</section>
<section>
<img src="./imagenes/grupo.png">
<a>Discusión General</a>
<p>960 posts</p>
</section>
<section>
<img src="./imagenes/grupo.png">
<a>Guías y Estrategia</a>
<p>273 posts</p>
</section>
<section id="section5">
<img src="./imagenes/grupo.png">
<a>Soporte Técnico</a>
<p>874 posts</p>
</section>
</section>
</main>
<footer>
<section id="sectionRRSS">
<a href=""><img src="imagenes/discord.png"/></a>
<a href=""><img src="imagenes/instagram.png"/></a>
<a href=""><img src="imagenes/facebook.png"/></a>
<a href=""><img src="imagenes/youtube.png"/></a>
</section>
<section>
<nav>
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="clanes.html">Clanes</a></li>
<li><a href="premium.html">Tienda premium</a></li>
<li><a href="servicios.html">Servicios</a></li>
<li><a href="soporte.html">Soporte</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="foro.html">Foro</a></li>
</ul>
</nav>
</section>
</footer>
</body>
</html>