Changed the project name

This commit is contained in:
George Kaklamanos 2015-07-27 10:48:11 +03:00
parent 3a0925f891
commit 7c6eae62dd
7 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>uBus - Home</title>
<title>DataBus - Home</title>
<?php include 'modules/head.php'; ?>
</head>
<body>
<?php include 'modules/nav.php'; ?>
<h1>Home</h1>
<p>uBus is a generic web application that displays data regading buses,
<p>DataBus is a generic web application that displays data regading buses,
routes and stops of public transport bus services. 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

View file

@ -1,7 +1,7 @@
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href=".">uBus</a>
<a class="navbar-brand" href=".">DataBus</a>
</div>
<div id="navbar" >
<ul class="nav navbar-nav">