Skip to content

Commit bc13440

Browse files
Update articles.html
1 parent 0701141 commit bc13440

1 file changed

Lines changed: 19 additions & 20 deletions

File tree

articles.html

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,25 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800;900&display=swap" rel="stylesheet">
1111
<link rel="stylesheet" href="/styles.css">
1212
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
13-
<meta property="og:title" content="Metridex — Articles">
14-
<meta property="og:description" content="Insights on on‑chain risk, token intel and Web3 security.">
15-
<meta property="og:image" content="https://metridex.com/og-image.png">
16-
<meta property="og:url" content="https://metridex.com/articles.html">
17-
<meta property="og:type" content="article">
1813
</head>
1914
<body>
2015
<header class="nav" id="siteNav">
21-
<div class="container nav-inner">
16+
<div class="container nav-inner nav-container-wide">
2217
<div class="brand">
23-
<span class="logo-mark">M</</span><span class="logo-text">Metridex</span>
18+
<span class="logo-mark">M</span><span class="logo-text">Metridex</span>
2419
</div>
2520
<nav class="nav-links" aria-label="Primary">
26-
<a href="/">Home</a>
27-
<a href="/#features">Features</a>
28-
<a href="/#screens">Screens</a>
29-
<a href="/#pricing">Pricing</a>
30-
<a href="/articles.html" aria-current="page">Articles</a>
31-
<a href="/#faq">FAQ</a>
32-
<a href="/#contact">Contact</a>
21+
<a data-i18n="nav.home" href="/">Home</a>
22+
<a data-i18n="nav.features" href="/#features">Features</a>
23+
<a data-i18n="nav.screens" href="/#screens">Screens</a>
24+
<a data-i18n="nav.partners" href="/#partners">Partners</a>
25+
<a data-i18n="nav.how" href="/#how-it-works">How it works</a>
26+
<a data-i18n="nav.security" href="/#security">Security</a>
27+
<a data-i18n="nav.pricing" href="/#pricing">Pricing</a>
28+
<a data-i18n="nav.articles" href="/articles.html" aria-current="page">Articles</a>
29+
<a data-i18n="nav.videos" href="/videos.html">Videos</a>
30+
<a data-i18n="nav.faq" href="/#faq">FAQ</a>
31+
<a data-i18n="nav.contact" href="/#contact">Contact</a>
3332
</nav>
3433
<div class="nav-actions">
3534
<button id="langToggle" class="icon-btn" aria-label="Toggle language" title="EN / RU">EN</button>
@@ -45,16 +44,16 @@ <h1 data-i18n="articles.title">Articles</h1>
4544
<p class="sub" data-i18n="articles.sub">Insights on on‑chain risk, token intel and Web3 security.</p>
4645
<div class="articles">
4746
<article class="post glass reveal">
48-
<h3><a class="link" href="#">QuickScan method: how we compress risk into seconds</a></h3>
49-
<p>Our philosophy: “fast first, deep on demand” — metrics, signals, and design principles.</p>
47+
<h3><a class="link" href="#" data-i18n="articles.p1_t">QuickScan method: how we compress risk into seconds</a></h3>
48+
<p data-i18n="articles.p1_d">Our philosophy: “fast first, deep on demand” — metrics, signals, and design principles.</p>
5049
</article>
5150
<article class="post glass reveal">
52-
<h3><a class="link" href="#">WHOIS & Wayback: a domain tells you more than you think</a></h3>
53-
<p>Using registrars, SSL chains and historical snapshots to catch red flags early.</p>
51+
<h3><a class="link" href="#" data-i18n="articles.p2_t">WHOIS & Wayback: a domain tells you more than you think</a></h3>
52+
<p data-i18n="articles.p2_d">Using registrars, SSL chains and historical snapshots to catch red flags early.</p>
5453
</article>
5554
<article class="post glass reveal">
56-
<h3><a class="link" href="#">Telegram safety for token communities</a></h3>
57-
<p>Moderation, anti‑spam, and what to automate with Metridex.</p>
55+
<h3><a class="link" href="#" data-i18n="articles.p3_t">Telegram safety for token communities</a></h3>
56+
<p data-i18n="articles.p3_d">Moderation, anti‑spam, and what to automate with Metridex.</p>
5857
</article>
5958
</div>
6059
</div>

0 commit comments

Comments
 (0)