-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (102 loc) · 7.09 KB
/
Copy pathindex.html
File metadata and controls
113 lines (102 loc) · 7.09 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Página de Sysarmy Galicia. Comunidad de IT en Galicia.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Reddit+Mono:wght@200..900&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="./css/styles.css">
<link rel="icon" href="./img/logoSysarmyNoBg.webp">
<title>Sysarmy Galicia</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light mx-5">
<div class="container text-center">
<a class="navbar-brand d-lg-none" href="/">
<img src="./img/logoSysarmyNoBg.webp" alt="logoSysarmyNoBg" width="100" height="100">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarTogglerDemo01">
<div class="d-none d-md-block">
<a href="/"><img src="./img/logoSysarmyNoBg.webp" alt="logoSysarmyNoBg" width="100" height="100"></a>
</div>
<ul class="navbar-nav me-auto mb-2 mb-lg-0 ">
<li class="nav-item mx-5">
<a class="nav-link h3 Esp" aria-current="page" href="quienessomos.html">Nosotros</a>
<a class="nav-link h3 Gal" aria-current="page" href="quienessomos.html">Nós</a>
</li>
<li class="nav-item mx-5">
<a class="nav-link h3" aria-current="page" href="https://www.lareiraconf.es/">LareiraConf</a>
</li>
<li class="nav-item mx-5">
<a class="nav-link h3" href="codigodeconducta.html">Normas</a>
</li>
<li class="nav-item mx-5">
<a class="nav-link h3" href="galeria.html">Galería</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="language-buttons">
<button onclick="changeLanguage('es')" id="EspButton">Español</button>
<button onclick="changeLanguage('gl')" id="GalButton">Gallego</button>
</div>
<div class="container text-center my-5">
<h1 class="Esp">Bienvenidos a la comunidad de Sysarmy en Galicia</h1>
<h1 class="Gal">Benvidos á comunidade de Sysarmy en Galicia</h1>
<p class="Esp">Sysarmy es la comunidad de sistemas que nuclea a profesionales del área para favorecer el contacto
y el
intercambio de conocimiento de manera informal.
Somos el soporte de quienes dan soporte.
</p>
<p class="Gal">Sysarmy é a comunidade de sistemas que nuclea a profesionais da área para favorecer o contacto e o
intercambio de coñecemento de maneira informal.
Somos o soporte de quen dá soporte.</p>
<img src="./img/Portada1.webp" alt="Logo Portada 1 Sysarmy" class="img-fluid rounded" style="max-height: 50rem;">
</div>
</main>
<footer>
<div class="container text-center my-5 footer" id="footer">
<p class="Esp">Hecho con ♥ para Sysarmy Galicia.</p>
<p class="Gal">Feito con ♥ para Sysarmy Galicia.</p>
<p class="mb-5"><a href="https://t.me/Gallegarmy" class="footer mx-2" title="Visitar Telegram"><svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-telegram"
viewBox="0 0 16 16">
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09" />
</svg></a>
<a href="https://github.com/Gallegarmy" class="footer mx-2" title="Visitar Github"><svg
xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-github"
viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8" />
</svg></a>
<a href="https://discord.gg/sysarmy-128531369788833793" class="footer mx-2"><svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-discord"
viewBox="0 0 16 16">
<path
d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612" />
</svg></a>
</p>
</div>
</footer>
<script src="./js/language.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"></script>
</body>
</html>