diff options
| author | murilo ijanc | 2026-03-24 21:41:06 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-24 21:41:06 -0300 |
| commit | f186b71ca51e83837db60de13322394bb5e6d348 (patch) | |
| tree | cd7940eaa16b83d2cde7b18123411bfb161f7ebb /pt-br/news/hello-world/index.html | |
| download | website-f186b71ca51e83837db60de13322394bb5e6d348.tar.gz | |
Initial commit
Import existing tesseras.net website content.
Diffstat (limited to 'pt-br/news/hello-world/index.html')
| -rw-r--r-- | pt-br/news/hello-world/index.html | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/pt-br/news/hello-world/index.html b/pt-br/news/hello-world/index.html new file mode 100644 index 0000000..5e8fcec --- /dev/null +++ b/pt-br/news/hello-world/index.html @@ -0,0 +1,81 @@ +<!DOCTYPE html> +<html lang="pt-br"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Olá, Mundo — Tesseras</title> + <meta name="description" content="Apresentando o projeto Tesseras — uma rede P2P para preservar memórias humanas."> + <!-- Open Graph --> + <meta property="og:type" content="article"> + <meta property="og:title" content="Olá, Mundo"> + <meta property="og:description" content="Apresentando o projeto Tesseras — uma rede P2P para preservar memórias humanas."> + <meta property="og:image" content="https://tesseras.net/images/social.jpg"> + <meta property="og:image:width" content="1200"> + <meta property="og:image:height" content="630"> + <meta property="og:site_name" content="Tesseras"> + <!-- Twitter Card --> + <meta name="twitter:card" content="summary_large_image"> + <meta name="twitter:title" content="Olá, Mundo"> + <meta name="twitter:description" content="Apresentando o projeto Tesseras — uma rede P2P para preservar memórias humanas."> + <meta name="twitter:image" content="https://tesseras.net/images/social.jpg"> + <link rel="stylesheet" href="https://tesseras.net/style.css?h=21f0f32121928ee5c690"> + + + <link rel="alternate" type="application/atom+xml" title="Tesseras" href="https://tesseras.net/atom.xml"> + + + <link rel="icon" type="image/png" sizes="32x32" href="https://tesseras.net/images/favicon.png?h=be4e123a23393b1a027d"> + +</head> +<body> + <header> + <h1> + <a href="https://tesseras.net/pt-br/"> + <img src="https://tesseras.net/images/logo-64.png?h=c1b8d0c4c5f93b49d40b" alt="Tesseras" width="40" height="40" class="logo"> + Tesseras + </a> + </h1> + <nav> + + <a href="https://tesseras.net/pt-br/about/">Sobre</a> + <a href="https://tesseras.net/pt-br/news/">Notícias</a> + <a href="https://tesseras.net/pt-br/releases/">Lançamentos</a> + <a href="https://tesseras.net/pt-br/faq/">FAQ</a> + <a href="https://tesseras.net/pt-br/subscriptions/">Inscrições</a> + <a href="https://tesseras.net/pt-br/contact/">Contato</a> + + </nav> + <nav class="lang-switch"> + + <a href="https://tesseras.net/news/hello-world/">English</a> | <strong>Português</strong> + + </nav> + </header> + + <main> + +<article> + <h2>Olá, Mundo</h2> + <p class="news-date">2026-02-13</p> + <p>Hoje anunciamos o projeto Tesseras: uma rede peer-to-peer para preservar +memórias humanas através dos milênios.</p> +<p>Tesseras é construído sobre uma ideia simples — suas fotos, gravações e escritos +merecem sobreviver a qualquer empresa, plataforma ou formato de arquivo. Cada +pessoa cria uma tessera, uma cápsula do tempo autocontida que a rede mantém viva +através de ajuda mútua e redundância.</p> +<p>O projeto está em seu estágio mais inicial. Estamos construindo a fundação: +ferramentas para criar, verificar e exportar tesseras offline. A camada de rede, +replicação e aplicativos virão em seguida.</p> +<p>Se essa missão ressoa com você, +<a href="/pt-br/subscriptions/">entre na lista de discussão</a> ou navegue pelo +<a rel="external" href="https://git.sr.ht/~ijanc/tesseras">código-fonte</a>.</p> + +</article> + + </main> + + <footer> + <p>© 2026 Tesseras Project. <a href="/atom.xml">News Feed</a> · <a href="https://git.sr.ht/~ijanc/tesseras">Source</a></p> + </footer> +</body> +</html> |