-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (26 loc) · 1.92 KB
/
index.html
File metadata and controls
36 lines (26 loc) · 1.92 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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<!-- "Main section" -->
<h1>Discover hidden places in the world around you</h1>
<p><a class="cta" href="https://content.codecademy.com/programs/freelance-one/excursion/index.html#">Download Excursion (Coming soon!)</a></p>
<video autoplay muted loop>
<source src="resources/videos/excursion.mov" type="video/mp4">
</video>
<!-- "First supporting section" -->
<h2>Your personal travel guide</h2>
<p>Excursion remembers places you like, and recommends new points of interest around you.</p>
<p><img src="resources/images/camp.jpg" alt=""></p>
<!-- "Second supporting section" -->
<p><img class="app" src="resources/images/phone.png"></p>
<h2>Coming Soon for iPhone and Android</h2>
<p><a class="cta" href="#">Download Excursion (Coming soon!)</a></p>
<!-- "Footer" -->
<div class="footer">
<p>© Excursion</p>
</div>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9d72950b8ff59421',t:'MTc3MjY0NTE0Nw=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>