more changes

parent 096f3b55
No preview for this file type
No preview for this file type
No preview for this file type
.form-title { .form-title {
font-family: 'Raleway'; font-family: 'Raleway';
} }
.logo {
color: white;
}
.logo:hover {
text-decoration: none;
color: white;
cursor: pointer;
}
.col-sm-12 {
border-bottom: 1px #353535 solid;
margin: ;
}
.col-sm-12 h2 {
color: white !important;
font-weight: lighter;
letter-spacing: 2.5px;
}
.col-sm-12 p {
color: #fe9900 !important;
}
.eighteen { .eighteen {
padding: 20px; padding: 20px;
......
<div style="margin-top: 20px;"></div><a href="/" class="logo" style="margin-top: 30px !important">
<div style="font-size:80px; font-weight: bold; color:white; text-align: center;">
Park <div style="display:inline; color:black; background:#fe9900; border-radius:5px; font-size:80px; padding:1px 5px;">hub</div>
</div>
</a>
<div class="form-container"> <div class="form-container">
<h1 class="form-title">Record New Log</h1> <h1 class="form-title">Record New Log</h1>
<%= form_tag("/carlogs/create", method: "post") do %> <%= form_tag("/carlogs/create", method: "post") do %>
......
<nav> <nav>
<div class="logo"> <a href="/" class="logo">
<div style="font-size:50px; font-weight: bold; color:white; text-align: center;"> <div style="font-size:50px; font-weight: bold; color:white; text-align: center;">
Park <div style="display:inline; color:black; background:#fe9900; border-radius:5px; font-size:50px; padding:1px 5px;">hub</div> Park <div style="display:inline; color:black; background:#fe9900; border-radius:5px; font-size:50px; padding:1px 5px;">hub</div>
</div> </a>
</div>
</nav> </nav>
......
<div style="margin-top: 20px;"></div><a href="/" class="logo" style="margin-top: 30px !important">
<div style="font-size:80px; font-weight: bold; color:white; text-align: center;">
Park <div style="display:inline; color:black; background:#fe9900; border-radius:5px; font-size:80px; padding:1px 5px;">hub</div>
</div>
</a>
<h1 style="text-align: center; color: white;">Datababes Team</h1>
<div class="container">
<div class="col-sm-12">
<h2>Royce Matthew Chan</h2>
<p>Lead Engineer, Team Leader</p>
</div>
<div class="col-sm-12">
<h2>Alexander Hans Collado Jr.</h2>
<p>Lead UI/UX Designer</p>
</div>
<div class="col-sm-12">
<h2>Travis Munoz</h2>
<p>Ruby Developer</p>
</div>
<div class="col-sm-12">
<h2>George Balmaceda</h2>
<p>Ruby Developer</p>
</div>
<div class="col-sm-12">
<h2>Kristoff Sison</h2>
<p>UI/UX Designer</p>
</div>
<a href="/" class="eighteen" style="margin-top:1em;">Homepage</a>
</div>
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</div> </div>
<p style="color: white; text-align: center; <p style="color: white; text-align: center;
font-size: 2em; margin-top: 1em;">Only those who are over 18 and above are eligible to drive.</p> 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> <center><a href="carlogs" class="eighteen" style="margin-top:1em;">Parking Lot</a><a href="/group" class="eighteen" style="margin-top:1em; margin-left: 10px;">Our Team</a></center>
</div> </div>
</nav> </nav>
\ 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