-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 1.07 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact me page</title>
<link rel="stylesheet" href="./styles/css/style.min.css" />
</head>
<body>
<main>
<div class="content">
<h1 class="stagger">
<span>Getting you closer </span>
<span>to nature and it's mysteries</span>
</h1>
<p class="stagger">
Explore the world in wild adventures!
</p>
<a href="#" class="stagger" id="cta">Start Exploring</a>
</div>
</main>
<aside class="bg-img"></aside>
<aside>
<img class="swirl-img" src="img/leaf-swirl.png" alt="Leaf swirl" />
</aside>
<!-- GSAP Librarie -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.2.6/gsap.min.js"></script>
<!-- GSAP Plugin -->
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/CSSRulePlugin3.min.js"></script>
<!-- GSAP Animations -->
<script src="./script.js"></script>
</body>
</html>