Added some icons.

This commit is contained in:
Batuhan Berk Başoğlu 2021-03-09 21:10:53 -05:00
parent 9b8f4faaf1
commit 2a651fc6ef

View file

@ -8,7 +8,7 @@
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;900&family=Ubuntu:wght@300;400;700&display=swap"
rel="stylesheet">
<!-- CSS stylesheet -->
<!-- CSS stylesheet -->.
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
@ -83,26 +83,79 @@
<div class="container-fluid">
<div class="row">
<div class="feature-box col">
<h1 style="font-weight: bold;"><i class="fas fa-users"></i> Meet the Team</h1>
<br>
<br>
<h1 style="font-weight: bold;">Hey, my name is Batuhan.</h1>
<p>Ever since I was a child, it was my dream to own
a bike shop. One day after school, a bike fell out of the sky
and I could see that it was broken. I managed to fix that bike
up and use it in bike tournaments. That same bike is the one that I
used to win the national biking tournament in Bikini Bottom. To this day,
I don't know where that bike came from but I wish to pass on my good fortune to
others by helping them with their bikes. </p>
<div class="row">
<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="feature-box col-lg-4">
<p><img src="images\owner_pic.jpg" alt="Girl in a jacket"> </p>
<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 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 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>
</div>
</div>
</div>
</div>
</div>
</section>
@ -158,7 +211,7 @@
<section class="white-section" id="pricing">
<h2 class="section-heading"> <i class="fas fa-toolbox"></i> Our Services</h2>
<h2 class="section-heading"><i class="fas fa-toolbox"></i> Our Services</h2>
<p>Simple and affordable price plans for your bike.</p>
@ -226,15 +279,8 @@
<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">
<div id="googleMap" class="map-img"></div>
@ -244,9 +290,6 @@
</div>
<script>
function myMap() {
var mapProp = {
@ -265,41 +308,111 @@
<!--- Book an Appointment -->
<section class="white-section" id="appointment">
<div class="container-fluid">
<form action="action_page.php">
<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>
<!--- Select Services --->
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
<option selected>Select Services</option>
<option value="1">Brake Repair</option>
<option value="2">Fixing Punctures</option>
<option value="3">Full Repair/Maintenance</option>
</select>
<!--- Select Appointment Data --->
<div class="request-label">
<label for="appTime">Request Appointment for: </label>
<input type="datetime-local" id="birthdaytime" name="birthdaytime">
</div>
<div class="row">
<div class="col-6" style="float: right;">
<input type="text" id="fname" name="firstname" placeholder="First 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 class="col-6">
<input type="text" id="lname" name="lastname" placeholder="Last Name">
</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>
</div>
</div>
<input type="text" id="subject" name="subject" placeholder="Subject">
<textarea id="message" name="message" placeholder="Your Message" style="height:200px"></textarea>
<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="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>
</form>
</div>
</section>