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>
|
||||
<html>
|
||||
<head>
|
||||
<title>uBus - Routes</title>
|
||||
<title>DataBus - Routes</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>uBus - ShowLine</title>
|
||||
<title>DataBus - ShowLine</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>uBus - ShowRoute</title>
|
||||
<title>DataBus - ShowRoute</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>uBus - Stops</title>
|
||||
<title>DataBus - Stops</title>
|
||||
<?php include 'modules/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
Reference in a new issue