Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uBus
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chiara Veronica Señires
uBus
Commits
828f8e1a
Commit
828f8e1a
authored
Oct 15, 2015
by
Ian De La Cruz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed index styles
parent
78d419f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
24 deletions
+50
-24
style.css
web-app/css/style.css
+24
-0
index.html
web-app/index.html
+19
-19
schedule.html
web-app/schedule.html
+7
-5
No files found.
web-app/css/style.css
View file @
828f8e1a
...
...
@@ -21,6 +21,30 @@ nav a:first-child {
float
:
left
;
}
.button
{
display
:
inline-block
;
width
:
45%
!important
;
text-align
:
center
;
padding
:
0
!important
;
}
.button
:first-child
{
margin-right
:
15px
;
}
.button
a
{
display
:
block
;
width
:
100%
;
text-decoration
:
none
;
color
:
black
;
}
.button
img
{
display
:
block
;
width
:
80%
;
margin
:
0
5%
0
15%
;
}
.wrapper
{
width
:
90%
;
margin
:
0
auto
;
...
...
web-app/index.html
View file @
828f8e1a
<!DOCTYPE html>
<html>
<head>
<title>
uBus | Admin System
</title>
<!DOCTYPE html>
<html>
<head>
<title>
uBus | Admin System
</title>
<meta
name=
"description"
content=
"uBus Ticket Reservation System administrator tools."
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style.css"
>
</head>
<body>
<div
class=
"container"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/style.css"
>
</head>
<body>
<header>
<img
class=
"logo"
src=
"img/logo.png"
>
<h1>
Bus Ticket Reservation System
</h1>
<nav>
<a
href=
"index.html"
><img
src=
"img/logo.png"
width=
"40px"
></a>
<h1
style=
"display:inline-block; margin:0; padding-top:10px; padding-left:15px;"
>
Bus Ticket Reservation System
</h1>
</nav>
</header>
<div
class=
"
content
"
>
<div
class=
"button"
>
<div
class=
"
wrapper
"
>
<div
class=
"
card
button"
>
<a
href=
"schedule.html"
id=
"admin"
>
<img
src=
"img/scheduling.png"
>
<img
src=
"img/scheduling.png"
width=
"50%"
>
<br><h3>
SCHEDULING
</h3>
</a>
</div>
<div
class=
"button"
>
<div
class=
"
card
button"
>
<a
href=
"loading.html"
id=
"loading"
>
<img
src=
"img/loading.png"
>
<img
src=
"img/loading.png"
width=
"50%"
>
<br><h3>
LOADING
</h3>
</a>
</div>
</div>
</div>
</body>
</body>
</html>
web-app/schedule.html
View file @
828f8e1a
...
...
@@ -9,12 +9,14 @@
</head>
<body>
<nav>
<a
href=
"index.html"
><img
src=
"img/logo.png"
width=
"40px"
></a>
<header>
<nav>
<a
href=
"index.html"
><img
src=
"img/logo.png"
width=
"40px"
></a>
<a
href=
"javascript:void(0);"
><img
src=
"img/add.png"
width=
"40px"
></a>
<a
href=
"javascript:void(0);"
><img
src=
"img/search.png"
width=
"40px"
></a>
</nav>
<a
href=
"javascript:void(0);"
><img
src=
"img/add.png"
width=
"40px"
></a>
<a
href=
"javascript:void(0);"
><img
src=
"img/search.png"
width=
"40px"
></a>
</nav>
</header>
<div
class=
"wrapper"
>
<div
class=
"title"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment