zektyc/public/equipe/en/index.html
riricdev 8e7ec41f18 chore: checkpoint initial — Zektyc dataset, avant humanisation
- site vitrine + fingerprint test + zmap + z-panel
- remplacement duckdns -> riricdev.tail5ea5cd.ts.net (canonical/og/alternates/docs)
- suppression du token DuckDNS (plus utilisé)
2026-09-06 13:03:25 +02:00

59 lines
2.7 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/" />
<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=7" />
</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/components.js?v=6" defer></script>
</body>
</html>