-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (157 loc) · 7.21 KB
/
index.html
File metadata and controls
165 lines (157 loc) · 7.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!--
Autumn64's pages
Copyright (C) 2023-2026 Mónica Gómez (Autumn64)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="es-MX">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/css/styles.css">
<link rel="stylesheet" href="/static/css/layout-pc.css">
<link rel="stylesheet" href="/static/css/layout-mobile.css">
<link rel="stylesheet" href="/static/css/page.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols">
<link rel="icon" type="image/x-icon" href="/static/misc/favicon.ico">
<link rel="me" href="https://mast.lat/@autumn64">
<link rel="me" href="https://kolektiva.social/home">
<link rel="me" href="https://esperanto.masto.host/@autumn_64">
<link rel="me" href="https://blahaj.zone/@autumn_64">
<link rel="me" href="https://pixelfed.social/autumn_64">
<title>Inicio - Sitio de Autumn64</title>
</head>
<body>
<header>
<nav id="main-nav">
<a href="/" class="logo logo-desktop">
<img src="/static/logo/logo_square.svg">
</a>
<section id="mobile-header">
<a href="/" class="logo logo-mobile">
<img src="/static/logo/logo_line.svg">
</a>
<input type="checkbox" id="menu-toggle">
<label for="menu-toggle"><span id="menu-toggle-icon" class="material-symbols"></span></label>
</section>
<section id="nav-links">
<a href="/" active>Inicio</a>
<a href="/about" >Acerca de</a>
<a href="/blog" >Blog</a>
<a href="/contact" >Contacto</a>
<a href="/donate" >Donar</a>
</section>
</nav>
</header>
<main>
<link rel="stylesheet" href="/static/css/include/index.css">
<p>¡Hola! Soy Autumn64, una estudiante de Ingeniería en Sistemas mexicana. Este es el lugar en el que comparto mis hobbies.</p>
<h1>Principales actividades</h1>
<table>
<tbody>
<tr>
<td><a href="/services"><span class="activity activity-web" style="background-position: center 1px;"></a></td>
<td><a href="/services"><p>Servicios web basados en Software Libre</p></a></td>
</tr>
<tr>
<td><a href="/foss"></a><span class="activity activity-foss" style="background-position: center -99px;"></td>
<td><a href="/foss"><p>Activismo por el Software Libre</p></a></td>
</tr>
<tr>
<td><a href="/drawings"><span class="activity activity-foss" style="background-position: center -200px;"></a></td>
<td><a href="/drawings"><p>Dibujos</p></a></td>
</tr>
<tr>
<td><a href="https://linktr.ee/autumn64_music" target="_blank"><span class="activity activity-foss" style="background-position: center -301px;"></a></td>
<td><a href="https://linktr.ee/autumn64_music" target="_blank"><p>Música independiente</p></a></td>
</tr>
<tr>
<td><a href="https://cloud.gnlug.org/s/H8J97Z9qKjcPMeX" target="_blank"><span class="activity activity-foss" style="background-position: center -403px;"></a></td>
<td><a href="https://cloud.gnlug.org/s/H8J97Z9qKjcPMeX" target="_blank"><p>Artículos y libros en español y esperanto</p></a></td>
</tr>
<tr>
<td><a href="/games"><span class="activity activity-foss" style="background-position: center -509px;"></a></td>
<td><a href="/games"><p>Videojuegos en estilo 8-bits</p></a></td>
</tr>
</tbody>
</table>
<h1>Sígueme en mis redes sociales</h1>
<section id="social-icons">
<a href="https://linktr.ee/autumn64" target="_blank">
<div class="social-icon" style="background-color: #43E55E;">
<span class="icon icon-linktree" style="background-position: -2.5px;"></span>
</div>
</a>
<a href="/fediverse">
<div class="social-icon" style="background-color: #6364FF;">
<span class="icon icon-fediverse" style="background-position: -38px;"></span>
</div>
</a>
<!--a href="https://www.instagram.com/autumn._64/" target="_blank">
<div class="social-icon" style="background-color: #FF0069;">
<img src="/static/social/instagram.svg">
</div>
</a-->
<a href="https://www.youtube.com/@autumn_64" target="_blank">
<div class="social-icon" style="background-color: #FF0000;">
<span class="icon icon-youtube" style="background-position: -116px;"></span>
</div>
</a>
<a href="https://codeberg.org/autumn64" target="_blank">
<div class="social-icon" style="background-color: #2185D0;">
<span class="icon icon-codeberg" style="background-position: -194.5px;"></span>
</div>
</a>
</section>
<footer>
<section id="badges">
<a href="https://www.fsf.org/" target="_blank">
<span class="badge badge-fsf" style="width: 121px; background-position: -2px;"></span>
</a>
<a href="https://www.gnu.org/" target="_blank">
<span class="badge badge-gnu" style="width: 86px; background-position: -125px;"></span>
</a>
<a href="https://www.bittorrent.org/" target="_blank">
<span class="badge badge-bt" style="width: 86px; background-position: -214px;"></span>
</a>
<a href="https://www.torproject.org/" target="_blank">
<span class="badge badge-tor" style="width: 53px; background-position: -301px;"></span>
</a>
<a href="http://stopcpozlbfa4s4fuhisthyaivzbewe2rihsadarlkvqv5gaphkrvvyd.onion/" target="_blank">
<span class="badge badge-stopcp" style="width: 38px; background-position: -354px;"></span>
</a>
<a href="https://jointhefediverse.net/" target="_blank">
<span class="badge badge-fediverse" style="width: 29px; background-position: -395px;"></span>
</a>
<a href="https://es.anarchistlibraries.net/library/alexander-berkman-el-abc-del-comunismo-libertario" target="_blank">
<span class="badge badge-ancom" style="width: 30px; background-position: -427px;"></span>
</a>
<a href="https://anarchistfaq.org/afaq/index.html" target="_blank">
<span class="badge badge-transanarchist" style="width: 30px; background-position: -459px;"></span>
</a>
<a href="https://hillhouse.neocities.org/journal/notes/palestine" target="_blank">
<span class="badge badge-palestine" style="width: 86px; background-position: -492px;"></span>
</a>
<a href="https://lernu.net/" target="_blank">
<span class="badge badge-esperanto" style="width: 89px; background-position: -580px;"></span>
</a>
</section>
<section id='notbyai'>
<span class="notbyai notbyai-es" style="width: 125px; background-position: -895px;"></span>
<span class="notbyai notbyai-en" style="width: 125px; background-position: -1023px;"></span>
<span class="notbyai notbyai-eo" style="width: 125px; background-position: -1152px;"></span>
</section>
<p>Autumn64 CC BY 2023-2026. <a data-i18n="footer.a" href="https://codeberg.org/Autumn64/pages/src/branch/src" target="_blank">Código fuente</a></p>
</footer>
</main>
</body>
</html>