Update website title and description.
This commit is contained in:
parent
49c232f56c
commit
a56c2b5fe5
7 changed files with 17 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DataBus - Bus Positions</title>
|
||||
<title>OpenHB - Bus Positions</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
<?php include 'modules/map.php'; ?>
|
||||
<style type="text/css">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DataBus - Lines</title>
|
||||
<title>OpenHB - Lines</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DataBus - Routes</title>
|
||||
<title>OpenHB - Routes</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DataBus - ShowLine</title>
|
||||
<title>OpenHB - ShowLine</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
<?php include 'modules/map.php'; ?>
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DataBus - ShowStop</title>
|
||||
<title>OpenHB - ShowStop</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
<?php include 'modules/map.php'; ?>
|
||||
</head>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DataBus - Stops</title>
|
||||
<title>OpenHB - Stops</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
|
|
14
index.php
14
index.php
|
@ -1,18 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>DataBus - Home</title>
|
||||
<title>OpenHB - Home</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'modules/nav.php'; ?>
|
||||
<h1>Home</h1>
|
||||
<p>DataBus is a generic web application that displays data regading buses,
|
||||
routes and stops of public transport bus services. It uses modern web
|
||||
<p>Open Heraklion Bus is a web application that displays data regading buses,
|
||||
routes and stops of public transport bus services in Heraklion. It uses modern web
|
||||
technologies and frameworks: HTML5, CSS3, Bootstrap and jQuery to display
|
||||
a beautiful and simple website, PHP to generate the content displayed and
|
||||
the JSON file format to store and read data.
|
||||
</p>
|
||||
<p>All data are parsed from the official website of the company behind the buses,
|
||||
<code>astiko-irakliou.gr</code>. Disclaimer: the developer
|
||||
of Open Heraklion Bus isn't affiliated in any way with Astiko Irakleiou or the development
|
||||
team of their website. The data displayed is copyrighted by Astiko Irakleiou and are copied
|
||||
from <code>astiko-irakliou.gr</code> -- I do not claim any
|
||||
ownership of the data. I developed OpenHB for my own personal use and not as an official
|
||||
or unofficial replacement of the original website <code>astiko-irakliou.gr</code>.
|
||||
I am not responsible for any invalid data provided.
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue