Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
Datababes
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
George Nicole Balmaceda
Datababes
Commits
77ea637f
Commit
77ea637f
authored
Jul 05, 2016
by
Alexander Hans Collado Jr.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polished homepage
parent
f381f621
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
application.html.erb
parkinglot/app/views/layouts/application.html.erb
+1
-0
index.html.erb
parkinglot/app/views/pages/index.html.erb
+4
-4
No files found.
parkinglot/app/views/layouts/application.html.erb
View file @
77ea637f
...
...
@@ -6,6 +6,7 @@
<%=
javascript_include_tag
'application'
,
'data-turbolinks-track'
=>
true
%>
<%=
csrf_meta_tags
%>
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
>
<link
href=
'https://fonts.googleapis.com/css?family=Raleway:400,700'
rel=
'stylesheet'
type=
'text/css'
>
</head>
<body>
...
...
parkinglot/app/views/pages/index.html.erb
View file @
77ea637f
<nav>
<h1
style=
"color: white; text-align: center;"
>
Welcome to
</h1>
<div
class=
"logo"
>
<div
style=
"font-size:
5
0px; font-weight: bold; color:white; text-align: center;"
>
Park
<div
style=
"display:inline; color:black; background:#fe9900; border-radius:5px; font-size:
5
0px; padding:1px 5px;"
>
hub
</div>
<div
style=
"font-size:
12
0px; font-weight: bold; color:white; text-align: center;"
>
Park
<div
style=
"display:inline; color:black; background:#fe9900; border-radius:5px; font-size:
12
0px; padding:1px 5px;"
>
hub
</div>
</div>
<p
style=
"color: white; text-align: center;
font-size: 2em; margin-top: 1em;"
>
Only those who are
18 or
above are eligible to drive.
</p>
<center><a
href=
"carlogs"
class=
"eighteen"
style=
"margin-top:1em;"
>
Yes, I am
18 or
above.
</a></center>
font-size: 2em; margin-top: 1em;"
>
Only those who are
over 18 and
above are eligible to drive.
</p>
<center><a
href=
"carlogs"
class=
"eighteen"
style=
"margin-top:1em;"
>
Yes, I am
over 18 and
above.
</a></center>
</div>
</nav>
\ No newline at end of file
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