-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (53 loc) · 3.48 KB
/
index.html
File metadata and controls
86 lines (53 loc) · 3.48 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>travel website</title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,900&family=Playfair+Display:ital,wght@1,500&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body style="background-color: #191C1C; color: white;">
<div class="container body-1">
<h1 class="word logo mt-5 pt-3 ms-5 ps-5">days</h1>
<div class="mt-5 me-5 pt-4 pe-5 menu-btn2">
<span class="menu-btn line2" >
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class=" bi bi-dash-lg" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z"/>
</svg>
</span>
<span class="menu-btn line3">
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class=" bi bi-dash-lg" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z"/>
</svg>
</span>
</div>
</div>
<div class="container mt-5 pt-5 ps-5 ms-5">
<div class="row ms-5 ps-5">
<div class="col-lg-5 me-5 pe-3 mt-5">
<img class="img-width" src="image/Mount-Triumph-height-North-Cascades-National-Park.webp" alt="">
</div>
<div class="col-lg-6 mt-3 ms-3">
<h1 class=" display-3">Freedom at </h1>
<h1 class=" display-3">your</h1>
<h1 class=" display-3 color-0">Fingertips.</h1>
<p class="fs-5 mt-4 me-5 pe-5 mb-4" style="color: rgb(236, 228, 228)">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sit dolor voluptate tempore esse minima maiores suscipit facere rem ea officiis. Quibusdam ipsa accusantium quo aperiam voluptate dolorum, maxime cum a!</p>
<a class="btn-1 " href="">Explroe</a>
</div>
</div>
</div>
<div class="menu-window">
<h1>Feacbook</h1>
<h1>Instagram</h1>
<h1 class="mb-5">Linkedin</h1>
<p class="display-6">Lorem ipsum dolor, sit amet consectetur adipisicing elit. Odit corporis et omnis incidunt consequuntur deleniti ex reprehenderit adipisci, in amet cum laudantium delectus commodi, nisi provident mollitia facere accusantium vero.</p>
</div>
<script src="js/animation.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.3/gsap.min.js" integrity="sha512-gmwBmiTVER57N3jYS3LinA9eb8aHrJua5iQD7yqYCKa5x6Jjc7VDVaEA0je0Lu0bP9j7tEjV3+1qUm6loO99Kw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</body>
</html>