Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parkinglot
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
MiiikoLang
parkinglot
Commits
7ca50b4c
Commit
7ca50b4c
authored
Jul 06, 2016
by
Miko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
design
parent
1abc92b0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
8 deletions
+23
-8
add_cars.html.erb
parkinglot/app/views/car_logs/add_cars.html.erb
+8
-3
index.html.erb
parkinglot/app/views/car_logs/index.html.erb
+3
-1
creators.html.erb
parkinglot/app/views/pages/creators.html.erb
+3
-2
index.html.erb
parkinglot/app/views/pages/index.html.erb
+9
-2
No files found.
parkinglot/app/views/car_logs/add_cars.html.erb
View file @
7ca50b4c
<div
style=
"height:100vh; width:100vw; background-size:cover; position:absolute;overflow:scroll;"
>
<div
style=
"padding:20px; border:solid 1px; background-color:gray; color: black"
>
<center>
<h1>
Add Cars
</h1>
<%=
form_tag
(
"/car_logs/create"
,
method:
"post"
)
do
%>
<label>
Plate Number:
</label>
...
...
@@ -28,9 +32,10 @@
<option
value=
"Ford"
>
BMW
</option>
<option
value=
"Ford"
>
Mercedes
</option>
<option
value=
"Ford"
>
Kia
</option>
</select>
<input
type=
"submit"
value=
"Save to Car Log"
>
<input
type=
"submit"
value=
"Save to Car Log"
>
<%
end
%>
<a
href=
"/pages"
>
Park Lot Home
</a>
\ No newline at end of file
<a
href=
"/pages"
style=
"padding:3px; margin:10px; border:solid 1px;color: white"
>
Park Lot Home
</a>
</div>
</div>
\ No newline at end of file
parkinglot/app/views/car_logs/index.html.erb
View file @
7ca50b4c
...
...
@@ -14,4 +14,6 @@
<a
href=
"/car_logs/add"
style=
"padding:5px; margin:20px; border:solid 1px;color: white"
>
Add Entry
</a>
<a
href=
"/pages"
style=
"padding:5px; margin:20px; border:solid 1px;color: white"
>
Park Lot Home
</a>
</center>
\ No newline at end of file
</center>
</div>
</div>
\ No newline at end of file
parkinglot/app/views/pages/creators.html.erb
View file @
7ca50b4c
<div>
<h1>
Meet the Creators
</h1>
<body>
<li>
Miko
</li>
...
...
@@ -5,5 +6,5 @@
<li>
Manny
</li>
</body>
<a
href=
"/
pages/index
"
>
Park Lot Home
</a>
<a
href=
"/
car_logs/add"
style=
"padding:5px; margin:20px; border:solid 1px;color: black
"
>
Park Lot Home
</a>
</div>
parkinglot/app/views/pages/index.html.erb
View file @
7ca50b4c
<div
style=
"height:100vh; width:100vw; background-size:cover; position:absolute;overflow:scroll;"
>
<div
style=
"padding:20px; border:solid 1px; background-color:rgba(20,20,20,0.9); color:rgba(255,255,255,0.8)"
>
<center>
<h1>
Park Lot 1.0
</h1>
<a
href=
"/pages"
>
Meet the Creators
</a>
<a
href=
"/car_logs"
>
View Car Parking Log
</a>
<a
href=
"/pages"
style=
"padding:5px; margin:20px; border:solid 1px;color: white"
>
Meet the Creators
</a>
<a
href=
"/car_logs"
style=
"padding:5px; margin:20px; border:solid 1px;color: white"
>
View Car Parking Log
</a>
</center>
</div>
</div>
\ 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