Fixed an error.
This commit is contained in:
parent
2a651fc6ef
commit
7cdf9bd060
4 changed files with 221 additions and 189 deletions
|
@ -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
BIN
images/Stewie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
images/mumen.jpg
Normal file
BIN
images/mumen.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
341
index.html
341
index.html
|
@ -35,7 +35,7 @@
|
|||
<section class="colored-section2" id="title">
|
||||
|
||||
<div class="container-fluid">
|
||||
<img src="images/logo2.png" style="float:left;width:42px;height:42px; margin-right:20px; margin-top:10px">
|
||||
<img src="images/logo2.png" style="float:left;width:42px;height:42px; margin-right:20px; margin-top:10px">
|
||||
|
||||
<!-- Nav Bar -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
|
@ -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>
|
||||
|
||||
|
@ -83,80 +84,80 @@
|
|||
|
||||
<div class="container-fluid">
|
||||
|
||||
<h1 style="font-weight: bold;"><i class="fas fa-users"></i> Meet the Team</h1>
|
||||
<br>
|
||||
<br>
|
||||
<h1 style="font-weight: bold;"><i class="fas fa-users"></i> Meet the Team</h1>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
<div class="col-lg-4 col-12">
|
||||
|
||||
<div class="card mb-3" style="max-width: 540px;">
|
||||
<div class="row g-0">
|
||||
<div class="col-md-4">
|
||||
<img src="images\owner_pic.jpg" alt="" class="profile">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title ">Batuhan</h5>
|
||||
<p class="card-text">Hey, I'm the store owner. Ever since I was a child, it was my dream to own
|
||||
a bike shop. I specialize in brake repair.</p>
|
||||
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
|
||||
<div class="card mb-3" style="max-width: 540px;">
|
||||
<div class="row g-0">
|
||||
<div class="col-md-4">
|
||||
<img src="images\owner_pic.jpg" alt="" class="profile">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title ">Batuhan</h5>
|
||||
<p class="card-text">Hey, I'm the store owner. Ever since I was a child, it was my dream to own
|
||||
a bike shop. I specialize in brake repair.</p>
|
||||
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
|
||||
<div class="card mb-3" style="max-width: 540px;">
|
||||
<div class="row g-0">
|
||||
<div class="col-md-4">
|
||||
<img src="images\mumen.jpg" alt="" class="profile">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Mumem</h5>
|
||||
<p class="card-text">Without biking, my life has no meaning. I am
|
||||
the best at fixing punctures in town.</p>
|
||||
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
|
||||
<div class="card mb-3" style="max-width: 540px;">
|
||||
<div class="row g-0">
|
||||
<div class="col-md-4">
|
||||
<img src="images\mumen.jpg" alt="" class="profile">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Mumem</h5>
|
||||
<p class="card-text">Without biking, my life has no meaning. I am
|
||||
the best at fixing punctures in town.</p>
|
||||
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
|
||||
<div class="card mb-3" style="max-width: 540px;">
|
||||
<div class="row g-0">
|
||||
<div class="col-md-4">
|
||||
<img src="images\Stewie.png" alt="" class="profile">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Stewart</h5>
|
||||
<p class="card-text"> I recently got my masters in bike fixing. I can help you with any repair or maintenence </p>
|
||||
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
|
||||
|
||||
<div class="col-lg-4 col-12">
|
||||
|
||||
<div class="card mb-3" style="max-width: 540px;">
|
||||
<div class="row g-0">git
|
||||
<div class="col-md-4">
|
||||
<img src="images\Stewie.png" alt="" class="profile">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Stewart</h5>
|
||||
<p class="card-text"> I recently got my masters in bike fixing. I can help you with any repair or maintenence </p>
|
||||
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
@ -268,18 +272,19 @@
|
|||
<!-- Call to Action -->
|
||||
|
||||
<section class="colored-section2" id="cta">
|
||||
<div class="row">
|
||||
<div class="row">
|
||||
|
||||
<div class ="col-12">
|
||||
<h2 class="big-heading"> <i class="fas fa-map-signs"></i> Contact Us</h2>
|
||||
<p style="color:white;font-size:20px">5 Hawthorne Avenue <br>
|
||||
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>
|
||||
<div class="col-12">
|
||||
<h2 class="big-heading"> <i class="fas fa-map-signs"></i> Contact Us</h2>
|
||||
<p style="color:white;font-size:20px">5 Hawthorne Avenue <br>
|
||||
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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
@ -290,17 +295,17 @@
|
|||
</div>
|
||||
|
||||
|
||||
<script>
|
||||
function myMap() {
|
||||
var mapProp = {
|
||||
center: new google.maps.LatLng(45.412085720162494, -75.68236814266143),
|
||||
zoom: 18,
|
||||
};
|
||||
var map = new google.maps.Map(document.getElementById("googleMap"), mapProp);
|
||||
}
|
||||
</script>
|
||||
<script
|
||||
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC5TiZoTEwEcB_HUZRhe_rXrcSWW1Z5x8I&callback=myMap"></script>
|
||||
<script>
|
||||
function myMap() {
|
||||
var mapProp = {
|
||||
center: new google.maps.LatLng(45.412085720162494, -75.68236814266143),
|
||||
zoom: 18,
|
||||
};
|
||||
var map = new google.maps.Map(document.getElementById("googleMap"), mapProp);
|
||||
}
|
||||
</script>
|
||||
<script
|
||||
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC5TiZoTEwEcB_HUZRhe_rXrcSWW1Z5x8I&callback=myMap"></script>
|
||||
|
||||
</section>
|
||||
|
||||
|
@ -313,104 +318,108 @@
|
|||
<h2 class="big-heading"> <i class="far fa-clock"></i> Book an Appointment</h2>
|
||||
<!-- Accordion for booking a service-->
|
||||
<div id="accordion">
|
||||
<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">
|
||||
Book Services
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<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">
|
||||
Book Services
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
|
||||
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
|
||||
<div class="card-body">
|
||||
<h2><i class="fas fa-toolbox"></i> Services</h2>
|
||||
<p>Please select services you require</p>
|
||||
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
|
||||
<option selected>Select Service</option>
|
||||
<option value="1">Brake Repair</option>
|
||||
<option value="2">Fixing Punctures</option>
|
||||
<option value="3">Full Repair/Maintenance</option>
|
||||
<option value="3">Other Inquiries</option>
|
||||
</select>
|
||||
<hr>
|
||||
<h2><i class="fas fa-users"></i> Mechanics</h2>
|
||||
<p>Please select your technican</p>
|
||||
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
|
||||
<option selected>Select technican</option>
|
||||
<option value="1">Batuhan</option>
|
||||
<option value="2">Mumem </option>
|
||||
<option value="3">Stewart</option>
|
||||
<option value="3">No preference</option>
|
||||
</select>
|
||||
<hr>
|
||||
<!-- notify user of the availability of technican before selecting time, let them block dates that arent bookable and let users know-->
|
||||
<h2><i class="fas fa-calendar-plus"></i> Appointment Time</h2>
|
||||
<p>Please select appointment time</p>
|
||||
<div class="request-label">
|
||||
<label for="appTime">Request Appointment for: </label>
|
||||
<input type="datetime-local" id="birthdaytime" name="birthdaytime">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">
|
||||
Contact Information
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
|
||||
<div class="card-body">
|
||||
<h2><i class="far fa-address-book"></i> Contact Information</h2>
|
||||
<p>Please fill the spaces below with your information</p>
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<div class="row">
|
||||
<div class="col-6" style="float: right;">
|
||||
<input type="text" id="fname" name="firstname" placeholder="First Name">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<input type="text" id="lname" name="lastname" placeholder="Last Name">
|
||||
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
|
||||
<div class="card-body">
|
||||
<h2><i class="fas fa-toolbox"></i> Services</h2>
|
||||
<p>Please select services you require</p>
|
||||
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
|
||||
<option selected>Select Service</option>
|
||||
<option value="1">Brake Repair</option>
|
||||
<option value="2">Fixing Punctures</option>
|
||||
<option value="3">Full Repair/Maintenance</option>
|
||||
<option value="3">Other Inquiries</option>
|
||||
</select>
|
||||
<hr>
|
||||
<h2><i class="fas fa-users"></i> Mechanics</h2>
|
||||
<p>Please select your technican</p>
|
||||
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
|
||||
<option selected>Select technican</option>
|
||||
<option value="1">Batuhan</option>
|
||||
<option value="2">Mumem </option>
|
||||
<option value="3">Stewart</option>
|
||||
<option value="3">No preference</option>
|
||||
</select>
|
||||
<hr>
|
||||
<!-- notify user of the availability of technican before selecting time, let them block dates that arent bookable and let users know-->
|
||||
<h2><i class="fas fa-calendar-plus"></i> Appointment Time</h2>
|
||||
<p>Please select appointment time</p>
|
||||
<div class="request-label">
|
||||
<label for="appTime">Request Appointment for: </label>
|
||||
<input type="datetime-local" id="birthdaytime" name="birthdaytime">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="row">
|
||||
<div class="col-6" style="float: right;">
|
||||
<input type="text" id="phoneNum" name="phoneNumber" placeholder="Phone Number">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<input type="text" id="email" name="email" placeholder="Email">
|
||||
<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">
|
||||
Contact Information
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
|
||||
<div class="card-body">
|
||||
<h2><i class="far fa-address-book"></i> Contact Information</h2>
|
||||
<p>Please fill the spaces below with your information</p>
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<div class="row">
|
||||
<div class="col-6" style="float: right;">
|
||||
<input type="text" id="fname" name="firstname" placeholder="First Name">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<input type="text" id="lname" name="lastname" placeholder="Last Name">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="row">
|
||||
<div class="col-6" style="float: right;">
|
||||
<input type="text" id="phoneNum" name="phoneNumber" placeholder="Phone Number">
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<input type="text" id="email" name="email" placeholder="Email">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<textarea id="message" name="message" placeholder="Your Message" style="height:200px"></textarea>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<textarea id="message" name="message" placeholder="Your Message" style="height:200px"></textarea>
|
||||
<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">
|
||||
Account Details
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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">
|
||||
Account Details
|
||||
</button>
|
||||
</h5>
|
||||
</div>
|
||||
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
|
||||
<div class="card-body">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<button type="submit" class="btn btn-lg btn-dark download-btn">Submit <i class="far fa-calendar-check"></i></button>
|
||||
</div>
|
||||
<br>
|
||||
<br>
|
||||
<button type="submit" class="btn btn-lg btn-dark download-btn">Submit <i
|
||||
class="far fa-calendar-check"></i></button>
|
||||
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue