-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.4 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
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flora Tsepam</title>
<link rel="stylesheet" href="/css/main.css" class="css" />
<script src="/js/app.js" defer></script>
<script src="/libs/rain.js" defer></script>
</head>
<body>
<section class="layers">
<div class="layers__container"></div>
<div
class="layers__item layer-1"
style="background-image: url(img/layer-1.jpg)"
></div>
<div
class="layers__item layer-2"
style="background-image: url(img/layer-2.png)"
></div>
<div class="layers__item layer-3">
<div class="hero-content">
<h1>Tropical Serenity <span>Park of Mystique</span></h1>
<div class="hero-content__p">
The perfect place for those seeking solitude with nature and
yearning to experience magic
</div>
<button class="button-start">Explore Now</button>
</div>
</div>
<div class="layers__item layer-4">
<!-- <canvas class="rain"></canvas> -->
</div>
<div
class="layers__item layer-5"
style="background-image: url(img/layer-5.png)"
></div>
<div
class="layers__item layer-6"
style="background-image: url(img/layer-6.png)"
></div>
</section>
</body>
</html>