-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
513 lines (475 loc) · 27.9 KB
/
services.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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!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">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="Style/services.css">
<link rel="stylesheet" href="Style/nav_foot.css">
<title>Kode Work Services</title>
</head>
<style>
#Landing{
background-image: linear-gradient(rgba(255, 255, 255,0.25),
rgba(0,0,0,0.85)), url(Images/Services/devcollabs.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed; font-size: 80px;
}
</style>
<body>
<nav class="navbar navbar-expand-md sticky-top bg-white">
<div class="container-fluid flex-row-reverse">
<button class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="d-flex">
<img src="Images/Logos/KodeWorkLogo.JPG" class="logo" alt="" style="height: 45px;">
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="navbar-nav fw-semibold ms-3">
<li class="nav-item me-lg-3 mt-1 ">
<a class="nav-link hover1 btn-lg" href="index.html">Home</a>
</li>
<li class="nav-item me-lg-3 mt-1">
<a class="nav-link hover1 btn-lg active" aria-current="page" href="services.html">Services</a>
</li>
<li class="nav-item me-lg-3 mt-1">
<a class="nav-link hover1 btn-lg " href="products.html">Products</a>
</li>
<li class="nav-item me-lg-3 mt-1">
<a class="nav-link hover1 btn-lg " href="aboutus.html">About Us</a>
</li>
<li class="nav-item me-lg-3 mt-1">
<a class="nav-link hover1 btn-lg " href="login.html">Login</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="Landing">
<div class="row ms-4">
<div class="col">
<h2 class="display-1">
Efficient and cost-friendly solutions
</h2>
</div>
<div class="row">
<h4 class="display-5">Get your project done right.</h4>
</div>
</div>
</section>
<section id="Services">
<div class="row">
<div class="col-md">
<div class="card bg-transparent p-3">
<div class="card-title display-4 text-light">
<strong><i>Get the most of our advanced tools and technologies.</i></strong>
</div>
<div class="row" id="serviceType">
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/website.webp" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title text-center p-2 fw-bold">Website</h5>
<p class="card-text fs-5">250+ businesses, governmental and non-profit organizations use the websites we've created for corporate presentation and brand building. Our websites have an easy-to-use page editor for dynamic content.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-end fs-6 fw-semibold">✓ Verified</li>
</ul>
<hr>
<!-- Start of Modal button -->
<button class="btn btn-success float-end shadow" data-bs-toggle="modal" data-bs-target="#serviceRequest"
data-bs-whatever="Website">REQUEST HELP WITH A WEBSITE →</button>
<!-- Shows when the modal button is selected -->
<div class="modal fade" id="serviceRequest" tabindex="-1" aria-labelledby="ContactLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<!-- Appearing Modal -->
<div class="modal-content w-100">
<div class="modal-header bg-dark">
<h1 class="modal-title fs-5" id="ContactLabel"></h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<!-- Modal Body that's inside the modal content -->
<div class="modal-body p-5 bg-dark text-light">
<form id="contactForm" action="">
<div class="row mb-3 g-0">
<label for="modalName" class="col-form-label fs-5 fw-bold">Subject:</label>
<input type="text" name="modalName" class="form-control p-1 mb-3" id="modalName" required>
<input type="text" name="modalName" class="form-control mb-3" id="modalFullName" placeholder="Fullname*" required>
<input type="email" name="modalName" class="form-control mb-3" id="modalEmail" placeholder="Email address*" required>
<input type="text" name="modalName" class="form-control mb-3 me-3 w-25" id="modalPhoneNumber" placeholder="Phone*" required>
<input type="text" name="modalName" class="form-control mb-3 w-50" id="modalLocation" placeholder="Location">
</div>
<div class="mb-3">
<label for="message-text" class="col-form-label">Message:</label>
<textarea class="form-control" id="modalText"></textarea>
</div>
</div>
<div class="modal-footer bg-dark">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="submit" class="btn btn-success">Send message</button>
</div>
</form>
</div>
</div>
</div>
<!-- End of Modal function -->
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/webapp.jpg" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title text-center p-2 fw-bold">Web App</h5>
<p class="card-text fs-5">You will find solutions for efficient management of different business activities. We apply smart automation to streamline workflows and integrate corporate apps together for coherent operation.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-end fs-6 fw-semibold">✓ Verified</li>
</ul>
<hr>
<!-- Start of Modal button -->
<button class="btn btn-success float-end shadow" data-bs-toggle="modal" data-bs-target="#serviceRequest"
data-bs-whatever="Web App">REQUEST HELP WITH A WEB APP →</button>
<!-- Shows when the modal button is selected -->
<div class="modal fade" id="serviceRequest" tabindex="-1" aria-labelledby="ContactLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<!-- Appearing Modal -->
<div class="modal-content w-100">
<div class="modal-header bg-dark">
<h1 class="modal-title fs-5" id="ContactLabel"></h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<!-- Modal Body that's inside the modal content -->
<div class="modal-body p-5 bg-dark text-light">
<form id="contactForm" action="">
<div class="row mb-3 g-0">
<label for="modalName" class="col-form-label fs-5 fw-bold">Subject:</label>
<input type="text" name="modalName" class="form-control p-1 mb-3" id="modalName" required>
<input type="text" name="modalName" class="form-control mb-3" id="modalFullName" placeholder="Fullname*" required>
<input type="email" name="modalName" class="form-control mb-3" id="modalEmail" placeholder="Email address*" required>
<input type="text" name="modalName" class="form-control mb-3 me-3 w-25" id="modalPhoneNumber" placeholder="Phone*" required>
<input type="text" name="modalName" class="form-control mb-3 w-50" id="modalLocation" placeholder="Location">
</div>
<div class="mb-3">
<label for="message-text" class="col-form-label">Message:</label>
<textarea class="form-control" id="modalText"></textarea>
</div>
</div>
<div class="modal-footer bg-dark">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="submit" class="btn btn-success">Send message</button>
</div>
</form>
</div>
</div>
</div>
<!-- End of Modal function -->
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/webportal.jpg" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title text-center p-2 fw-bold">
Web portals</h5>
<p class="card-text fs-5">KodeWork works with web portals for different audiences: customers, business partners. We create automatically aggregate data from corporate systems and become a source of up-to-date information and help for users.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-end fs-6 fw-semibold">✓ Verified</li>
</ul>
<hr>
<!-- Start of Modal button -->
<button class="btn btn-success float-end shadow" data-bs-toggle="modal" data-bs-target="#serviceRequest"
data-bs-whatever="Web portal">REQUEST HELP WITH A WEB PORTAL →</button>
<!-- Shows when the modal button is selected -->
<div class="modal fade" id="serviceRequest" tabindex="-1" aria-labelledby="ContactLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<!-- Appearing Modal -->
<div class="modal-content w-100">
<div class="modal-header bg-dark">
<h1 class="modal-title fs-5" id="ContactLabel"></h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<!-- Modal Body that's inside the modal content -->
<div class="modal-body p-5 bg-dark text-light">
<form id="contactForm" action="">
<div class="row mb-3 g-0">
<label for="modalName" class="col-form-label fs-5 fw-bold">Subject:</label>
<input type="text" name="modalName" class="form-control p-1 mb-3" id="modalName" required>
<input type="text" name="modalName" class="form-control mb-3" id="modalFullName" placeholder="Fullname*" required>
<input type="email" name="modalName" class="form-control mb-3" id="modalEmail" placeholder="Email address*" required>
<input type="text" name="modalName" class="form-control mb-3 me-3 w-25" id="modalPhoneNumber" placeholder="Phone*" required>
<input type="text" name="modalName" class="form-control mb-3 w-50" id="modalLocation" placeholder="Location">
</div>
<div class="mb-3">
<label for="message-text" class="col-form-label">Message:</label>
<textarea class="form-control" id="modalText"></textarea>
</div>
</div>
<div class="modal-footer bg-dark">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="submit" class="btn btn-success">Send message</button>
</div>
</form>
</div>
</div>
</div>
<!-- End of Modal function -->
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/ecommerce.webp" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title text-center p-2 fw-bold">Ecommerce</h5>
<p class="card-text fs-5">We multiply business efficiency by using scalable microservices architectures and enabling high automation of all business processes. From entry-level shops for startups to custom ecommerce solutions built.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-end fs-6 fw-semibold">✓ Verified</li>
</ul>
<hr>
<!-- Start of Modal button -->
<button class="btn btn-success float-end shadow" data-bs-toggle="modal" data-bs-target="#serviceRequest"
data-bs-whatever="Web portal">REQUEST HELP WITH ECOMMERCE →</button>
<!-- Shows when the modal button is selected -->
<div class="modal fade" id="serviceRequest" tabindex="-1" aria-labelledby="ContactLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<!-- Appearing Modal -->
<div class="modal-content w-100">
<div class="modal-header bg-dark">
<h1 class="modal-title fs-5" id="ContactLabel"></h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<!-- Modal Body that's inside the modal content -->
<div class="modal-body p-5 bg-dark text-light">
<form id="contactForm" action="">
<div class="row mb-3 g-0">
<label for="modalName" class="col-form-label fs-5 fw-bold">Subject:</label>
<input type="text" name="modalName" class="form-control p-1 mb-3" id="modalName" required>
<input type="text" name="modalName" class="form-control mb-3" id="modalFullName" placeholder="Fullname*" required>
<input type="email" name="modalName" class="form-control mb-3" id="modalEmail" placeholder="Email address*" required>
<input type="text" name="modalName" class="form-control mb-3 me-3 w-25" id="modalPhoneNumber" placeholder="Phone*" required>
<input type="text" name="modalName" class="form-control mb-3 w-50" id="modalLocation" placeholder="Location">
</div>
<div class="mb-3">
<label for="message-text" class="col-form-label">Message:</label>
<textarea class="form-control" id="modalText"></textarea>
</div>
</div>
<div class="modal-footer bg-dark">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="submit" class="btn btn-success">Send message</button>
</div>
</form>
</div>
</div>
</div>
<!-- End of Modal function -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Perks">
<div class="row">
<div class="col-md">
<div class="card bg-transparent p-3">
<div class="card-title display-5">
<strong><i>Our perks for our partners</i></strong>
</div>
<div class="row">
<div class="col-md-6 my-3">
<div class="card p-2 shadow-md">
<img src="Images/Services/archi.png" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title fw-bolder">Architecture</h5>
<p class="card-text fs-5">Architects will plan all functional components and select optimal methods for them. They will also map all API connections within the web solution and with outside systems.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-center text-primary fs-6 fw-semibold">
Web architects with 10+ years of experience
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/uiux.jpg" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title fw-bold">UX and UI Design</h5>
<p class="card-text fs-5">We start designing a web app with the analysis of target audience and planning convenient, quick and frictionless user journeys. They join in to wrap the interface into a stylish cover.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-center text-primary fs-6 fw-semibold">20+ UX and UI Designers</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/integration.jpg" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title fw-bold">Integration</h5>
<p class="card-text fs-5">We set up APIs to integrate your web app with corporate or third-party systems and services. App integration ensures immediate data synchronization across systerns.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-center text-primary fs-6 fw-semibold">30+ API Specialists</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/frontend.png" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title fw-bold">Front-end development</h5>
<p class="card-text fs-5">Our front-end developers can implement any design idea and ensure all interface elements work property. We work with all most-used JavaScript frameworks.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-center text-primary fs-6 fw-semibold">
40+ front-end developers</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/backend.png" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title fw-bold">Back-End development</h5>
<p class="card-text fs-5">Our developers accurately implement the business logic of your web app on the back end. We rely on proven frameworks and ensure fast and quality coding in .Net, Java, etc.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-center text-primary fs-6 fw-semibold">
20+ Back-End developers
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/testing.jpg" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title fw-bold">Testing and QA</h5>
<p class="card-text fs-5">We guarantee that your web solution will function flawlessly, work fast, be user-friendly and secure. We have a team of skilled testing engineers to make promises like that.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-center text-primary fs-6 fw-semibold">
60+ Testing Engineers</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/business.jpg" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title fw-bold">Business Analysis</h5>
<p class="card-text fs-5">They focus on the needs of your target audience to perform requirements engineering and outline the scope of the solution. They also bridge the gap between business stakeholders and an IT team to keep all the involved parties.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-center text-primary fs-6 fw-semibold">30+ Business Analysts</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6 my-3">
<div class="card p-2">
<img src="Images/Services/support.jpg" class="card-img-top img-fluid p-2" alt="WebsiteTemplate">
<div class="card-body">
<h5 class="card-title fw-bold">Help desk</h5>
<p class="card-text fs-5">Providing L1, L2 and L3 support services, we deliver hot-fixes within 24 hours to prevent or resolve any issues in usage, technology and code that may arise. We help you provide high availability and trouble-free functionality of your web app.</p>
<ul class="list-group list-group-flush webList">
<li class="list-group-item text-center text-primary fs-6 fw-semibold">30+ Business Analysts</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container-fluid p-0">
<a name="contacts" ></a>
<footer class="text-center text-lg-start" style="background-color:beige;">
<!-- Section: Social media -->
<div class="d-flex justify-content-between p-3 tfooter2" >
<!-- Left -->
<div class="me-5 me-sm-3 text-light">
<span>Get connected with us on social networks:</span>
</div>
<!-- Right -->
<div >
<a href="" class="tfooter2 me-3 me-sm-2 hover2">
<i class="bi bi-messenger"></i>
</a>
<a href="" class="tfooter2 me-3 me-sm-2 hover2">
<i class="bi bi-twitter"></i>
</a>
<a href="" class="tfooter2 me-3 me-sm-2 hover2">
<i class="bi bi-google"></i>
</a>
<a href="" class="tfooter2 me-3 me-sm-2 hover2">
<i class="bi bi-instagram"></i>
</a>
<a href="" class="tfooter2 me-3 me-sm-2 hover2">
<i class="bi bi-linkedin"></i>
</a>
<a href="" class="tfooter2 me-3 me-sm-2 hover2">
<i class="bi bi-github"></i>
</a>
</div>
</div>
<!-- Section: Links -->
<div>
<div class="container text-center text-md-start mt-5">
<div class="row mt-3">
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold ftext">KODEWORK</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto footer1"/>
<p class="ftext">
Our platform makes finding the right service quick and easy. Search for qualified professionals by language or skill set to get exactly what you're looking for.
</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold ftext">Useful links</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto footer1"/>
<p>
<a href="#" class="text-dark hover3 ftext" style="text-decoration: none;"><i class="bi bi-bookmark-heart-fill ftext"></i>Subscribe</a>
</p>
<p>
<a href="#" class="text-dark hover3 ftext" style="text-decoration: none;"> <i class="bi bi-shop-window ftext"></i>Web Template</a>
</p>
<p>
<a href="#" class="text-dark hover3 ftext" style="text-decoration: none;"> <i class="bi bi-truck-front-fill ftext"></i>Services</a>
</p>
<p>
<a href="#" class="text-dark hover3 ftext" style="text-decoration: none;"><i class="bi bi-info-circle-fill ftext"></i> Help</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- contact information -->
<h6 class="text-uppercase fw-bold ftext">Contact</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto footer1"/>
<p class="ftext"><i class="bi bi-house-heart-fill ftext color"></i> Capiz, Roxas City, Philippines</p>
<p class="ftext"><i class="bi bi-envelope-heart ftext"></i> kodework2023@gmail.com</p>
<p class="ftext"><i class="bi bi-telephone-inbound-fill ftext"></i> +63 901234488012</p>
<p class="ftext"><i class="bi bi-telephone-inbound-fill ftext"></i> +63 987654321123 </p>
</div>
</div>
</div>
</div>
<!-- Copyright -->
<div class="row tfooter2 m-0 pt-2">
<div class="col-sm-6 copyl"><p >©Copyright All Rights Reserve 2023</p></div>
<div class="col-sm-6 copyr"><p >Privacy Policy/Terms of Use</p></div>
</div>
</footer>
</div>
<script src="service.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>