forked from Jungle-Bus/unroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
72 additions
and
111 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Kerala City Transport Tracker</title> | ||
<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 href="https://unpkg.com/[email protected]/dist/css/materialize/tabulator_materialize.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="main.css"> | ||
<style> | ||
@media (max-width: 768px) { | ||
header { | ||
flex-direction: column; | ||
align-items: flex-start; | ||
} | ||
header > div { | ||
justify-content: center; | ||
width: 100%; | ||
text-align: center; | ||
} | ||
.w3-right { | ||
justify-content: center; | ||
margin-top: 10px; | ||
} | ||
.w3-right img { | ||
margin-left: 5px; | ||
margin-right: 5px; | ||
} | ||
} | ||
</style> | ||
</head> | ||
|
||
<body class="w3-light-grey" onload="on_load()"> | ||
|
||
<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>Kerala City Transport Tracker</h1> | ||
</div> | ||
<div class="w3-right" style="display: flex; align-items: center; margin-top: 10px;"> | ||
<img src="img/odk_logo.png" alt="Logo1" style="height:80px; margin-left: 10px;"> | ||
<img src="img/gm_Logo.png" alt="Logo2" style="height:80px; margin-left: 10px;"> | ||
<img src="img/SDCF-Logo.png" alt="Logo3" style="height:80px; margin-left: 10px;"> | ||
</div> | ||
<header class="w3-container w3-junglebus"> | ||
<img src="img/Logo_Unroll.png" alt="Logo" class="w3-left w3-margin-right" style="height:80px"> | ||
<h1>Unroll Kerala</h1> | ||
</header> | ||
|
||
<!-- Header --> | ||
|
@@ -102,9 +74,15 @@ <h3 data-i18n="Check out some examples to get inspired">Check out some examples | |
<!-- End page content --> | ||
</div> | ||
|
||
<footer class="w3-container w3-junglebus w3-center w3-margin-top w3-tiny"> | ||
<footer class="w3-container w3-junglelightbus w3-center w3-margin-top w3-tiny"> | ||
<p>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>Project maintained by <a href="https://opendatakerala.org" target="_blank">Open Data 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> </p> | ||
<p>Project maintained by <a href="https://opendatakerala.org" target="_blank">Open Data 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/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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Kerala City Transport Tracker</title> | ||
<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://unpkg.com/[email protected]/dist/leaflet.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" href="main.css"> | ||
<link rel="stylesheet" type="text/css" href="print.css" media="print"> | ||
<style> | ||
@media (max-width: 768px) { | ||
header { | ||
flex-direction: column; | ||
align-items: flex-start; | ||
} | ||
header > div { | ||
justify-content: center; | ||
width: 100%; | ||
text-align: center; | ||
} | ||
.w3-right { | ||
justify-content: center; | ||
margin-top: 10px; | ||
} | ||
.w3-right img { | ||
margin-left: 5px; | ||
margin-right: 5px; | ||
} | ||
} | ||
</style> | ||
</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>Kerala City Transport Tracker</h1> | ||
</div> | ||
<div class="w3-right" style="display: flex; align-items: center; margin-top: 10px;"> | ||
<img src="img/odk_logo.png" alt="Logo1" style="height:80px; margin-left: 10px;"> | ||
<img src="img/gm_Logo.png" alt="Logo2" style="height:80px; margin-left: 10px;"> | ||
<img src="img/SDCF-Logo.png" alt="Logo3" style="height:80px; margin-left: 10px;"> | ||
</div> | ||
<header class="w3-container w3-junglebus"> | ||
<img src="img/Logo_Unroll.png" alt="Logo" class="w3-left w3-margin-right" style="height:80px"> | ||
<h1>Unroll Kerala</h1> | ||
</header> | ||
|
||
<div class="w3-content w3-margin-top"> | ||
|
@@ -76,13 +48,20 @@ <h3 class="w3-opacity"><b data-i18n="Credits"> Credits </b></h3> | |
|
||
</div> | ||
|
||
<footer class="w3-container w3-junglebus w3-center w3-margin-top w3-tiny"> | ||
<footer class="w3-container w3-junglelightbus w3-center w3-margin-top w3-tiny"> | ||
<p>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>Project maintained by <a href="https://opendatakerala.org" target="_blank">Open Data 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> </p> | ||
<p>Project maintained by <a href="https://opendatakerala.org" target="_blank">Open Data 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/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="https://unpkg.com/[email protected]/src/transport_thumbnail.js"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | ||
<script src="assets/osmtogeojson.js"></script> | ||
|