-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
443 lines (421 loc) · 22.2 KB
/
index.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
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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>InnControl</title>
<link rel="icon" type="image/x-icon" href="src/assets/img/hotel.png">
<!-- Boostrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- ICONS -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="src/styles/styles.css">
<!-- Tipo de letra -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Varela+Round&display=swap" rel="stylesheet">
</head>
<body>
<header id="banner" class="d-flex flex-column justify-content-between vh-100"
style="background: rgb(43,63,89);
background: linear-gradient(87deg, rgba(43,63,89,1) 0%, rgba(104,143,195,1) 100%);">
<!--Navbar-->
<nav class="navbar static-top navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="https://inncontrolapp.netlify.app/" target="_blank">
<img src="src/assets/img/inncontrol-banner.png" alt="inncontrol" class="img-fluid logo-img">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto">
<a class="nav-link m-auto" href="#">Home</a>
<a class="nav-link m-auto" href="#about">About Us</a>
<a class="nav-link m-auto" href="#pricing">Pricing</a>
<a class="nav-link m-auto" href="#contact">Contact us</a>
<a class="nav-link m-auto" href="https://inncontrolapp.netlify.app/" target="_blank">
<button class="btn btn-sign-up">SIGN UP</button>
</a>
</div>
</div>
</div>
</nav>
<!-- Body -->
<div class="hero">
<div class="container">
<div class="row d-flex flex-column align-items-center justify-content-center text-white text-center">
<div class="col-6 col-lg-5 d-flex flex-column align-items-center">
<img class="img-fluid" src="src/assets/img/keys.png" alt="inncontrol" style="width: 100%;">
</div>
<div class="col-lg-7">
<h1 class="display-6 mb-4 lh-base">Giving you the control you need</h1>
<p class="fs-5">"Our product InnControl provides you with different approaches for you project needs
and requirements."</p>
<div class="d-flex flex-column align-items-center text-center justify-content-between">
<a href="https://inncontrolapp.netlify.app/" target="_blank" class="sign-up p-3 mt-3 fs-6">SIGN UP</a>
<a href="#pricing" class="pricing p-3 mt-3 fs-6">PRICING</a>
<br>
</div>
</div>
</div>
</div>
</div>
</header>
<main id="main">
<section id="about" class="py-5">
<div class="container">
<div class="row">
<div class="col-12 col-lg-5 d-flex justify-content-center" style="font-size:300px; color: #0066AE">
<i class="fa-solid fa-handshake-simple"></i>
</div>
<div class="col-12 col-lg-7 text-center text-lg-start d-flex flex-column justify-content-center">
<h1 class="display-7 fw-semibold lh-base" style="color: white">
About Us</h1>
<br>
<p class="fs-5" style="line-height: 2.2rem; color: white">Here at EABMODEL we stride towards a
future where we
can automatize the processes in day to day business modeles, as a starting point we are aiming
to develor tools for the business within Hotel’s and Inn’s business models.</p>
<br>
</div>
</div>
</div>
</section>
<section id="benefits" class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h1 style="font-size: 35px; font-family: sans-serif; color: #00628d; font-weight: bold">Benefits</h1>
<br>
<p class="fs-5" style="line-height: 2.2rem; color: #00628d">Have control over all your important operations
going
on</p>
</div>
</div>
</div>
<div class="row g-4 text-center">
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box">
<i class="fa-solid fa-headset fa-xl"></i>
</div>
<p class="mt-4 mb-3">Maintain a consistent contact with your employees.
By using our product you can receive valuable information from your own employees at any
time</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box">
<i class="fa-solid fa-bed fa-xl"></i>
</div>
<p class="mt-4 mb-3">Manage your rooms from the comfort of a desk.
By using our product you will have different states of your rooms like: Occupied, Preparing
and
Ready</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box">
<i class="fa-solid fa-truck fa-xl"></i>
</div>
<p class="mt-4 mb-3">Monitor your inventory and schedule restocking without any troubles.
Your own employees can notify you about what requires restocking items </p>
</div>
</div>
</div>
</div>
</section>
<section id="testimonials" class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h1 class="display-4 fw-semibold">Testimonials</h1>
<br>
</div>
</div>
</div>
<div class="row g-4">
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<p class="mb-3">
“The service I was provided with was upmost efective and efficient with my goals in mind I’d
Higly Recomend it.”
</p>
<span>
<strong>John Doe</strong>
</span>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<p class="mb-3">“I can use the tool to communicate with my fellow employees and give them
tasks and manage my business room”</p>
<span>
<strong>Jane Smith</strong>
</span>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<p class="mb-3">“These tools have made my time in management quite more easier and simple to organize. The restocking feature always help me to keep in track on what is required for the most optimal outcome.”</p>
<span>
<strong>Mike Johnson</strong>
</span>
</div>
</div>
</div>
</div>
</section>
<section id="video" class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h1 class="display-4 fw-semibold">Video Section</h1>
<br>
</div>
</div>
</div>
<div class="video-section">
<iframe width="560" height="315" src="https://www.youtube.com/embed/BL7pSCoY93Y?si=W9-1gGhTkVWm7QHa" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </div>
</div>
</section>
<section id="benefits" class="py-5">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<div class="section-title">
<h1 class="display-4 fw-semibold">About Team</h1>
<br>
<p class="fs-5" style="line-height: 2.2rem">All about our team
going
on</p>
</div>
</div>
</div>
<div class="row g-4 text-center">
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box" style="margin-top: 25px">
<img src="https://i.imgur.com/uLXKxGp.jpeg" alt="Lugar-1" width="190"/>
</div>
<h4 class="mt-3"><strong> Josue Hidalgo Bustamante</strong></h4>
<h5 class="mt-3"><strong>CEO</strong></h5>
<p class="mt-4 mb-3">Chamo Developer </p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box" style="margin-top: 25px">
<img src="https://i.imgur.com/6WyohUm.jpeg" alt="Lugar-1" width="190"/>
</div>
<h4 class="mt-3"><strong> Peña Rivera, Manuel Sebastian</strong></h4>
<h5 class="mt-3"><strong>CEO</strong></h5>
<p class="mt-4 mb-3">Chamo Developer </p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box" style="margin-top: 25px">
<img src="https://avatars.githubusercontent.com/u/129230632?v=4" alt="Lugar-1" width="190"/>
</div>
<h4 class="mt-3"><strong> Ramírez Hoffmann, Sebastián</strong></h4>
<h5 class="mt-3"><strong>CEO</strong></h5>
<p class="mt-4 mb-3">Chamo Developer </p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box" style="margin-top: 25px">
<img src="https://avatars.githubusercontent.com/u/164218254?v=4" alt="Lugar-1" width="190"/>
</div>
<h4 class="mt-3"><strong> Periche Quiroga, Piero</strong></h4>
<h5 class="mt-3"><strong>CEO</strong></h5>
<p class="mt-4 mb-3">Chamo Developer </p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box" style="margin-top: 25px">
<img src="https://avatars.githubusercontent.com/u/89040344?s=400&u=1ed8f24643ce606e5a9877e62fddefe475375db4&v=4" alt="eric" width="190"/>
</div>
<h4 class="mt-3"><strong>Erick Cueva Elera</strong></h4>
<h5 class="mt-3"><strong>CEO</strong></h5>
<p class="mt-4 mb-3">Chamo Developer </p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="service shadow-sm p-lg-5 p-4">
<div class="icon-box" style="margin-top: 25px">
<img src="https://avatars.githubusercontent.com/u/60982533?v=4" alt="Lugar-1" width="190"/>
</div>
<h4 class="mt-3"><strong> Avila Asto, Alex Ramon Alberto</strong></h4>
<h5 class="mt-3"><strong>CEO</strong></h5>
<p class="mt-4 mb-3">Chamo Developer </p>
</div>
</div>
</div>
</div>
</section>
<section id="pricing" class="plains py-5" >
<div class="container " >
<div class="row mb-4">
<div class="col-12 text-center">
<div class="section-title">
<h1 style="font-size: 35px; color: var(--cc-1); font-weight: bold">Pricing</h1>
</div>
</div>
</div>
<div class="row g-5">
<div class="col-lg-4 col-12">
<div class="plains_info p-3">
<p class="pt-3 text-center fs-5" style="font-weight: bold">Starter</p>
<p>Manage 50 rooms and accounts for 20 employees. All that you need for a starting business.</p>
<div class="benefits text-lg-start my-3">
<ul class="d-flex flex-column gap-3" style="margin-left: 25px;">
<li class="fs-6">Manage up to 50 rooms</li>
<li class="fs-6">7 employee accounts</li>
<li class="fs-6">Perfect for starting businesses</li>
<li class="fs-6" style="visibility: hidden;">Relleno</li>
</ul>
</div>
<div class="add_cart d-flex flex-row w-100 mb-3 text-center">
<a href="https://inncontrolapp.netlify.app/" target="_blank">Sign Up</a>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="plains_info p-3">
<p class="pt-3 text-center fs-5" style="font-weight: bold">Standard</p>
<p>Manage 100 rooms and get 15 employee accounts. For established businesses that require this management.</p>
<div class="benefits text-lg-start my-3">
<ul class="d-flex flex-column gap-3" style="margin-left: 25px;">
<li class="fs-6">Manage up to 100 rooms</li>
<li class="fs-6">15 employee accounts</li>
<li class="fs-6">Good for already established businesses</li>
<li class="fs-6" style="visibility: hidden;">Relleno</li>
</ul>
</div>
<div class="add_cart d-flex flex-row w-100 mb-3 text-center">
<a href="https://inncontrolapp.netlify.app/" target="_blank">Sign Up</a>
</div>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="plains_info p-3">
<p class="pt-3 text-center fs-5" style="font-weight: bold">Exclusive</p>
<p>Manage 200 rooms, 30 employee accounts ang get all the features for the management of a big hotel.</p>
<div class="benefits text-lg-start my-3">
<ul class="d-flex flex-column gap-3" style="margin-left: 25px;">
<li class="fs-6">Manage up to 200 rooms</li>
<li class="fs-6">30 employee accounts</li>
<li class="fs-6">For the bigger structures</li>
<li class="fs-6" style="visibility: hidden;">Relleno</li>
</ul>
</div>
<div class="add_cart d-flex flex-row w-100 mb-3 text-center">
<a href="https://inncontrolapp.netlify.app/" target="_blank">Sign Up</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="py-5" style="background-color: var(--cc-3)">
<br>
<h2 class=" text-center display-4 fw-semibold"><strong> Contact us</strong></h2>
<div class="container py-5" >
<div class="row">
<div class="col-md-6">
<div class="card h-100">
<div class="card-body" style="background-color: var(--cc-7)">
<h2 class="card-title">Here our latest</h2>
<p class="card-text">Find out about our new updates, features,
<br>
promotions and tools we will have for you </p>
<p>Email:</p>
<input type="email" class="form-control" placeholder="[email protected]" aria-label="Email">
<button type="button" class="btn btn-primary mt-3">Label</button>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card h-100">
<div class="card-body" style="background-color: var(--cc-7)">
<h2 class="card-title">Contact Us</h2>
<form>
<div class="mb-3">
<label for="email" class="form-label">Email:</label>
<input type="email" class="form-control" id="email" placeholder="[email protected]">
</div>
<div class="mb-3">
<label for="phone" class="form-label">Phone Number:</label>
<input type="tel" class="form-control" id="phone" placeholder="9XXXXXXXX">
</div>
<div class="mb-3">
<label for="message" class="form-label">Message:</label>
<textarea class="form-control" id="message" rows="3" placeholder="Tell us what you think :D"></textarea>
</div>
<button type="submit" class="btn btn-dark">Send</button>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container-footer" >
<div class="footer-left">
<div class="footer-icon">
<!-- Icon Image -->
<img src="https://i.imgur.com/IrIi2r2.png" alt="Inncontrool">
</div>
<div class="footer-quote">
<p>Inncontrool the next generation of monitoring systems.</p>
</div>
</div>
<div class="footer-links">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about-us">About Us</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#contact-us">Contact Us</a></li>
<li><a href="#sign-up">Sign Up</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#benefits">Benefits</a></li>
<li><a href="#terms-conditions">Terms & Conditions</a></li>
</ul>
</div>
<div class="footer-right">
<div class="footer-brand">
<h2>Inncontrool</h2>
</div>
<div class="footer-socials">
<span>Follow us:</span>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</footer>
</main>
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script src="src/js/index.js"></script>
</body>
</html>