Commit 7ca50b4c authored by Miko's avatar Miko

design

parent 1abc92b0
<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
......@@ -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
<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>
<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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment