-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
52 lines (51 loc) · 1.87 KB
/
about.html
File metadata and controls
52 lines (51 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Travel</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section class="showcase">
<header>
<h2 class="logo">Travel</h2>
<div class="toggle"></div>
</header>
<video src="video.mp4" muted loop autoplay></video>
<div class="overlay"></div>
<div class="text">
<h2>About Us</h2>
<h3>What We Offer</h3>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Tempora fuga
sit molestias a voluptas, quas rerum consequuntur quibusdam illo
repudiandae?
</p>
<a href="contact.html">Contact Us</a>
<!-- <a href="team.html">Our Team</a> -->
</div>
<div class="text2"></div>
</section>
</div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="#">Blog</a></li>
<li><a href="destinations.html">Destinations</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<div class="copyright">
<h3>©2021 Travel All Rights Reserved.</h3>
</div>
</div>
<script src="app.js"></script>
<script src="https://fobi.io/embed.js"></script>
<div id="embed-fobi" data-fobi-id="JxIyI5W" data-bot-title= "Let's Have Some Chat" data-hd-bg= "#586168" data-hd-ti-clr= "#FFF" data-ct-pm= "#5A6268" data-ct-sc= "#FFF" data-ct-bot-img= "https://fobi.io/head.png" data-btn-offset= "Right: 30px" data-cb-offset= "Right: 30px" data-btn-img= "https://fobi.io/icon.png" data-btn-bg= "#111314" data-cb-height= "400px" data-cb-width= "330px" ></div>
</body>
</html>