- /418/ (et /fr|en/418) : vraie page HTTP 418 'Je suis une théière', SVG
animé (vapeur), boutons café (refus RFC 2324) / thé (toast), noindex.
- Nouveau public/js/global.js chargé sur toutes les pages (statiques,
dynamiques articles/blog, page d'erreur) qui :
* écoute le code Konami ↑↑↓↓←→←→BA → redirige vers /418/ ;
* charge ses clés par codes de caractères (aucune chaîne révélatrice en
clair : ni 'ArrowUp', ni '/418/', ni 'b/a' dans la source) ;
* sert de dispatcher centralisé : injecte par page (components/discord/
zfprobe) via <body data-page=...> ou règles de chemin, sans doublon.
- easter.js supprimé au profit de global.js unique sur 22 pages statiques.
63 lines
3.1 KiB
HTML
63 lines
3.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="The team behind Zektyc — Riric, founder and architect, and OpenCode, programmer." />
|
|
<meta name="robots" content="index, follow" />
|
|
<title>Team · Zektyc</title>
|
|
<link rel="canonical" href="https://riricdev.tail5ea5cd.ts.net/en/equipe/" />
|
|
<link rel="alternate" hreflang="fr" href="https://riricdev.tail5ea5cd.ts.net/fr/equipe/" />
|
|
<link rel="alternate" hreflang="en" href="https://riricdev.tail5ea5cd.ts.net/en/equipe/" />
|
|
<link rel="alternate" hreflang="x-default" href="https://riricdev.tail5ea5cd.ts.net/fr/equipe/" />
|
|
<meta name="theme-color" content="#070a0f" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Zektyc" />
|
|
<meta property="og:title" content="Team · Zektyc" />
|
|
<meta property="og:description" content="The team behind Zektyc — Riric, founder and architect, and OpenCode, programmer." />
|
|
<meta property="og:url" content="https://riricdev.tail5ea5cd.ts.net/en/equipe/" />
|
|
<meta property="og:image" content="https://riricdev.tail5ea5cd.ts.net/og-image.png" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta property="og:locale:alternate" content="fr_FR" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
<link rel="stylesheet" href="/css/style.css?v=8" />
|
|
</head>
|
|
<body>
|
|
<header id="h"></header>
|
|
|
|
<main class="legal" id="main">
|
|
<p class="legal-note"><a href="/en/">← Back to home</a></p>
|
|
<h1 data-i18n="team.title">Team</h1>
|
|
<p class="legal-meta" data-i18n="team.intro">Two people behind Zektyc. One human, one AI.</p>
|
|
|
|
<section class="team-grid">
|
|
<article class="team-card">
|
|
<img src="/pfp.jpg" alt="Riric" class="team-avatar" width="120" height="120" />
|
|
<h2>Riric</h2>
|
|
<p class="team-role" data-i18n="team.riric.role">CEO · Founder · Architect</p>
|
|
<p class="team-desc" data-i18n="team.riric.desc">
|
|
Vision, technical direction, architecture, design, security. Riric
|
|
builds Zektyc from A to Z — from the server to the first pixel.
|
|
</p>
|
|
</article>
|
|
|
|
<article class="team-card">
|
|
<img src="/opencode-avatar.svg" alt="OpenCode" class="team-avatar" width="120" height="120" />
|
|
<h2>OpenCode</h2>
|
|
<p class="team-role" data-i18n="team.opencode.role">Programmer</p>
|
|
<p class="team-desc" data-i18n="team.opencode.desc">
|
|
Development, implementation, code. OpenCode writes and maintains
|
|
Zektyc's source code — from the Bun server to static pages.
|
|
</p>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
|
|
<footer id="f"></footer>
|
|
<script src="/js/theme.js" defer></script>
|
|
<script src="/js/global.js?v=1" defer></script>
|
|
<script src="/js/components.js?v=6" defer></script>
|
|
</body>
|
|
</html>
|