Update website title and description.

This commit is contained in:
George Kaklamanos 2016-02-21 16:19:06 +02:00
parent 49c232f56c
commit a56c2b5fe5
7 changed files with 17 additions and 9 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DataBus - Bus Positions</title> <title>OpenHB - Bus Positions</title>
<?php include 'modules/head.php'; ?> <?php include 'modules/head.php'; ?>
<?php include 'modules/map.php'; ?> <?php include 'modules/map.php'; ?>
<style type="text/css"> <style type="text/css">

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DataBus - Lines</title> <title>OpenHB - Lines</title>
<?php include 'modules/head.php'; ?> <?php include 'modules/head.php'; ?>
</head> </head>
<body> <body>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DataBus - Routes</title> <title>OpenHB - Routes</title>
<?php include 'modules/head.php'; ?> <?php include 'modules/head.php'; ?>
</head> </head>
<body> <body>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DataBus - ShowLine</title> <title>OpenHB - ShowLine</title>
<?php include 'modules/head.php'; ?> <?php include 'modules/head.php'; ?>
<?php include 'modules/map.php'; ?> <?php include 'modules/map.php'; ?>
</head> </head>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DataBus - ShowStop</title> <title>OpenHB - ShowStop</title>
<?php include 'modules/head.php'; ?> <?php include 'modules/head.php'; ?>
<?php include 'modules/map.php'; ?> <?php include 'modules/map.php'; ?>
</head> </head>

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DataBus - Stops</title> <title>OpenHB - Stops</title>
<?php include 'modules/head.php'; ?> <?php include 'modules/head.php'; ?>
</head> </head>
<body> <body>

View file

@ -1,18 +1,26 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>DataBus - Home</title> <title>OpenHB - Home</title>
<?php include 'modules/head.php'; ?> <?php include 'modules/head.php'; ?>
</head> </head>
<body> <body>
<?php include 'modules/nav.php'; ?> <?php include 'modules/nav.php'; ?>
<h1>Home</h1> <h1>Home</h1>
<p>DataBus is a generic web application that displays data regading buses, <p>Open Heraklion Bus is a web application that displays data regading buses,
routes and stops of public transport bus services. It uses modern web routes and stops of public transport bus services in Heraklion. It uses modern web
technologies and frameworks: HTML5, CSS3, Bootstrap and jQuery to display technologies and frameworks: HTML5, CSS3, Bootstrap and jQuery to display
a beautiful and simple website, PHP to generate the content displayed and a beautiful and simple website, PHP to generate the content displayed and
the JSON file format to store and read data. the JSON file format to store and read data.
</p> </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.