-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout-us.html
244 lines (202 loc) · 12 KB
/
about-us.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> About Us | Efficinecy Center </title>
<!-- Preloads -->
<!-- <link rel="preload" href="assets/css/styles.css" as="style">
<link rel="preload" href="assets/css/bs-overrides.css" as="style"> -->
<link rel="preload" href="app.js" as="script"><!-- What is this line for ?-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<!-- CSS Files -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/bs-overrides.css">
<!-- favicon -->
<link rel="icon" type="image/png" href="assets/imgs/logos/mobileLogo.png">
<!-- Meta Info -->
<meta property="og:image" content="https://dev.efficiencys.com.sa/assets/imgs/pictures/Icon.jpg">
<meta content="Modern fully-equipped shared and individual office spaces that suit all businesses. We help you be efficient by providing your business with the proper place to get things done" name="description" >
<meta content="مركز الكفائة,تأجير مكاتب,تاجير مكاتب,مساحات عمل مشتركة,مساحات عمل مخصصة,مكاتب منفردة,غرفة مؤتمرات,غرفة اجتماعات,مساحات عمل مخصصة, Efficiency Center, Offices renting, Meeting Room, Individual Offices, Dedicated Open Space Offices, Conference Room,Shared Open Space Offices" name="keywords">
</head>
<body>
<!-- _________________________________________NAVBAR ___________________________ -->
<header class="py-1 py-md-3">
<div class="container">
<nav class="navbar navbar-light navbar-expand-md d-flex flex-wrap align-items-md-center justify-content-md-center justify-content-md-between mb-md-4">
<ul class="flex-column flex-md-row order-1 order-md-1 collapse navbarNav navbar-collapse nav col-12 col-md-auto mb-2 justify-content-center mb-md-0">
<li><a href="index.html" class="nav-link px-2 link-secondary">Home</a></li>
<li><a href="index.html#partners" class="nav-link px-2 link-dark">Partners</a></li>
<li><a href="index.html#contactus" class="nav-link px-2 link-dark">Contact</a></li>
<li><a href="book-a-tour.html" class="nav-link px-2 link-dark">Book a tour</a></li>
</ul>
<a href="index.html" class="order-3 order-md-2 d-flex align-items-md-center justify-content-md-center col-6 col-md-3 mb-md-0 text-dark text-decoration-none mx-md-auto">
<img src="assets/imgs/logos/mainLogo.png" alt="Efficinecy Center" height="90" class="d-none d-md-block">
<img src="assets/imgs/logos/navbarlogomobile.png" alt="Efficinecy Center" height="50" class="d-block d-md-none">
</a>
<ul class="flex-column flex-md-row order-2 order-md-3 collapse navbarNav navbar-collapse nav col-12 col-md-auto mb-2 justify-content-between mb-md-0">
<li><a href="tel:+966581115550" class="nav-link px-2 link-secondary"><i class="fas fa-phone"></i> <span itemprop="telephone">+966581115550</Span></a></li>
<li><a href="mailto:Contact@efficiencys.com.sa" class="nav-link px-2 link-dark"><i class="fas fa-envelope"></i> <span itemprop="email"></span>Contact@efficiencys.com.sa</span></a></li>
</ul>
<button class="order-4 order-md-4 navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</nav>
</div>
</header>
<!-- _________________________________________ Hero Section ___________________________ -->
<section id="hero">
</section>
<!-- _________________________________________ About Section ___________________________ -->
<section id="about">
<div class="container">
<div class="about-content">
<img src="../media/about-us/about-min.jpg" alt="" >
<div class="about-text">
<h1>About Efficiency Center</h1>
<p>Efficiency Center offers you modern fully-equipped shared and individual office spaces that suit all businesses. We help you be efficient by providing your business with the proper place to get things done.</p>
<button><a href="book-a-tour.html">Book a tour</a></button>
</div>
</div>
</div>
</section>
<!-- _________________________________________ Boxs Section ___________________________ -->
<section id="boxs">
<div class="container">
<div class="title">
<img src="assets/imgs/logos/mobileLogo.png" alt="" height="100">
<h1>Subscriptions</h1>
</div>
<div class="boxs-content">
<div>
<i class="fas fa-dollar-sign"></i>
<p>Daily</p>
</div>
<div>
<i class="fas fa-dollar-sign"></i>
<p>Monthly</p>
</div>
<div>
<i class="fas fa-dollar-sign"></i>
<p>Quarterly</p>
</div>
<div>
<i class="fas fa-dollar-sign"></i>
<p>Semi-annual</p>
</div>
<div>
<i class="fas fa-dollar-sign"></i>
<p>Annual</p>
</div>
</div>
</div>
</section>
<!-- _________________________________________ Services Section ___________________________ -->
<div class="container">
<section id="services">
<div class="title">
<img src="assets/imgs/logos/mobileLogo.png" alt="" height="100">
<h1>Services</h1>
</div>
<div class="services-box1">
<div class="box">
<div class="text">
<h2>Individual Offices</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat, rerum!</p>
<a href="../pages/contact.html">Book now</a>
</div>
<img src="../media/services/MO.jpg" alt="">
</div>
<div class="box">
<div class="text">
<h2>Meeting Room</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat, rerum!</p>
<a href="../pages/contact.html">Book now</a>
</div>
<img src="../media/services/meating-room.png" alt="">
</div>
<div class="box">
<div class="text">
<h2>Seating Area</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat, rerum!</p>
<a href="../pages/contact.html">Book now</a>
</div>
<img src="../media/services/reset.jpg" alt="">
</div>
<div class="box">
<div class="text">
<h2>Shared Open Space Offices</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat, rerum!</p>
<a href="../pages/contact.html">Book now</a>
</div>
<img src="../media/services/workstation.jpg" alt="">
</div>
<div class="box">
<div class="text">
<h2>Conference Room</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat, rerum!</p>
<a href="book-a-tour.html">Book now</a>
</div>
<img src="../media/services/CR.jpg" alt="">
</div>
<div class="box">
<div class="text">
<h2>Dedicated Open Space Offices</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat, rerum!</p>
<a href="../pages/contact.html">Book now</a>
</div>
<img src="../media/about-us/office.png" alt="">
</div>
</div>
</section>
</div>
<!-- _________________________________________ Form Section ___________________________ -->
<!-- _________________________________________ Footer Section ___________________________ -->
<section id="footer">
<div class="container footer-wrap">
<!-- column1 -->
<div class="text">
<img src="../media/footerLogo.png" alt="" width="220px">
<p>Efficiency Center offers you modern fully-equipped shares and individual office spaces that suit all businesses. </p>
<div class="social-footer">
<a href="https://www.instagram.com/efficiencycenter/" target="_blank"><i class="fab fa-instagram"></i></a>
<i class="fab fa-twitter"></i>
<i class="fab fa-youtube"></i>
<a href="https://www.linkedin.com/posts/efficiency-center_efficiency-center-business-center-at-khobar-activity-6770807411331616768-slYj" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<!-- column2 -->
<div class="important-links">
<h5>Important Links</h5>
<ul>
<li><a href="../pages/terms_and_condition.html">Terms and Conditions</a></li>
<li><a href="../pages/Privacy.html">Privacy policy</a></li>
<li><a href="../media/PDF/Efficiency Center Cornich Park ENGLISH.pdf" target="_blank">Our Profile</a></li>
<li><a href="../pages/FAQ.html">FAQs</a></li>
<li><a href="../pages/jobs.html">Jobs</a></li>
</ul>
</div>
<!-- column3 -->
<div class="contact-footer">
<h5>Contact us</h5>
<div><i class="fas fa-phone-square-alt"></i><span><a href="tel:+966581115550">+966581115550</a></span></div>
<div><i class="fas fa-envelope-square"></i><span><a href = "mailto:Contact@efficiencys.com.sa">Contact@efficiencys.com.sa</a></span></div>
<div><i class="fas fa-map-marker-alt"></i><span><a href = "https://goo.gl/maps/beApuSyPjWUAt2mB7" target="_blank">6919 Prince Turki ST, Cornich Park, Alhobar</a></span></div>
</div>
</div>
<!-- CopyRight -->
<section class="copyRight">
<p>Efficiency Center. All right reserved. © 2021</p>
</section>
</section>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.1/ScrollTrigger.min.js"></script>
<script src="../app.js"></script>
</body>
</html>