-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (66 loc) · 2.86 KB
/
Copy pathindex.html
File metadata and controls
75 lines (66 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MOTION</title>
<link href="style.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/22bc789cc9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="main">
<div class="top-banner">
<div class="container">
<div class="motion">MOTION</div>
</div>
</div>
<div class="nav">
<div class="navs">
<div class="nav-items border">
<a href="https://www.google.com">About</a>
</div>
<div class="nav-items border">
<a href="#">Home</a>
</div>
<div class="nav-items border">
<a href="#">Contact Us</a>
</div>
<div class="nav-items border join">
<a href="#"></a>
</div>
<div class="nav-search ">
<input type="text" placeholder="Search" class="search-box ">
<a href="https://www.google.com" target="_blank"><button class="search border">SEARCH</button></a>
</div>
</div>
</div>
<div class="iindia">
<div class="iindiaimg">
<img src="photo/india-logo.svg" width="auto" height="auto" alt="logo">
</div>
<div id="image-container">
<div id="click">
<!-- <a href="https://overlays.co/" target="_blank"> -->
<img src="photo/heritage.jpg" width="400px" height="400px" alt="logo">
<!-- </a> -->
</div>
</div>
</div>
<div class="where">
<h2>Where To?</h2>
</div>
<div>
<ul>
<li class="tm-list"><a href="index.html">Home</a></li>
<li class="tm-list"><a href="explore.html">Explore </a></li>
<li class="tm-list"><a href="rooms.html">Rooms</a></li>
<li class="tm-list"><a href="bb.html">Booking</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js" integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>