Fixed an error.

This commit is contained in:
Batuhan Berk Başoğlu 2021-03-09 21:19:04 -05:00
parent 2a651fc6ef
commit 7cdf9bd060
4 changed files with 221 additions and 189 deletions

View file

@ -62,6 +62,10 @@ h3 {
font-size: 1.5rem;
}
h5{
font-weight: bold;
}
p {
color: rgb(77, 77, 77);
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
@ -131,6 +135,25 @@ p {
text-align: left;
}
/* Worker profiles */
.profile{
width: 200px;
height: 200px;
object-fit: cover;
}
.profile_names{
font-size:25px;
}
.name_text{
font-weight
}
/* Features section */
@ -274,7 +297,7 @@ textarea {
/* Style the submit button with a specific background color etc */
button[type=submit] {
input[type=submit] {
background-color: #d60024;
color: white;
padding: 12px 20px;
@ -286,6 +309,6 @@ button[type=submit] {
/* When moving the mouse over the submit button, add a darker green color */
button[type=submit]:hover {
input[type=submit]:hover {
background-color: #fa4664;
}

BIN
images/Stewie.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
images/mumen.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

View file

@ -64,7 +64,8 @@
<div class="row">
<div class="col-lg-6">
<h1 class="big-heading">Nothing beats the high of a good bike ride. </h1>
<button type="button" onclick="toAppointment()" class="btn btn-lg btn-dark download-btn"><i class="fas fa-bicycle"></i> Book an
<button type="button" onclick="toAppointment()" class="btn btn-lg btn-dark download-btn"><i
class="fas fa-bicycle"></i> Book an
Appointment</button>
</div>
@ -134,7 +135,7 @@
<div class="col-lg-4 col-12">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="row g-0">git
<div class="col-md-4">
<img src="images\Stewie.png" alt="" class="profile">
</div>
@ -226,7 +227,8 @@
<img class="title-image" src="images/brake.jpg" alt="bike1">
<p>Repair Using Standard kit</p>
<p>Part Replacement</p>
<button type="button" onclick="toAppointment()" class="btn btn-block btn-outline-dark btn-lg">Select</button>
<button type="button" onclick="toAppointment()"
class="btn btn-block btn-outline-dark btn-lg">Select</button>
</div>
</div>
</div>
@ -241,7 +243,8 @@
<img class="title-image" src="images/tire.jpg" alt="bike2">
<p> Repair Using Advanced Kit</p>
<p> Part Replacement</p>
<button type="button" onclick="toAppointment()" class="btn btn-block btn-outline-dark btn-lg">Select</button>
<button type="button" onclick="toAppointment()"
class="btn btn-block btn-outline-dark btn-lg">Select</button>
</div>
</div>
</div>
@ -257,7 +260,8 @@
<img class="title-image" src="images/maintenance.jpg" alt="bike3">
<p>Full Part Replacement</p>
<p>Full Cleaning</p>
<button type="button" onclick="toAppointment()" class="btn btn-block btn-outline-dark btn-lg">Select</button>
<button type="button" onclick="toAppointment()"
class="btn btn-block btn-outline-dark btn-lg">Select</button>
</div>
</div>
</div>
@ -276,7 +280,8 @@
Ottawa, Ontario <br>
Phone: (613) 567-8180 <br>
Email: info@cycosport.ca <br>
<p style= "font-weight: bold; color: white;font-size:25px ">Buisness Hours: 8:30 - 22:00, Monday to Friday <p>
<p style="font-weight: bold; color: white;font-size:25px ">Buisness Hours: 8:30 - 22:00, Monday to Friday
<p>
</p>
</div>
</div>
@ -316,7 +321,8 @@
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
Book Services
</button>
</h5>
@ -357,7 +363,8 @@
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="false" aria-controls="collapseTwo">
Contact Information
</button>
</h5>
@ -397,7 +404,8 @@
<div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree"
aria-expanded="false" aria-controls="collapseThree">
Account Details
</button>
</h5>
@ -410,7 +418,8 @@
</div>
<br>
<br>
<button type="submit" class="btn btn-lg btn-dark download-btn">Submit <i class="far fa-calendar-check"></i></button>
<button type="submit" class="btn btn-lg btn-dark download-btn">Submit <i
class="far fa-calendar-check"></i></button>
</div>