-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
56 lines (40 loc) · 1.67 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mongo Restaurants</title>
<meta charset="UTF-9">
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<link href="https://unpkg.com/[email protected]/dist/leaflet.css" rel="stylesheet"/>
<link rel="stylesheet" href="styles.css"/>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css"/>
</head>
<a href="#" style="margin-left: 40% ; text-decoration: none; font-size: 28px; color: rgb(235, 8, 76);">MONGO RESTAURANTS</a>
<body>
<section>
<div id="map" style="width:100%; height:20px;"></div>
<iframe style="background: #FFFFFF;border: none;border-radius: 2px;box-shadow: 0 2px 10px 0 rgba(70, 76, 79, .2);" width="1300" height="500"zoom="50" src="https://charts.mongodb.com/charts-project-0-klvsp/embed/charts?id=6381e340-aedb-4bf6-85b6-953a5d30dfc2&maxDataAge=3600&theme=light&autoRefresh=true"></iframe>
</section>
<section class="footer">
<style>
.footer{
background-color: rgb(121, 36, 102);
min-height: 15vh;
}
</style>
<div class="footer_section">
<style>
</style>
<li class="contributers">CONTRIBUTERS
<ul style="color: rgb(6, 6, 202);">Ambuka Samwel</ul>
</li>
<li style="margin-left: 40% ;" class="authers">AUTHORS
<ul style="color: blue;">OPEN STREET</ul>
</li>
<li style="margin-left: 35% ;" class="marginal information">MARGINAL INFORMATION
<ul style="color: blue;">Ambuka Samwel</ul>
</li>
</div>
</div>
</section>
</body>
</html>