Changed the project name
This commit is contained in:
parent
3a0925f891
commit
7c6eae62dd
7 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>uBus - Routes</title>
|
<title>DataBus - Routes</title>
|
||||||
<?php include 'modules/head.php'; ?>
|
<?php include 'modules/head.php'; ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>uBus - ShowLine</title>
|
<title>DataBus - ShowLine</title>
|
||||||
<?php include 'modules/head.php'; ?>
|
<?php include 'modules/head.php'; ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>uBus - ShowRoute</title>
|
<title>DataBus - ShowRoute</title>
|
||||||
<?php include 'modules/head.php'; ?>
|
<?php include 'modules/head.php'; ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>uBus - ShowStop</title>
|
<title>DataBus - ShowStop</title>
|
||||||
<?php include 'modules/head.php'; ?>
|
<?php include 'modules/head.php'; ?>
|
||||||
<?php include 'modules/map.php'; ?>
|
<?php include 'modules/map.php'; ?>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>uBus - Stops</title>
|
<title>DataBus - Stops</title>
|
||||||
<?php include 'modules/head.php'; ?>
|
<?php include 'modules/head.php'; ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>uBus - Home</title>
|
<title>DataBus - 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>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
|
routes and stops of public transport bus services. 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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<nav class="navbar navbar-inverse">
|
<nav class="navbar navbar-inverse">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<a class="navbar-brand" href=".">uBus</a>
|
<a class="navbar-brand" href=".">DataBus</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" >
|
<div id="navbar" >
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
|
|
Reference in a new issue