-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchart1.html
65 lines (55 loc) · 2.81 KB
/
chart1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Lumpies Map</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.min.css"
integrity="sha512-xiunq9hpKsIcz42zt0o2vCo34xV0j6Ny8hgEylN3XBglZDtTZ2nwnqF/Z/TTCc18sGdvCjbFInNd++6q3J0N6g=="
crossorigin="anonymous" />
<link rel="stylesheet" href="lm.css" />
<style>
#map-container {
margin: 0;
height: calc(100vh - 84px);
width: 100%;
}
</style>
</head>
<body>
<nav class="navigation">
<section class="container">
<a class="navigation-title" href="/" title="">
<h1 class="title">Lampies Map</h1>
</a>
<ul class="navigation-list float-right">
<li class="navigation-item">
<a class="navigation-link" href="#">Lumpies Index 🚧</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="" data-popover>Issue Report 🐞</a>
</li>
</section>
</nav>
<section class="container">
<h1 style="margin-top: 2rem;">Lumpies Index 🚧<span style="font-weight: 300;">WIP</span></h1>
<p>Places that you can get food delivered and grab it at door <br>
Index is calculated by numbers of apps exsisting in countrys' app store<br>
<strong>Formula = </strong> 3rd Food delivery (countuniques)*2 + Restrant owned delivery(countuniques)*1.5 + Same day grocery delivery*1
</p>
<iframe width="800" height="600" seamless frameborder="0" scrolling="no"
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vS53gNB3uLAlxskp6FoFOy6lXIUlSfDZIwctaAv2VyWGXpPGaiFFSGOZ2QkTkbLdQvWz5YHi5Rg-RnV/pubchart?oid=1181125386&format=interactive"></iframe>
<h2>Third party delivery avaliability</h2>
<p>Locations shows food delivery services</p>
<iframe width="800" height="600" seamless frameborder="0" scrolling="no"
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vS53gNB3uLAlxskp6FoFOy6lXIUlSfDZIwctaAv2VyWGXpPGaiFFSGOZ2QkTkbLdQvWz5YHi5Rg-RnV/pubchart?oid=1460918485&format=interactive"></iframe>
<h2>Restrant owned delivery</h2>
<p>like PizzaHut, McDelivery</p>
<iframe width="800" height="600" seamless frameborder="0" scrolling="no"
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vS53gNB3uLAlxskp6FoFOy6lXIUlSfDZIwctaAv2VyWGXpPGaiFFSGOZ2QkTkbLdQvWz5YHi5Rg-RnV/pubchart?oid=764759816&format=interactive"></iframe>
<h2>Grocery delivery Apps</h2>
<p>Locations that you can get grocery at door in 30 ~ 24hours</p>
<iframe width="800" height="600" seamless frameborder="0" scrolling="no"
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vS53gNB3uLAlxskp6FoFOy6lXIUlSfDZIwctaAv2VyWGXpPGaiFFSGOZ2QkTkbLdQvWz5YHi5Rg-RnV/pubchart?oid=1474253369&format=interactive"></iframe>
</section>
</body>
</html>