-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
97 lines (85 loc) · 5.22 KB
/
about.html
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
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<title>BOOIT</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome/css/all.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/style_about.css">
</head>
<body class="bg-one">
<div class="main-wrapper">
<div id="header-container"></div>
<!-- CHANGE CONTENT HERE -->
<div class="bread-crumb-bar">
<div class="container">
<div class="row align-items-center inner-banner">
<div class="col-md-12 col-12 text-center">
<div class="breadcrumb-list">
<nav aria-label="breadcrumb" class="page-breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">
<img src="assets/img/home-icon.svg" alt="Home"> Home </a>
</li>
<li class="breadcrumb-item" aria-current="page">About Us</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
</div>
<section class="about-banner">
<h1>About Us</h1>
</section>
<section class="section about">
<div class="container">
<div class="row justify-content-center mt-3">
<div class="col-lg-6 d-flex align-items-center">
<div class="about-content">
<h2>Our <span class="orange-text">Story</span>
</h2>
<p>BOOKIT was founded by a group of college students who saw a need for a platform that would make it easy for people to connect with trusted professionals in their local area. The team spent months researching and developing the app, working closely with service providers to ensure that the platform met their needs as well as those of users.</p>
<p>As the development process continued, the team received positive feedback from early testers and investors, and interest in the app grew. Today, BOOKIT is preparing to launch its service listing app for iOS, which will connect users with service providers in their local area and make it easy to book appointments and manage services from their mobile device.</p>
<p>At BOOKIT, we are committed to providing a seamless and convenient experience for both users and service providers, and we are excited to bring our platform to market in the coming months.</p>
<!-- <a href="project.html" class="btn learn-btn">LEARN MORE</a> -->
</div>
</div>
<div class="col-lg-5">
<div class="about-img">
<img class="img-fluid" src="assets/img/about/our-story.jpg" alt="Post Image">
</div>
</div>
</div>
<div class="row justify-content-center mt-3">
<div class="col-lg-5">
<div class="about-img">
<img class="img-fluid" src="assets/img/about/our-mission.jpg" alt="Post Image">
</div>
</div>
<div class="col-lg-6 d-flex align-items-center">
<div class="about-content">
<h2>Our <span class="orange-text">Mission</span>
</h2>
<p>At BOOKIT, our mission is to make it easy for people to find and connect with trusted service providers in their local area. We believe that everyone deserves access to reliable and affordable services, and that the process of finding and booking those services should be simple and convenient.</p>
<p>We are committed to providing a platform that benefits both users and service providers, by connecting them in a way that is mutually beneficial. Our goal is to create a community of users and service providers who trust and value each other, and who work together to create a better service experience for everyone.</p>
<p>We believe that technology can play a powerful role in transforming the service industry, and we are dedicated to using the latest tools and techniques to deliver the best possible experience for our users and service providers. Whether you're a homeowner looking for a reliable handyman, or a service provider looking to expand your business, BOOKIT is here to help.</p>
<!-- <a href="project.html" class="btn learn-btn">LEARN MORE</a> -->
</div>
</div>
</div>
</div>
</section>
<!-- END | CHANGE CONTENT -->
<div id="footer"></div>
</div>
<script src="assets/js/jquery-3.6.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>