-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactivations.html
More file actions
31 lines (26 loc) · 909 Bytes
/
Copy pathactivations.html
File metadata and controls
31 lines (26 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Activations — NOT-A-GARMIN Watches</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav data-nav></nav>
<header class="hero wrap">
<div class="eyebrow">One watch · every discipline</div>
<h1 style="font-size:60px">Activations</h1>
<p class="lede">Turn one watch into the instrument your activity needs — one‑time, no subscription. Each comes with a dedicated watch face.</p>
</header>
<section class="sec wrap" style="padding-bottom:60px">
<div class="domgrid" id="domgrid"></div>
</section>
<footer data-footer></footer>
<script src="catalog.js"></script>
<script src="domain-content.js"></script>
<script>renderDomGrid('domgrid', 'poster');</script>
<script src="chrome.js"></script>
<script src="cart.js"></script>
</body>
</html>