-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
340 lines (307 loc) · 15.5 KB
/
index.html
File metadata and controls
340 lines (307 loc) · 15.5 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
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!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">
<!--Icons https://ionic.io/ionicons-->
<script src="../sauce/jquery.js"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script> <!--It will not be used in this website-->
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/d2530317b3.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/site.css">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/mobileview.css">
<link rel="stylesheet" href="./css/navbar.css">
<link rel="stylesheet" href="./css/print.css" media="print">
<script src="./sauce/jquery.js"></script>
<script src="./sauce/main.js"></script>
<title>Callcentero -Inicio</title>
</head>
<body>
<!-- Loading gif
https://loading.io
-->
<div class="preloader">
<img src="./assets/loading2.gif" alt="preloader">
</div>
<!--!Navigation-->
<!-- ! Logo https://hatchful.shopify.com-->
<header>
<div class="container-fluid p-0">
<!--Navbar components https://getbootstrap.com/docs/5.1/components/navbar/-->
<nav class="navbar navbar-dark shadow-5-strong navbar-expand-lg"> <!--navbar-light bg-light-->
<div class="container-fluid">
<a class="navbar-brand " href="index.html">
<img src="./assets/windows-png-12815.png" alt="" width="75" height="75" class="d-inline-block align-text-top">
</a>
<button class="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>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto"> <!--ms-auto sets the navbar to the right-->
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./scr/services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./scr/feedback.html">Feedback</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./scr/about.html">About us</a>
<li class="nav-item">
<a class="nav-link" href="./scr/contactus.html">Contact us</a>
</li>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container text-center">
<div class="row">
<div class="col-md-7 col-sm-12 text-white">
<h1>Are you ready to ge a new job?</h1>
<h6>We will help in this new journey!</h6>
<p>
"Starting a new job can be nerve-racking, but it's also exciting.
You're embarking on a new future, positioning yourself to write a fresh story on a clean slate."
— Adena Friedman
</p>
<button class="btn btn-light px-5 py-2 primary-btn">Teach me!</button>
</div>
<div class="col-md-5 col-sm-12 h-25">
<!--!ree png https://www.freepng.es-->
<img src="./assets/pexels-vinicius-wiesehofer-1130626.jpg" alt="Agent" width="100%" height="100%">
</div>
</div>
</div>
</header>
<main>
<section class="section-1">
<div class="container text-center">
<div class="row">
<div class="col-md-6 col-12">
<div class="agent">
<img src="./assets/agents_pexels.jpg" alt="agent" class="agent"/>
</div>
</div>
<div class="col-md-6 col-12">
<div class="panel text-left">
<h1>Why a call center?</h1>
<p class="pt-4">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis dolores similique hic sit,
id tempora officiis mollitia minima itaque voluptas aspernatur, perferendis laudantium, magnam eos nisi.
Maxime sapiente pariatur rem.
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempora illo,
aliquam omnis odio labore sequi similique repellendus officia animi excepturi?
Qui minima temporibus quidem molestiae provident omnis inventore itaque officiis?
</p>
</div>
</div>
</div>
</div>
</section>
<!--!Here begins the square section-->
<section class="section-2 container-fluid p-0">
<div class="cover">
<div class="overlay"></div>
<div class="content text-center">
<h1>Some features</h1>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Unde, obcaecati?
</p>
</div>
</div>
<div class="container-fluid text-center">
<div class="numbers d-flex flex-md-row flex-wrap justify-content-center">
<div class="rect">
<h1>12345</h1>
<p>Active Callcenteros</p>
</div>
<div class="rect">
<h1>456354</h1>
<p>Comments</p>
</div>
<div class="rect">
<h1>123456</h1>
<p>Interviews Completed</p>
</div>
<div class="rect">
<h1>20789</h1>
<p>Positions Available</p>
</div>
</div>
</div>
<div class="purchase text-center">
<h1>Meet our executive team</h1>
<div class="cards">
<div class="d-flex flex-row justify-content-center flex-wrap">
<!--!First Card-->
<div class="card">
<div class="card-img-top " style="width: 18rem;">
<img src="./assets/hombre_traje2.jpg" class="img-fluid border-radius p-4" alt="...">
<div class="card-body">
<p class="card-text">Jefferson Velasquez</p>
</p>
<a href="#" class="text-secondary text-decoration-none">Go somewhere</a>
<p class="text-black-50">Co-founder & CEO</p>
</div>
</div>
</div>
<!--!Second Card-->
<div class="card">
<div class="card-img-top " style="width: 18rem;">
<img src="./assets/hombre_traje.jpg" class="img-fluid border-radius p-4" alt="...">
<div class="card-body">
<p class="card-text">Xavier Smith</p>
</p>
<a href="#" class="text-secondary text-decoration-none">Go somewhere</a>
<p class="text-black-50">Chief Operating Officer</p>
</div>
</div>
</div>
<!--!Third Card-->
<div class="card">
<div class="card-img-top " style="width: 18rem;">
<img src="./assets/mujer_traje.jpg" class="img-fluid border-radius p-4" alt="...">
<div class="card-body">
<p class="card-text">Pauline Dimitri</p>
</p>
<a href="#" class="text-secondary text-decoration-none">Go somewhere</a>
<p class="text-black-50">Vice President</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3 container-fluid p-0 text-center">
<div class="row">
<div class="col-md-12 col-sm-12">
<h1>Download Our App For All Platforms</h1>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Tempora quisquam laboriosam praesentium hic cum molestias, vel, sequi quae molestiae natus beatae.
Aspernatur incidunt accusantium quis eum, quisquam qui tenetur adipisci?
</p>
</div>
</div>
<div class="platform row">
<div class="col-md-6 col-sm-12 text-right">
<div class="deskptop shadow-lg">
<div class="d-flex flex-row justify-content-center">
<i class="fa-solid fa-desktop fa-3x py-2 pr-3"></i>
<div class="text text-left">
<h3 class="pt-1 m-0">Deskptop</h3>
<p class="p-0 m-0">On Website</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-2 text-left" >
<div class="deskptop shadow-lg">
<div class="d-flex flex-row justify-content-center">
<i class="fa-solid fa-mobile-screen fa-3x py-2 pr-3"></i>
<div class="text text-left">
<h3 class="pt-1 m-0">On Mobile</h3>
<p class="p-0 m-0">On Playstore</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Section of the customer's feedback about our services-->
<!-- Section 4-->
<section class="section-4">
<div class="containert text-center">
<h1 class="text-dark">What other Callcenteros say about us</h1>
<p class="text-secondary">Lorem ipsum dolor sit amet.</p>
</div>
<!-- Source: https://www.w3schools.com/howto/howto_css_testimonials.asp -->
<div class="testimonios">
<div class="testimonio">
<img src="./assets/pexels-polina-tankilevitch-5473391.jpg" alt="Avatar" style="width:90px">
<p><span>Ivanka Dimitri</span>Customer Service Representative at Telus</p>
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Eius totam consectetur saepe pariatur corporis repellendus beatae! Labore neque voluptates amet voluptatem. Sed inventore corrupti totam odio eligendi culpa, laudantium nihil.</p>
</div>
</div>
<div class="testimonios">
<div class="testimonio">
<img src="./assets/pexels-ivan-samkov-8498707.jpg" alt="Avatar" style="width:90px">
<p><span>Frank Smith</span>Customer Experience Specialist at Everise</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Assumenda magni libero, esse at enim et sed nulla nostrum quos quam beatae voluptatibus cumque maxime numquam officia consequatur minima vitae debitis.</p>
</div>
</div>
</section>
</main>
<!-- Site footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About</h6>
<p class="text-justify">Callcentero.com <i>Get your first job! </i>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Provident ducimus excepturi dolore nisi.
Labore reprehenderit perspiciatis ratione possimus minima ab, voluptates quidem.
Et blanditiis perferendis inventore magnam reiciendis mollitia velit!
</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Categories</h6>
<ul class="footer-links">
<li><a href="#">C</a></li>
<li><a href="#">Latest News</a></li>
<li><a href="#">Callcentero Life</a></li>
<li><a href="#">What first?</a></li>
<li><a href="#">Lorem</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Contribute</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">Copyright © 2022 All Rights Reserved by
<a href="#">Callcenteros</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a class="facebook" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="dribbble" href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>