Skip to content

Commit 3ce0e97

Browse files
Update videos.html
1 parent bc13440 commit 3ce0e97

1 file changed

Lines changed: 19 additions & 21 deletions

File tree

videos.html

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<!doctype html>
32
<html lang="en" data-lang="en">
43
<head>
@@ -14,20 +13,20 @@
1413
</head>
1514
<body>
1615
<header class="nav" id="siteNav">
17-
<div class="container nav-inner">
16+
<div class="container nav-inner nav-container-wide">
1817
<div class="brand"><span class="logo-mark">M</span><span class="logo-text">Metridex</span></div>
1918
<nav class="nav-links" aria-label="Primary">
20-
<a href="/">Home</a>
21-
<a href="/#features">Features</a>
22-
<a href="/#screens">Screens</a>
23-
<a href="/#partners">Partners</a>
24-
<a href="/#how-it-works">How it works</a>
25-
<a href="/#security">Security</a>
26-
<a href="/#pricing">Pricing</a>
27-
<a href="/articles.html">Articles</a>
28-
<a href="/videos.html" aria-current="page">Videos</a>
29-
<a href="/#faq">FAQ</a>
30-
<a href="/#contact">Contact</a>
19+
<a data-i18n="nav.home" href="/">Home</a>
20+
<a data-i18n="nav.features" href="/#features">Features</a>
21+
<a data-i18n="nav.screens" href="/#screens">Screens</a>
22+
<a data-i18n="nav.partners" href="/#partners">Partners</a>
23+
<a data-i18n="nav.how" href="/#how-it-works">How it works</a>
24+
<a data-i18n="nav.security" href="/#security">Security</a>
25+
<a data-i18n="nav.pricing" href="/#pricing">Pricing</a>
26+
<a data-i18n="nav.articles" href="/articles.html">Articles</a>
27+
<a data-i18n="nav.videos" href="/videos.html" aria-current="page">Videos</a>
28+
<a data-i18n="nav.faq" href="/#faq">FAQ</a>
29+
<a data-i18n="nav.contact" href="/#contact">Contact</a>
3130
</nav>
3231
<div class="nav-actions">
3332
<button id="langToggle" class="icon-btn" aria-label="Toggle language" title="EN / RU">EN</button>
@@ -39,37 +38,36 @@
3938

4039
<main class="section">
4140
<div class="container">
42-
<h1>Videos</h1>
41+
<h1 data-i18n="videos.title">Videos</h1>
4342
<div class="videos-grid">
4443
<article class="video-card glass">
4544
<div class="thumb" data-video="promo">
4645
<img src="/posters/promo.jpg" alt="Promo video">
4746
<button class="play" aria-label="Play promo"></button>
4847
</div>
49-
<h3>Metridex — Promo</h3>
50-
<p>60s intro for QuickScan and deep checks.</p>
48+
<h3 data-i18n="videos.promo_t">Metridex — Promo</h3>
49+
<p data-i18n="videos.promo_d">60s intro for QuickScan and deep checks.</p>
5150
</article>
5251
<article class="video-card glass">
5352
<div class="thumb" data-video="tour">
5453
<img src="/posters/tour.jpg" alt="Quick Tour video">
5554
<button class="play" aria-label="Play tour"></button>
5655
</div>
57-
<h3>Quick Tour</h3>
58-
<p>2‑minute walkthrough of the main flows.</p>
56+
<h3 data-i18n="videos.tour_t">Quick Tour</h3>
57+
<p data-i18n="videos.tour_d">2‑minute walkthrough of the main flows.</p>
5958
</article>
6059
<article class="video-card glass">
6160
<div class="thumb" data-video="usecase">
6261
<img src="/posters/usecase.jpg" alt="Use case video">
6362
<button class="play" aria-label="Play use case"></button>
6463
</div>
65-
<h3>Use Case</h3>
66-
<p>Scanning a token with red flags and next actions.</p>
64+
<h3 data-i18n="videos.use_t">Use Case</h3>
65+
<p data-i18n="videos.use_d">Scanning a token with red flags and next actions.</p>
6766
</article>
6867
</div>
6968
</div>
7069
</main>
7170

72-
<!-- Reuse the same modal -->
7371
<div id="videoModal" class="modal" aria-modal="true" role="dialog" hidden>
7472
<div class="modal-backdrop" data-close></div>
7573
<div class="modal-dialog glass" role="document">

0 commit comments

Comments
 (0)