-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlocation.html
More file actions
139 lines (134 loc) · 5.24 KB
/
location.html
File metadata and controls
139 lines (134 loc) · 5.24 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/location.css">
<link rel="icon" href="Resource/icon/coffee-icon.png" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<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=Dosis:wght@200..800&display=swap" rel="stylesheet">
<title>Location</title>
</head>
<body>
<nav>
<div class="nav1">
<div class="nav1inner">
<a href="home_page.html">Home</a>
</div>
<div class="nav1inner">
<a href="about.html">About Us</a>
</div>
<div class="nav1inner">
<a href="journal.html">Journal</a>
</div>
</div>
<div id="logo">
<a href="home_page.html"><img id="logo" src="Resource/icon/logo.png" alt="logo"></a>
</div>
<div class="nav1">
<div class="nav1inner">
<a href="menu.html">Menu</a>
</div>
<div class="nav1inner">
<a href="wholesale.html">Wholesale</a>
</div>
<div class="nav1inner">
<button id="shopbtn" data-bs-toggle="dropdown" aria-expanded="false">
Shop Now ▼
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="cart.html">Cart</a></li>
<li><a class="dropdown-item" href="sale.html">Items</a></li>
</ul>
</div>
</div>
</nav>
<section id="section1">
<div class="outter">
<div class="inner" id="part1"></div>
<div class="inner" id="part2">
<div id="part3text">
<h2>CEYLON COFFEE</h2>
<h3>Colombo</h3>
<h3> 37/3</h3>
<h3>Pedris Rd</h3>
<h3>Colombo 00300</h3>
<h3>+94 112 456 7458</h3>
<a href="menu.html"><button class="btn">MENU AND DETAILS</button></a>
</div>
</div>
</div>
</section>
<section id="section2">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63371.8151251542!2d79.8562055!3d6.92183865!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae253d10f7a7003%3A0x320b2e4d32d3838d!2sColombo!5e0!3m2!1sen!2slk!4v1714789924966!5m2!1sen!2slk"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</section>
<section id="section3">
<div class="outter">
<div class="inner" id="part3">
<div id="part3text">
<h2>CEYLON COFFEE</h2>
<h3>Kandy</h3>
<h3>979</h3>
<h3>Peradeniya Rd</h3>
<h3>Kandy 20000</h3>
<h3>+94 112 456 7458</h3>
<a href="menu.html"><button class="btn">MENU AND DETAILS</button></a>
</div>
</div>
<div class="inner" id="part4">
</div>
</div>
</section>
<section id="section4">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d63320.41806482775!2d80.58449585261955!3d7.294628564793226!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae366266498acd3%3A0x411a3818a1e03c35!2sKandy!5e0!3m2!1sen!2slk!4v1714789998945!5m2!1sen!2slk"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</section>
<footer>
<div id="footermaindiv1">
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top"><a href="about.html">ABOUT</a></div>
<div class="footdiv1inner">COMPANY</div>
<div class="footdiv1inner">FAQ</div>
</div>
</div>
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top"><a href="location.html">LOCATION</a></div>
<div class="footdiv1inner"><a href="location.html">KANDY</a></div>
<div class="footdiv1inner"><a href="location.html">COLOMBO</a></div>
</div>
</div>
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top">FOLLOW ALONG</div>
<div class="footdiv1inner" id="imgdiv">
<img src="Resource/icon/fblogo.png" alt="fb" class="social">
<img src="Resource/icon/insta.png" alt="insta" class="social">
<img src="Resource/icon/x-social-media-white-icon.png" alt="twitter" class="social">
</div>
</div>
</div>
</div>
<div id="footermaindiv2">
<div class="footdiv2inner">© 2024 CEYLON COFFEE. ALL RIGHT RESERVED </div>
<div id="footerlogo">
<div class="footlogo"><img src="Resource/icon/logo.png" alt="logo"></div>
</div>
<div class="footdiv2inner"> BECAUSE WE LOVE COFFEE</div>
</div>
</footer>
<script src="JavaScript/location.js"></script>
</body>
</html>