-
Notifications
You must be signed in to change notification settings - Fork 0
/
location.html
64 lines (56 loc) · 2.41 KB
/
location.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<title>Beable Coffee Shop|:Location</title>
</head>
<body>
<!--Navbar-->
<div class="navbar">
<div class="container flex">
<h1 class="logo">Beable Coffee Shop</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="coffee.html">Our Coffee</a></li>
<li><a href="location.html">Location</a></li>
</ul>
</nav>
</div>
</div>
<!-- Location -->
<section class="card" style="height:70vh;margin-top:10vh;">
<div style="width:100%;height:60vh;">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d13412.61846553922!2d35.06159!3d32.814668!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb76964e00060f1d6!2sSbitsoft!5e0!3m2!1sru!2sua!4v1593504352873!5m2!1sru!2sua" width="100%" height="100%" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</section>
<!-- Connect -->
<section class="connect">
<div class="location">
</div>
<ul class="">
<li class="">
<a href="https://www.facebook.com/love.gregory.77"> <img src="bootstrap-icons-1.3.0/facebook.svg" alt="" class="facebook"> </a>
</li>
<li class="">
<a href="https://twitter.com/blessadeik"> <img src="bootstrap-icons-1.3.0/twitter.svg" alt="" class="twitter"> </a>
</li>
<li class="">
<a href="https://www.linkedin.com/in/blessing-isoyiza-adeika-a202aaa0/" > <img src="bootstrap-icons-1.3.0/linkedin.svg" alt="" class="linkedin"></a>
</li>
<li class="">
<a href="https://github.com/blessadeik"> <img src="bootstrap-icons-1.3.0/github.svg" alt="" class="github"></a>
</li>
</ul>
</section >
<footer>
Copyright ©Beable Devs 2021
</footer>
<script src="coffee.js"></script>
<!-- <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY&callback=myMap"></script> -->
</body>
</html>