You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
HTML
41 lines
1.2 KiB
HTML
6 years ago
|
<!DOCTYPE html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<link rel="stylesheet" href="css/app.css" />
|
||
|
<script src="js/app.js"></script>
|
||
|
</head>
|
||
|
<html>
|
||
|
<body>
|
||
|
<div class="content-wrapper">
|
||
|
<header class="header">
|
||
|
<div class="header-logo">
|
||
|
<img src="/img/logo-white.png" class="logo" alt="white-logo" />
|
||
|
</div>
|
||
|
<div class="hero-text-box">
|
||
|
<h1 class="hero-primary">
|
||
|
<span class="hero-title-main">Outdoors</span>
|
||
|
<span class="hero-title-sub">is where life happens</span>
|
||
|
</h1>
|
||
|
<a href="#" class="btn btn-white btn-animated">Discover Our Tours</a>
|
||
|
</div>
|
||
|
</header>
|
||
|
<section class="pitch">
|
||
|
<h1 class="dark-hero-title">Some text...</h1>
|
||
|
</section>
|
||
|
<section class="cards">
|
||
|
<div class="banana-slug-back">
|
||
|
<img
|
||
|
class="banana-slug"
|
||
|
src="img/banana-slug.jpg"
|
||
|
alt="Drew with a banana slug mustache"
|
||
|
/>
|
||
|
<h2>Honey you look fly.</h2>
|
||
|
</div>
|
||
|
</section>
|
||
|
<section class="pitch"></section>
|
||
|
<footer class="footer"></footer>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|