Added some icons.
This commit is contained in:
parent
9b8f4faaf1
commit
2a651fc6ef
1 changed files with 165 additions and 52 deletions
217
index.html
217
index.html
|
@ -8,7 +8,7 @@
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;900&family=Ubuntu:wght@300;400;700&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;900&family=Ubuntu:wght@300;400;700&display=swap"
|
||||||
rel="stylesheet">
|
rel="stylesheet">
|
||||||
<!-- CSS stylesheet -->
|
<!-- CSS stylesheet -->.
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
|
||||||
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
||||||
<link rel="stylesheet" href="css/styles.css">
|
<link rel="stylesheet" href="css/styles.css">
|
||||||
|
@ -83,26 +83,79 @@
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<div class="row">
|
<h1 style="font-weight: bold;"><i class="fas fa-users"></i> Meet the Team</h1>
|
||||||
<div class="feature-box col">
|
<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
|
<div class="row">
|
||||||
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
|
<div class="col-lg-4 col-12">
|
||||||
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,
|
<div class="card mb-3" style="max-width: 540px;">
|
||||||
I don't know where that bike came from but I wish to pass on my good fortune to
|
<div class="row g-0">
|
||||||
others by helping them with their bikes. </p>
|
<div class="col-md-4">
|
||||||
|
<img src="images\owner_pic.jpg" alt="" class="profile">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-8">
|
||||||
<div class="feature-box col-lg-4">
|
<div class="card-body">
|
||||||
<p><img src="images\owner_pic.jpg" alt="Girl in a jacket"> </p>
|
<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>
|
||||||
|
|
||||||
|
</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>
|
</section>
|
||||||
|
|
||||||
|
@ -158,7 +211,7 @@
|
||||||
|
|
||||||
<section class="white-section" id="pricing">
|
<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>
|
<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 style= "font-weight: bold; color: white;font-size:25px ">Buisness Hours: 8:30 - 22:00, Monday to Friday <p>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div id="googleMap" class="map-img"></div>
|
<div id="googleMap" class="map-img"></div>
|
||||||
|
@ -244,9 +290,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function myMap() {
|
function myMap() {
|
||||||
var mapProp = {
|
var mapProp = {
|
||||||
|
@ -265,41 +308,111 @@
|
||||||
<!--- Book an Appointment -->
|
<!--- Book an Appointment -->
|
||||||
<section class="white-section" id="appointment">
|
<section class="white-section" id="appointment">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<form action="action_page.php">
|
|
||||||
|
|
||||||
<h2 class="big-heading"> <i class="far fa-clock"></i> Book an Appointment</h2>
|
<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 --->
|
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
|
||||||
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
|
<div class="card-body">
|
||||||
<option selected>Select Services</option>
|
<h2><i class="fas fa-toolbox"></i> Services</h2>
|
||||||
<option value="1">Brake Repair</option>
|
<p>Please select services you require</p>
|
||||||
<option value="2">Fixing Punctures</option>
|
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
|
||||||
<option value="3">Full Repair/Maintenance</option>
|
<option selected>Select Service</option>
|
||||||
</select>
|
<option value="1">Brake Repair</option>
|
||||||
<!--- Select Appointment Data --->
|
<option value="2">Fixing Punctures</option>
|
||||||
<div class="request-label">
|
<option value="3">Full Repair/Maintenance</option>
|
||||||
<label for="appTime">Request Appointment for: </label>
|
<option value="3">Other Inquiries</option>
|
||||||
<input type="datetime-local" id="birthdaytime" name="birthdaytime">
|
</select>
|
||||||
</div>
|
<hr>
|
||||||
|
<h2><i class="fas fa-users"></i> Mechanics</h2>
|
||||||
<div class="row">
|
<p>Please select your technican</p>
|
||||||
<div class="col-6" style="float: right;">
|
<select class="form-select form-select-sm" aria-label=".form-select-sm example">
|
||||||
<input type="text" id="fname" name="firstname" placeholder="First Name">
|
<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 class="col-6">
|
</div>
|
||||||
<input type="text" id="lname" name="lastname" placeholder="Last Name">
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
<input type="text" id="subject" name="subject" placeholder="Subject">
|
<div class="row">
|
||||||
|
<div class="col-6" style="float: right;">
|
||||||
<textarea id="message" name="message" placeholder="Your Message" style="height:200px"></textarea>
|
<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>
|
||||||
<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>
|
||||||
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue