forked from Jungle-Bus/unroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathload.html
60 lines (54 loc) · 3.23 KB
/
load.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
<!DOCTYPE html>
<html>
<head>
<title>Unroll Kerala</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="main.css">
</head>
<body class="w3-light-grey">
<header class="w3-container w3-junglebus" style="display: flex; align-items: center; justify-content: space-between;">
<div style="display: flex; align-items: center; flex: 1;">
<img src="img/Logo_Unroll.png" alt="Logo" class="w3-left w3-margin-right" style="height:80px">
<h1 class="w3-hover-opacity"><b><a href="index.html" style="text-decoration: none; color: inherit;">Unroll Kerala</a></b></h1>
</div>
<div class="w3-right" style="margin-top: 10px;">
<div style="display: inline-block; margin-right: 10px;">
<a href="about.html" style="text-decoration: none; color: inherit;">
<h4 class="w3-hover-opacity"><i class="fa fa-address-card-o fa-lg"></i> About</h4>
</a>
</div>
<!-- <div style="display: inline-block;">
<a href="https://github.com/opendatakerala/unroll" target="_blank" style="text-decoration: none; color: inherit;">
<h4 class="w3-hover-opacity"><i class="fa fa-github fa-lg w3-hover-opacity"></i> Source </h4>
</a>
</div> -->
</div>
</header>
<div class="w3-content w3-margin-top">
<div class="w3-row-padding w3-content">
<p id="message"><i class="fa fa-spinner fa-spin"></i> <span data-i18n="guessing route ...">guessing route ...</span></p>
<p><a href="index.html" data-i18n="Home">Home</a></p>
</div>
<!-- End page content -->
</div>
<footer class="w3-container w3-junglelightbus w3-center w3-margin-top w3-tiny">
<p style="font-size:14px;">Mobility open data, proudly crafted by the OpenStreetMap community - Open source tool by <a href="https://junglebus.io" target="_blank">Jungle Bus</a>. Website forked from <a href="https://github.com/Jungle-Bus/unroll", target="_blank">Unroll</a></p>
<p style="font-size:14px;">Project maintained by <a href="https://opendatakerala.org" target="_blank">Open Data Kerala</a>, <a href="https://kerala.openstreetmap.in/" target="_blank">OSM Kerala</a>, <a href="https://geominds.in/" target="_blank">Geominds</a> and <a href="https://meta.wikimedia.org/wiki/Sahya_Digital_Conservation_Foundation" target="_blank">Sahya Digital Conservation Foundation</a>. Funded by <a href="https://www.hotosm.org/" target="_blank">Humanitarian OpenStreetMap Team </a> </p>
<div class="logo-container">
<img src="img/odk_logo.png" alt="Logo1" class="logo">
<img src="img/osmk-logo.svg" alt="Logo12" class="logo">
<img src="img/geominds.jpg" alt="Logo2" class="logo">
<img src="img/SDCF-Logo.png" alt="Logo3" class="logo">
<img src="img/Hot_logo.svg.png" alt="Logo3" class="logo">
</div>
<div class="w3-xlarge">
<a href="https://github.com/opendatakerala/unroll" target="_blank"><i class="fa fa-github w3-hover-opacity"></i></a>
</div>
</footer>
<script src="commons.js"></script>
<script src="load.js"></script>
</body>
</html>