-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlokasi.html
147 lines (139 loc) · 4.94 KB
/
lokasi.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
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
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- fonts -->
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=McLaren&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<!-- link -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="style1.css" />
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="lokasi.css" />
<title>lokasi</title>
<!-- icon -->
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<!-- navbar start -->
<header>
<nav class="navbar">
<a href="#"
><img
src="img/logo.png"
alt="logo"
data-aos="zoom-in-up"
data-aos-delay="450"
/></a>
<div class="navbarbox">
<a href="index.html" data-aos="zoom-in-up" data-aos-delay="450"
>beranda</a
>
<a href="menu.html" data-aos="zoom-in-up" data-aos-delay="500"
>menu</a
>
<a href="tentangkami.html" data-aos="zoom-in-up" data-aos-delay="550"
>tentang</a
>
<a href="lokasi.html" data-aos="zoom-in-up" data-aos-delay="600"
>lokasi</a
>
<a href="belanja.html" data-aos="zoom-in-up" data-aos-delay="650"
>belanja</a
>
</div>
<div class="navbar-extra">
<a id="burgermenu"><i data-feather="menu"></i></a>
</div>
</nav>
</header>
<!-- navbar end -->
<!-- lokasi start -->
<section class="lokasi-box2" id="lokasi">
<div class="lokasi-judul">
<h1 data-aos="zoom-in" data-aos-delay="500">lokasi kami</h1>
<p data-aos="zoom-in" data-aos-delay="600">surabaya jawa timur</p>
</div>
<div class="lokasi-isi">
<div class="lokasi-gambar">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3958.181114608128!2d113.42473884061071!3d-7.220171696325832!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2dd77f260ff4dae3%3A0x44b78c3149a2fc27!2sDEPOT%20CITRA!5e0!3m2!1sid!2sid!4v1724586694192!5m2!1sid!2sid"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
class="map"
data-aos="zoom-in"
data-aos-delay="700"
></iframe>
</div>
</div>
</section>
<!-- lokasi end -->
<!-- footer start -->
<section class="footer-box">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#fff2e1"
fill-opacity="1"
d="M0,128L80,122.7C160,117,320,107,480,138.7C640,171,800,245,960,256C1120,267,1280,213,1360,186.7L1440,160L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"
></path>
</svg>
<div class="footer-isi">
<div class="footer-link">
<a href="index.html" data-aos="zoom-in-up" data-aos-delay="100"
>beranda</a
>
<a href="menu.html" data-aos="zoom-in-up" data-aos-delay="150"
>menu</a
>
<a href="tentangkami.html" data-aos="zoom-in-up" data-aos-delay="200"
>tentang</a
>
<a href="lokasi.html" data-aos="zoom-in-up" data-aos-delay="250"
>lokasi</a
>
<a href="belanja.html" data-aos="zoom-in-up" data-aos-delay="300"
>belanja</a
>
</div>
<img src="img/logo.png" alt="" />
<h2>cake & bakery</h2>
<p><b>follow our social media :</b></p>
<div class="footer-sosmed">
<a href="#" id="sosmed"><i data-feather="instagram"></i></a>
<a href="#" id="sosmed"><i data-feather="facebook"></i></a>
<a href="#" id="sosmed"><i data-feather="twitter"></i></a>
<p>all right reserved © 2024 keisyacake.com</p>
</div>
<p>
created by
<a href="https://www.instagram.com/fauzi_iilyas">fauziilyas.</a> &
supported by
<a href="https://www.instagram.com/ManMe.Kun">ManMe.Kun.</a>
</p>
</div>
</section>
<!-- footer end -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script>
feather.replace();
</script>
</body>
<script src="script.js"></script>
</html>