-
Notifications
You must be signed in to change notification settings - Fork 0
/
index3.html
541 lines (487 loc) · 18.4 KB
/
index3.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
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GetShayna by BuildWith Angga</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
</head>
<body>
<section class="header">
<style>
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
* {
font-family: 'Inter', sans-serif !important;
}
body .header {
background: #08090D;
}
body .header .content {
padding-top: 80px;
padding-bottom: 80px;
}
body .header .content .headline {
font-style: normal;
font-weight: bold;
font-size: 45px;
line-height: 59px;
color: #FFFFFF;
}
body .header .content .subheadline {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 28px;
color: #FFFFFF;
}
body .header .content .button-header {
margin-top: 30px;
}
body .header .content .button-header .btn-started {
background: #0DDB93;
border-radius: 8px;
width: 150px;
height: 50px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
text-align: center;
color: #001D01;
}
body .header .content .button-header .btn-watch {
background: transparent;
border-radius: 8px;
width: 150px;
height: 50px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
text-align: center;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
color: #939EA3;
}
@media screen and (min-width: 768px) {
body .header nav {
padding-top: 30px;
}
}
body .header nav .navbar-brand {
font-weight: bold;
font-size: 20px;
line-height: 26px;
color: #FFFFFF;
margin-right: 30px !important;
}
@media screen and (min-width: 768px) {
body .header nav .navigation {
padding-left: 30px;
border-left: 1px solid #304454;
}
}
body .header nav .navigation li {
margin-right: 24px;
}
body .header nav .navigation a {
font-weight: normal;
font-size: 16px;
line-height: 21px;
color: #FFFFFF !important;
}
body .header nav .authentication li {
margin-right: 22px;
}
body .header nav .authentication a {
font-size: 16px;
}
@media screen and (max-width: 768px) {
body .header nav .authentication .login {
width: 100%;
}
}
body .header nav .authentication .login a {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
color: #FFFFFF;
}
@media screen and (max-width: 768px) {
body .header nav .authentication .login a {
background: #518CFF;
border-radius: 8px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #FFFFFF !important;
padding: 14px 14px 14px 14px !important;
}
}
body .header nav .authentication .signup {
background: #FFFFFF;
border-radius: 8px;
width: 113px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 14px 14px 14px 14px !important;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
text-align: center;
color: #08090D;
}
</style>
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container px-0">
<a class="navbar-brand mr-0" href="#">
kodechamp.
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto navigation">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Showcase</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Tools</a>
</li>
</ul>
<ul class="navbar-nav ml-auto authentication">
<li class="nav-item my-auto text-center login">
<a class="nav-link mb-3 mb-md-0" aria-current="page" href="#">Sign in</a>
</li>
<li class="nav-item mr-0 text-center">
<a class="nav-link signup" href="#">
Sign up
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container px-md-5">
<div class="row content">
<div class="col-md-5 my-auto">
<div class="headline">
Learn Code From <br class="d-none d-md-block">
The Expert.
</div>
<div class="subheadline mt-4">
No more wasting time from browsing around <br class="d-none d-md-block">
just follow our best guidance in 2022
</div>
<div class="button-header">
<button class="btn btn-started">Get Started</button>
<button class="btn btn-watch">Watch Stories</button>
</div>
</div>
<div class="col-md-7 mt-5 mt-md-0">
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Header/Header-kodechamp/kodechamp-header.png"
alt="header" class="img-fluid">
</div>
</div>
</div>
</section><!-- START: PRODUCTS -->
<section class="products position-relative overflow-hidden">
<style scoped>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
* {
font-family: 'Poppins', 'Inter', sans-serif !important;
}
body .right-circle img {
z-index: 0;
margin-top: -250px;
position: absolute;
}
body .porto {
background-color: #000909;
padding: 50px 30px;
}
@media only screen and (min-width: 768px) {
body .porto {
padding-top: 140px;
padding-bottom: 100px;
}
}
body .porto .headline {
font-size: 40px;
font-weight: 600;
color: #EEEEEE;
z-index: 1;
}
body .porto .link {
font-size: 24px;
font-weight: 600;
color: #EEEEEE;
z-index: 1;
}
body .porto .sub-headline {
padding-top: 28px;
font-size: 16px;
font-weight: 400;
color: #888888;
z-index: 1;
}
@media only screen and (min-width: 768px) {
body .porto .sub-headline {
font-size: 24px;
}
}
body .porto .porto-img {
margin-top: 45px;
}
body .porto .porto-img div {
z-index: 1;
}
@media only screen and (min-width: 768px) {
body .porto .porto-img {
margin-top: 96px;
}
}
body .porto .porto-img-full {
z-index: 1;
}
@media only screen and (max-width: 768px) {
body .porto .porto-img-full {
width: 100px !important;
}
}
body .porto .porto-img-half {
z-index: 1;
}
@media only screen and (max-width: 768px) {
body .porto .porto-img-half {
height: 70px !important;
}
}
body .cl-light {
color: #EEEEEE;
}
body .cl-light-grey-2 {
color: #90BCB7;
}
body .font-lora {
font-family: 'Lora', sans-serif !important;
}
</style>
<section class="right-circle">
<div class="d-flex justify-content-end">
<img
src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/Right-Circle.png"
alt="circle" />
</div>
</section>
<section class="porto">
<div class="row d-flex align-items-center">
<div class="col-md-10">
<h4 class="headline">
Outputs from Our Platform
</h4>
</div>
<div class="col-md-2 text-md-right">
<a href="#" class="link h-100 d-inline-block text-decoration-none">
See more
</a>
</div>
</div>
<div class="row">
<div class="col">
<p class="sub-headline">
Our platform specialize on helping our clients work process and communication. <br>
Below are the products produced using our platform.
</p>
</div>
</div>
<div class="d-flex align-items-center justify-content-center gap-4 porto-img">
<div>
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/porto-1.png"
class="img-fluid" />
</div>
<div class="d-flex flex-column gap-3">
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/porto-2.png"
class="img-fluid">
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/porto-3.png"
class="img-fluid mt-auto" />
</div>
<div>
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/porto-4.png"
class="img-fluid" />
</div>
</div>
</section>
</section>
<!-- END: PRODUCTS --><footer class="page-footer font-small blue">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"></script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Merriweather:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
* {
font-family: 'Poppins', 'Inter', sans-serif !important;
}
body footer {
background: linear-gradient(293.57deg, #114E4E 0%, #052D2D 23.8%, #041111 42.57%, #000909 63.76%, #000909 69.62%);
color: #EEEEEE;
padding-top: 72px !important;
padding-bottom: 36px !important;
}
body footer h5 {
font-weight: 600 !important;
size: 16px !important;
line-height: 150%;
color: #ECF1F4;
}
body footer .address p {
font-weight: 400 !important;
size: 16px !important;
line-height: 150%;
color: #ECF1F4;
}
body footer .nav-footer p {
font-weight: 700 !important;
size: 16px !important;
line-height: 150%;
color: #ECF1F4;
}
body footer .nav-footer a {
font-weight: 400 !important;
size: 16px !important;
color: #ECF1F4;
}
body footer li {
margin-bottom: 12px;
}
body footer .social-media a {
margin-right: 10px;
text-decoration: none;
}
body footer .copyright {
margin-top: 76px;
padding-top: 36px;
}
body footer .copyright p {
font-weight: 400 !important;
size: 16px !important;
color: #ECF1F4;
}
body .cl-light {
color: #EEEEEE;
}
body .cl-light-grey-2 {
color: #90BCB7;
}
body .font-lora {
font-family: 'Lora', sans-serif !important;
}
</style>
<div class="container text-md-left">
<div class="row">
<div class="col-md-6 mt-md-0 mt-3 address">
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Header/Header-workly/Logo.svg"
alt="logo" class="img-fluid mb-2">
<h5 class="">Work.ly</h5>
<p>Jl. Nyi Ageng Serang no 51B <br> Sleman Yogyakarta</p>
<div class="mt-md-5 social-media">
<a href="#">
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/bi_linkedin.svg"
alt="linkedin" class="img-fluid">
</a>
<a href="#">
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/bi_facebook.svg"
alt="facebook" class="img-fluid">
</a>
<a href="#">
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/bi_twitter.svg"
alt="twitter" class="img-fluid">
</a>
<a href="#">
<img src="https://api.elements.buildwithangga.com/storage/files/2/assets/Content/Content-workly/bi_twitch.svg"
alt="twitch" class="img-fluid">
</a>
</div>
</div>
<hr class="clearfix w-100 d-md-none pb-3">
<div class="row col-md-6 nav-footer">
<div class="col-md-4 mb-md-0 mb-3">
<p>
Our Features
</p>
<ul class="list-unstyled">
<li>
<a href="#!">Adaptive</a>
</li>
<li>
<a href="#!">Faster</a>
</li>
<li>
<a href="#!">Integrated</a>
</li>
</ul>
</div>
<div class="col-md-4 mb-md-0 mb-3">
<p>
Company
</p>
<ul class="list-unstyled">
<li>
<a href="#!">About Us</a>
</li>
<li>
<a href="#!">Blog</a>
</li>
<li>
<a href="#!">Join Us</a>
</li>
</ul>
</div>
<div class="col-md-4 mb-md-0 mb-3">
<p>
Help
</p>
<ul class="list-unstyled">
<li>
<a href="#!">API Documentation</a>
</li>
<li>
<a href="#!">System Status</a>
</li>
<li>
<a href="#!">Talk to Support</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyright row d-flex justify-content-center border-top mx-0">
<p class="my-0">
2021 Work.ly | All rights reserved.
</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
</body>
</html>