-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpedition.html
More file actions
78 lines (69 loc) · 4.28 KB
/
Copy pathexpedition.html
File metadata and controls
78 lines (69 loc) · 4.28 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NOT-A-GARMIN Adventure Expedition</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav data-nav></nav>
<section class="wrap phero">
<div class="pmedia" style="background:#eef4ec"><img src="https://res.garmin.com/en/products/010-02751-00/v/cf-lg.jpg" alt="Adventure Expedition" onerror="this.style.display='none'"></div>
<div class="pinfo">
<div class="ptier e">Built on Adventure · Edition</div>
<h1>Adventure Expedition</h1>
<p class="ptag">Everything Adventure does — with the longest battery in the line.</p>
<div class="pprice">From $1,099</div>
<div class="pbtns"><a class="btn" href="buy.html?model=expedition">Buy</a><a class="buy" href="compare.html">Compare ›</a></div>
<div class="pchips"><span class="chip k">MIP + Solar</span><span class="chip">Up to 45‑day</span><span class="chip k">Multi‑GNSS, multi‑band</span><span class="chip">+ Satellite (inReach)</span><span class="chip">Dive 60 m</span><span class="chip">32 GB</span><span class="chip">80+ activities</span></div>
</div>
</section>
<section class="wrap psec">
<h2>What it adds vs Adventure</h2>
<div class="lead">One change only — the display — for endurance no AMOLED can match.</div>
<div class="hlgrid">
<div class="hl"><h4>Solar endurance</h4><p>A transflective MIP display with a large solar lens. In <b>Expedition mode, battery is effectively unlimited with just 4 hours of sunlight a day</b>.</p></div>
<div class="hl"><h4>Built on Adventure</h4><p>Same software, multi‑band GNSS, inReach satellite and all activations — it simply never quits.</p></div>
<div class="hl"><h4>Featherweight & rugged</h4><p>Titanium bezel, sapphire lens and an UltraFit nylon strap — made for weeks in the field.</p></div>
</div>
</section>
<section class="wrap psec">
<h2>Activities</h2>
<div class="lead"><b>80+ included sport apps</b> — the full Adventure set:</div>
<div id="acts"></div>
</section>
<section class="wrap psec">
<h2>Add‑on activations</h2>
<div class="lead">One‑time unlocks — buy once, yours for the life of the watch.</div>
<div id="acts2"></div>
</section>
<section class="wrap psec">
<h2>Full specifications</h2>
<div class="specs">
<div class="specrow"><span class="k">Display</span><span class="v">MIP transflective + Solar</span></div>
<div class="specrow"><span class="k">Sizes</span><span class="v">43 / 47 / 51 mm</span></div>
<div class="specrow"><span class="k">GNSS</span><span class="v">Multi‑GNSS, multi‑band</span></div>
<div class="specrow"><span class="k">Battery — smartwatch</span><span class="v">Up to 45 days</span></div>
<div class="specrow"><span class="k">Battery — GPS</span><span class="v">Up to 120 hours</span></div>
<div class="specrow"><span class="k">Battery — Expedition mode</span><span class="v">120 days · Unlimited with 4 hr sun/day (1 fix/hr)</span></div>
<div class="specrow"><span class="k">Storage</span><span class="v">32 GB</span></div>
<div class="specrow"><span class="k">Connectivity</span><span class="v">Bluetooth · Wi‑Fi · ANT+ · LTE · Satellite (inReach)</span></div>
<div class="specrow"><span class="k">Lens / case</span><span class="v">Sapphire / titanium</span></div>
<div class="specrow"><span class="k">Water rating</span><span class="v">10 ATM · dive 60 m</span></div>
<div class="specrow"><span class="k">Flashlight</span><span class="v">White + red + green</span></div>
<div class="specrow"><span class="k">Activations</span><span class="v">All Adventure activations available</span></div>
</div>
</section>
<section class="wrap psec">
<h2>Explore the lineup</h2>
<div class="cross"><a href="adventure.html">Adventure ›</a><a href="diving.html">Diving ›</a><a href="luxury.html">Luxury ›</a><a href="everyday.html">Everyday ›</a><a href="outdoor.html">Outdoor ›</a><a href="compare.html">Compare all ›</a></div>
</section>
<footer data-footer></footer>
<script src="catalog.js"></script>
<script src="activities.js"></script>
<script>mountActivities('adventure','acts');mountActivations('expedition','acts2');</script>
<script src="chrome.js"></script>
<script src="cart.js"></script>
</body>
</html>