-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (81 loc) · 3.45 KB
/
index.html
File metadata and controls
86 lines (81 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<title>QuickMech</title>
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="icon" href="./img/QUICKMECK.png">
</head>
<body>
<section class="main-container">
<header>
<nav>
<ul>
<li><a href="index.html"> Home</a></li>
<li><a href="./page/services.html">Services</a></li>
<li><a href="./page/joinus.html"> Join us</a></li>
<li><a href="./page/FAQ.html"> FAQ</li></a>
<li><a href="./page/about.html"> About us</a></li>
</ul>
</nav>
</header>
<!-- </section> -->
<main class="">
<div class="hero">
<img src="./img/QUICKMECK_Join_Us-01.png" alt="">
<p>Because time is money, QuickMech can come to your location to do your daily needed services for you
anytime,anywhere. </p>
</div>
<section class="page-intro">
<p>Ever wondered if you can get a plumber or an electition
to come to your location with ease and without wasting any time?</p>
<p>Ever needed someone to repair or clean your car without the need to leave
the comfort of your home at the weekend?</p>
<p>Are you struggeling to find customers that need your
provided services in your local geographical area?</p>
<p>Worry No more! With QuickMech, your can easily find the service you need, with only one click!</p>
</section>
<section id="slider">
<input type="radio" name="slider" id="s1">
<input type="radio" name="slider" id="s2">
<input type="radio" name="slider" id="s3" checked>
<input type="radio" name="slider" id="s4">
<input type="radio" name="slider" id="s5">
<label for="s1" id="slide1">
<img src="./img/img1.jpg" height="100%" width="100%">
</label>
<label for="s2" id="slide2">
<img src="./img/img2.jpg" height="100%" width="100%">
</label>
<label for="s3" id="slide3">
<img src="./img/img3.jpg" height="100%" width="100%">
</label>
<label for="s4" id="slide4">
<img src="./img/img5.jpg" height="100%" width="100%">
</label>
<label for="s5" id="slide5">
<img src="./img/img7.jpg" height="100%" width="100%">
</label>
</section>
<section class="steps-section">
<h2>How to use our services</h2>
<div id="steps">
<img src="./img/Choose_your_Service_fin2-01.png">
<img src="./img/Set_Time_and_Location-01.png">
<img src="./img/Sit_Back_and_Relax-01.png">
</div>
</section>
</main>
<footer>
<div>
<a href="#">Terms & Conditions</a>
<a href="#">Privacy Policy</a>
<a href="#">Contact Us</a>
</div>
<p>
All Rights Reserved 2021 © QUICKMECH Powered by Sirius Group
</p>
</footer>
</section>
</body>
</html>