-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (71 loc) · 4.1 KB
/
Copy pathindex.html
File metadata and controls
90 lines (71 loc) · 4.1 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
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="css/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/estilo.css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://jackson.jesus.nom.br/rss.xml">
<title>index</title>
</head>
<body>
<header role="banner">
<h1>Jackson de Jesus</h1>
<p>Hacker do bem, escritor do mal.</p>
<nav aria-label="Navegação principal">
<a href="index.html">Início</a>
<a href="avinha/avinha.html">Avinha</a>
<a href="videos/recortes.html">Recortes</a>
<a href="textos/textos.html">Textos</a>
<a href="sobre.html">Sobre</a>
</nav>
<div class="tema-switch">
<button id="btn-tema" type="button" aria-pressed="false" aria-label="Alternar entre os temas"
onclick="toggleTheme()">
</button>
</div>
</header>
<main id="conteudo" role="main">
<article>
<div id="Início"><h1 id="Início" class="header"><a href="#Início">Início</a></h1></div>
<p>
Oi, escrevo este site, apelidado de sitezinho, para tentar organizar conteúdos relacionados com estudos pessoais sob a licença <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR">Creative Commons (link externo)</a>. Sua versão anterior continua disponível <a href="https://antigo.jackson.jesus.nom.br">neste link (externo)</a>, assim como a página de <a href="https://antigo.jackson.jesus.nom.br/referencias.html">referências (link externo)</a>.
</p>
<p>
Esta nova versão é gerada com o plugin <a href="https://github.com/vimwiki/vimwiki">Vimwiki (link externo)</a> do programa <a href="https://www.vim.org/">Vim (link externo)</a>, meu editor de texto favorito. O motivo é simples: praticidade. Depois de alguns ajustes, é só digitar, exportar uma única vez e apenas ir salvando as edições.
</p>
<p>
O sitezinho mantém uma cópia no <a href="https://vaporhole.xyz/usuarios_websites.html">Vaporhole (link externo)</a>, uma rede social lenta e também está listado no <a href="https://lerama.pcdomanual.com">Lerama (link externo)</a>, um diretório e buscador de blogs pessoais atualizados em tempo real; dois excelentes lugares para se ler textos feitos por humanos.
</p>
<p>
Relembrando, aqui não coleto dados pessoais, não forço anúncios, manipulação algorítmica, enfim, nada de ruim que se popularizou pela Internet nos últimos tempos. O único código JavaScript usado coleta estritamente métricas de acesso e você pode saber mais nesta página do <a href="https://docs.simpleanalytics.com/what-we-collect">Simple Analytics (link externo)</a>.
</p>
<div id="Início-Textos recentes:"><h4 id="Textos recentes:" class="header"><a href="#Início-Textos recentes:">Textos recentes:</a></h4></div>
<ul>
<li>
<a href="textos/consciencia-negra.html">Sobre (a importância d) o dia da consciência negra...</a>
<li>
<a href="textos/professores.html">Sobre o dia das professoras (revisado)...</a>
<li>
<a href="https://antigo.jackson.jesus.nom.br/textos/hacker.html">Sobre (o termo) hacker... (link externo para texto antigo)</a>
</ul>
<p>
Excelente leitura!
</p>
</article>
</main>
<footer role="contentinfo">
<p>Criado com <a href="https://github.com/vimwiki/vimwiki" title="Vimwiki" target="_blank">Vimwiki</a>, hospedado no <a href="https://gitlab.com/jacksonjesus/sitezinho" title="GitLab" target="_blank">GitLab</a> sob a
licença <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR"
title="Creative Commons (CC BY-SA 4.0)" target="_blank">CC BY-SA 4.0</a> e <a
href="https://jeffhuang.com/designed_to_last" title="Esta página foi projetada para durar."
target="_blank">projetado para durar.</a>
<p>Última revisão: 2025-11-20 - <a href="site-map.html">Mapa do site</a> - <a href="rss.xml">RSS</a>
</p>
</footer>
<script src="js/tema.js"></script>
<!-- 100% privacy-first analytics -->
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>