-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·62 lines (55 loc) · 1.94 KB
/
index.html
File metadata and controls
executable file
·62 lines (55 loc) · 1.94 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
---
title: Street View, for adventurers
description: Capture 360 footage. Upload it to the map. Share with the world.
image: /assets/images/global/trek-view-360-degree-tour.jpg
author: Trek View
---
<section class="hero">
<div class="text-container">
<h1 class="editable">Street View, for adventurers</h1>
<p class="subtext editable">Capture 360 footage. Upload it to the map. Share with the world.</p>
<img class="img-fluid" src="/assets/images/global/trekview-kilimanjaro.png" alt="Map the Paths" title="Map the Paths" />
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h3><strong>Capture</strong></h3>
<p>Use your 360 camera to capture footage.</p>
</div>
<div class="image">
<img class="img-fluid" src="/assets/images/global/david-trek-pack.jpg" alt="Capture" title="Capture" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h3><strong>Upload</strong></h3>
<p>Upload the photos and videos to the map.</p>
</div>
<div class="image">
<img class="img-fluid" src="/assets/images/global/upload-image.png" alt="Upload" title="Upload" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h3><strong>Explore</strong></h3>
<p>Relive your own adventures, or those of fellow explorers virtually.</p>
</div>
<div class="image">
<img class="img-fluid" src="/assets/images/global/trek-view-360-degree-tour.jpg" alt="Explore" title="Explore" />
</div>
</div>
</section>
<section class="bottom-cta">
<div class="text-container">
<div class="text editable">
<div class="cta button alt"><a href="https://www.mapillary.com/app/user/trekviewed?all_coverage=false&lat=42.4529053869542&lng=28.487160830945868&z=2.399052812751536&menu=false&showNerf=false" target="_blank">Start exploring now...</a></div>
</div>
</div>
</section>
</div>