44 lines
1.4 KiB
HTML
44 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<link rel="stylesheet" href="Resources/css/style.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Discover hidden places in the world around you</h1>
|
|
<aside>
|
|
<p class="download">Download Excursion (Coming soon!)</p>
|
|
</aside>
|
|
</header>
|
|
|
|
<video controls autoplay muted>
|
|
<source src="Resources/excursion.mp4" type="video/mp4">
|
|
<p>Video not supported :(</p>
|
|
</video>
|
|
|
|
<article>
|
|
<h1 class="section-header">Your personal travel guide</h1>
|
|
<p id="article-paragraph">Excursion remembers places you like, and recommends new points of interest around you.</p>
|
|
<figure>
|
|
<img src="Resources/camp.webp" />
|
|
<figcaption>A yellow tent placed in a rocky desert landscape at dusk.</figcaption>
|
|
</figure>
|
|
</article>
|
|
|
|
<figure>
|
|
<img src="Resources/phone.webp" />
|
|
<figcaption>2D artistic rendering of a smartphone in all white detail</figcaption>
|
|
</figure>
|
|
|
|
<footer>
|
|
<h1 class="section-header">Coming Soon for iPhone and Android</h1>
|
|
<p class="download">Download Excursion (Coming soon!)</p>
|
|
</footer>
|
|
|
|
<aside id="copyright">
|
|
<p>© Excursion</p>
|
|
</aside>
|
|
|
|
</body>
|
|
</html> |