-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
600 lines (546 loc) · 34.2 KB
/
Copy pathindex.html
File metadata and controls
600 lines (546 loc) · 34.2 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
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
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dribbble-Authorization </title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/18e54117ba.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./images/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<main>
<div>
<div class="heroContainer">
<nav>
<div class="links">
<i class="fa-solid fa-bars-staggered"></i>
<img src="./images/logo.png" alt="">
<a href="#">Find talent</a>
<a href="#">Inspiration</a>
<a href="#">Learn design<i class="fa-solid fa-caret-down"></i></a>
<a href="#">Jobs</a>
<a href="#">Go Pro</a>
</div>
<div class="signUps">
<input type="text" name="search" placeholder=" 🔍 Search..">
<button id="Login" type="button"><a href="/login/login.html"
style="text-decoration: none; color: black;">Log in</a></button>
<button type="button" id="signIn" style="background-color: blue; color: black;"><a
href="/register/register.html" style=" text-decoration: none; color: white;">Sign
up</a></button>
</div>
</nav>
<section style="width: 100%; padding-bottom: 0; ">
<div class="shot-header js-shot-header" style="width: 100%; display: flex; justify-content: start;">
<div class="shot-header__container">
<h1 class="shot-header__title">Authentication Flow</h1>
</div>
</div>
<div class="sticky-header sticky-header--has-hire-prompt" style="width: 96%; display: flex; justify-content: space-between;
;" data-sticky-header="">
<div class="sticky-header__container">
<div class="sticky-header__user-container"
style=" position: absolute ; margin: 10px; left: 85px;">
<div class="sticky-header__avatar" data-uuid-passthrough="">
<a class="hoverable url" rel="contact" title="Phil Goodwin"
data-search-profile-clicked="97388" href="/fhlcreative">
<picture>
<source
srcset="https://cdn.dribbble.com/users/97388/avatars/normal/c53cbdc951c2cd1de4644c03440c6f19.png?1684329994"
media="(-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx)">
<source
srcset="https://cdn.dribbble.com/users/97388/avatars/small/c53cbdc951c2cd1de4644c03440c6f19.png?1684329994">
<img class="photo" alt="Phil Goodwin" style="margin-top: -20px;" width="48"
height="48"
src="https://cdn.dribbble.com/users/97388/avatars/small/c53cbdc951c2cd1de4644c03440c6f19.png?1684329994">
</picture>
</a>
<div class="sticky-header__team-avatar">
<a class="hoverable url" rel="contact" title="Unfold"
data-search-profile-clicked="17543311" href="/unfold">
<picture>
<source
srcset="https://cdn.dribbble.com/users/17543311/avatars/normal/c9c68958672969d58b038cf8d2447c05.png?1694804202"
media="(-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx)">
<source
srcset="https://cdn.dribbble.com/users/17543311/avatars/small/c9c68958672969d58b038cf8d2447c05.png?1694804202">
</picture>
</a>
</div>
</div>
<div class="sticky-header__user-details">
<div class="sticky-header__name" data-uuid-passthrough="">
<span>
<a class="hoverable" rel="contact" data-search-profile-clicked="97388"
href="/fhlcreative">Phil Goodwin</a>
for
<a class="hoverable" rel="contact" data-search-profile-clicked="17543311"
href="/unfold">Unfold</a>
</span>
</div>
<div class="sticky-header__user-status js-shot-header-action-links">
<p style="color: green;"> Available for work</p>
<span class="sticky-header__available-circle" style=" width: 10px;
height: 10px;
background: green;
margin: 9px;
border-radius: 50%;
margin-top: -4px;
box-shadow: 0 0px 13px green;
color: black;"></span>
<a rel="tipsy" data-signup-trigger="" data-context="follow-user"
href="/fhlcreative/followers"
style="color:lightgray; text-decoration: none; margin-left: 5px; margin-top: -15px;"
original-title="Follow Phil Goodwin">Follow</a>
<!-- <a class="form-btn tipsy-mobile-disabled unfollow stripped-btn"
href="/fhlcreative/followers/fhlcreative"> -->
<!-- <span>Following</span> -->
</a>
</div>
</div>
</div>
<div class="sticky-header__actions">
<div class="like-action-21444558 modal-true shot-action">
<script>
if (typeof (Dribbble) != "undefined" && typeof (Dribbble.Shots) != "undefined") {
Dribbble.Shots.update(21444558, {
likes_count: 210,
liked: false
});
}
</script>
<a class="btn2 btn2--secondary-alt btn2--circle btn2--tertiary tipsy-mobile-disabled like-shot"
rel="no-follow" title="Like this shot" data-signup-trigger="true"
data-href="/signup/new" data-context="like-shot" href="/signup/new">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 16 16" fill="none" role="img" class="icon">
<path
d="M10.7408 2C13.0889 2 14.6667 4.235 14.6667 6.32C14.6667 10.5425 8.11856 14 8.00004 14C7.88152 14 1.33337 10.5425 1.33337 6.32C1.33337 4.235 2.91115 2 5.2593 2C6.60745 2 7.48893 2.6825 8.00004 3.2825C8.51115 2.6825 9.39263 2 10.7408 2Z"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</a>
</div>
<li data-bucket-container="true">
<a class="bucket-shot btn2 btn2--circle btn2--tertiary" title="Save shot"
data-signup-trigger="true" data-href="/signup/new" data-context="bucket-shot"
href="#">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
viewBox="0 0 16 16" fill="none" role="img" class="icon">
<path
d="M3.33337 5.2C3.33337 4.0799 3.33337 3.51984 3.55136 3.09202C3.74311 2.71569 4.04907 2.40973 4.42539 2.21799C4.85322 2 5.41327 2 6.53337 2H9.46671C10.5868 2 11.1469 2 11.5747 2.21799C11.951 2.40973 12.257 2.71569 12.4487 3.09202C12.6667 3.51984 12.6667 4.0799 12.6667 5.2V14L8.00004 11.3333L3.33337 14V5.2Z"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</a>
</li>
<a title="Get in touch" class="btn2 hide-on-mobile" data-message-dialog-button=""
data-message-recipient="17543311" data-signup-trigger="true" data-href="/signup/new"
data-context="hire-user" href="/register/register.html">
<button style=" background-color: black;
color: white;
border-radius: 15px;
width: 110px;
height: 34px;">Get
in
touch</button>
</a>
<a title="Get in touch" class="btn2 btn2--circle show-only-on-mobile"
data-message-dialog-button="" data-message-recipient="17543311"
data-signup-trigger="true" data-href="/signup/new" data-context="hire-user"
href="/signup/new">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" role="img" class="icon">
<path
d="M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z"
stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
</a>
</div>
</div>
</div>
</section>
<!-- Header Section -->
<section style="width: 100%; margin-bottom: 20px; padding: 0; ">
<div class="content-block-container">
<div class="block-media-wrapper">
<div class="block-media video-container">
<video preload="auto"
src="https://cdn.dribbble.com/userupload/6957640/file/original-de16d8e68a05acd8899010883d608823.mp4"
playsinline loop draggable="false" autoplay>
</video>
<div class="progress-bar-container">
<div class="progress-bar" style="transform: translateX(20.73%);"></div>
</div>
<div class="mute-toggle-wrapper">
<div class="toggle-button" title="Turn audio on">
<svg height="24" width="24" viewBox="0 0 24 24" fill="currentColor"
xmlns="http://www.w3.org/2000/svg">
<path
d="M21.414 12l2.293-2.293a1 1 0 00-1.415-1.415L20 10.586l-2.293-2.293a1 1 0 00-1.415 1.415L18.586 12l-2.293 2.293a1 1 0 001.415 1.415L20 13.414l2.293 2.293a1 1 0 001.415-1.415L21.414 12z" />
</svg>
</div>
</div>
</div>
</div>
</div>
</section>
<section
style="font-size: larger; width: 100%; display: flex; margin-bottom: 20px; justify-content: center; ">
<div class=" content-block"
style=" width: 80%; display: flex; justify-content: center; flex-direction: column;">
<p>
I couldn’t resist bringing the desktop view of the Authentication screen to life using
<a href="https://principleformac.com/" target="_blank"
rel="noopener noreferrer nofollow">Principle</a> 💃.
</p>
<p>👉
<a href="https://twitter.com/fhlcreative/status/1657092160255057936?s=20" target="_blank"
rel="noopener noreferrer nofollow">
Follow along the journey to redesign this Customer Portal on Twitter
</a>
</p>
<hr>
<p style="text-align: start;">🚀 Let's create something big together! 🚀</p>
<p style="text-align: start;">
Contact Unfold at
<a href="https://unfold.co/contact/?utm_source=dribbble&utm_medium=shot&utm_campaign=product&utm_term=video&utm_content=0515023-Regions+MyMortgage+video"
target="_blank" rel="noopener noreferrer nofollow">
unfold.co/contact
</a>
</p>
<p style="text-align: start;">
Follow us on
<a href="https://twitter.com/unfoldco" target="_blank"
rel="noopener noreferrer nofollow">Twitter</a> |
<a href="https://www.behance.net/unfoldcoteam" target="_blank"
rel="noopener noreferrer nofollow">Behance</a> |
<a href="https://www.instagram.com/unfoldco/" target="_blank"
rel="noopener noreferrer nofollow">Instagram</a> |
<a href="https://www.youtube.com/channel/UCNV_rUx7S8SWlRbPLJAnVsg/featured" target="_blank"
rel="noopener noreferrer nofollow">YouTube</a>
</p>
<p style="text-align: start;">
More about us on
<a href="https://unfold.co/?utm_source=dribbble&utm_medium=shot&utm_campaign=product&utm_term=video&utm_content=0515023-Regions+MyMortgage+video"
target="_blank" rel="noopener noreferrer nofollow">
unfold.co
</a>
</p>
</div>
<!-- Action Buttons (Like, Save, Contact) -->
<div class="sticky-header__actions" style="margin-top: 100px;">
<a class="btn2" title="Like this shot">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
fill="none">
<path
d="M10.7408 2C13.0889 2 14.6667 4.235 14.6667 6.32C14.6667 10.5425 8.11856 14 8.00004 14C7.88152 14 1.33337 10.5425 1.33337 6.32C1.33337 4.235 2.91115 2 5.2593 2C6.60745 2 7.48893 2.6825 8.00004 3.2825C8.51115 2.6825 9.39263 2 10.7408 2Z"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round">
</path>
</svg>
</a>
<a class="btn2" title="Save shot">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"
fill="none">
<path
d="M3.33337 5.2C3.33337 4.0799 3.33337 3.51984 3.55136 3.09202C3.74311 2.71569 4.04907 2.40973 4.42539 2.21799C4.85322 2 5.41327 2 6.53337 2H9.46671C10.5868 2 11.1469 2 11.5747 2.21799C11.951 2.40973 12.257 2.71569 12.4487 3.09202C12.6667 3.51984 12.6667 4.0799 12.6667 5.2V14L8.00004 11.3333L3.33337 14V5.2Z"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round"
stroke-linejoin="round">
</path>
</svg>
</a>
<a class="btn2" title="Get in touch">
<span>Contact</span>
</a>
</div>
</div>
</div>
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column;">
<div class="line-container"></div>
<button style=" background-color: black;
justify-self: center;
color: white;
border-radius: 15px;
width: 180px;
height: 50px;">Get
in
touch</button>
</div>
<div>
<section>
<div class="more-by-heading-container">
<h4>More by Unfold</h4> <a href="/unfold">View profile</a>
</div>
<div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/6957681/file/original-bf8284dc226d31c29d3e7de9bba4d5b4.png?resize=320x240&vertical=center"
alt="">
<div class="hover">
<h6>Laughter echoes endlessly.</h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/userupload/4289266/file/still-d46c5fde0c4b771c5de2797b26d7eb4e.png?resize=450x338&vertical=center"
alt="">
<p>Laughter echoes endlessly.</p>
<span id="pro">TEAM</span>
</div>
</div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/12660441/file/original-ae16536e2db2b562f3ba795f6dca3707.png?resize=450x338&vertical=center"
alt="">
<div class="hover">
<h6>Books transport minds.</h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/users/3113663/avatars/small/dcbf1db5e3d7b105ddad162aec88279d.jpg?1671115528"
alt="">
<p>Books transport minds.</p>
<span id="pro">TEAM</span>
</div>
</div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/12677093/file/original-c6ec89d33298490d4f847b88bc955e1b.jpg?resize=450x338&vertical=center"
alt="">
<div class="hover">
<h6>Dreams shape reality.</h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/users/3113663/avatars/small/dcbf1db5e3d7b105ddad162aec88279d.jpg?1671115528"
alt="">
<p>Dreams shape reality.</p>
<span id="pro">TEAM</span>
</div>
</div>
</section>
<section>
<div class="more-by-heading-container">
<h4>You might also like</h4>
</div>
<div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/12662105/file/original-123b074356491c7901de62ef810f0f07.jpg?resize=450x338&vertical=center"
alt="">
<div class="hover">
<h6>Moonlight whispers </h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/users/3113663/avatars/small/dcbf1db5e3d7b105ddad162aec88279d.jpg?1671115528"
alt="">
<p>Moonlight whispers.</p>
<span id="pro">TEAM</span>
</div>
</div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/12664085/file/original-0a9c7406360142c99d52d84f3bb99d0d.png?resize=450x338&vertical=center"
alt="">
<div class="hover">
<h6>Flowers bloom gracefully.</h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/userupload/14223142/file/original-04f90abf0393c3e8d17c0a767d1b772f.png?resize=450x338&vertical=center"
alt="">
<p>Flowers bloom gracefully.</p>
<span id="pro">TEAM</span>
</div>
</div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/12470939/file/original-24b5051a1d994714ef3d2a87f6862940.jpg?resize=450x338&vertical=center"
alt="">
<div class="hover">
<h6>Music soothes souls.</h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/userupload/14223142/file/original-04f90abf0393c3e8d17c0a767d1b772f.png?resize=450x338&vertical=center"
alt="">
<p>Music soothes souls.</p>
<span id="pro">TEAM</span>
</div>
</div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/12569469/file/original-de0700a6c188b05cc72e849aa26a26d5.jpg?resize=450x338&vertical=center"
alt="">
<div class="hover">
<h6>Fire crackles warmly.
</h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/users/3113663/avatars/small/dcbf1db5e3d7b105ddad162aec88279d.jpg?1671115528"
alt="">
<p>Fire crackles warmly.
</p>
<span id="pro">TEAM</span>
</div>
</div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/14223142/file/original-04f90abf0393c3e8d17c0a767d1b772f.png?resize=450x338&vertical=center"
alt="">
<div class="hover">
<h6>Adventure awaits </h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/users/3113663/avatars/small/dcbf1db5e3d7b105ddad162aec88279d.jpg?1671115528"
alt="">
<p>Adventure awaits .</p>
<span id="pro">TEAM</span>
</div>
</div>
<div class="box">
<div class="boxImg">
<img src="https://cdn.dribbble.com/userupload/14223142/file/original-04f90abf0393c3e8d17c0a767d1b772f.png?resize=450x338&vertical=center"
alt="">
<div class="hover">
<h6>Shadows dance playfully.</h6>
<div>
<i class="fa-regular fa-bookmark"></i>
<i class="fa-regular fa-heart"></i>
</div>
</div>
</div>
<div class="boxFooter">
<img src="https://cdn.dribbble.com/users/3113663/avatars/small/dcbf1db5e3d7b105ddad162aec88279d.jpg?1671115528"
alt="">
<p>Shadows dance .</p>
<span id="pro">TEAM</span>
</div>
</div>
</div>
</section>
<section class="join">
<div class="join-container">
<button id="moveButton">L</button>
<button id="moveButton">R</button>
<span>Like</span>
</div>
</section>
</div>
<div class="footerScroller">
<div class="wrapper">
<div class="wrapperContainer">
<img src="https://cdn.dribbble.com/userupload/16092823/file/original-0d22431597d0f8fa6a66d734e33637aa.jpg?format=webp&resize=314x236&vertical=center"
alt="">
</div>
<div class="wrapperContainer">
<img src="https://cdn.dribbble.com/userupload/12498480/file/still-013124e346372b4636d3c889ca9523eb.png?format=webp&resize=320x240&vertical=center"
alt="">
</div>
<div class="wrapperContainer">
<img src="https://cdn.dribbble.com/userupload/16092823/file/original-0d22431597d0f8fa6a66d734e33637aa.jpg?format=webp&resize=314x236&vertical=center"
alt="">
</div>
<div class="wrapperContainer">
<img src="https://cdn.dribbble.com/userupload/12534458/file/original-fa614bf79c04dc02a66146a76b0f4fcc.jpg?format=webp&resize=320x240&vertical=center"
alt="">
</div>
</div>
<div class="wrapper">
<div class="wrapperContainer">
<img src="https://cdn.dribbble.com/userupload/16092823/file/original-0d22431597d0f8fa6a66d734e33637aa.jpg?format=webp&resize=314x236&vertical=center"
alt="">
</div>
<div class="wrapperContainer">
<img src="https://cdn.dribbble.com/userupload/12498480/file/still-013124e346372b4636d3c889ca9523eb.png?format=webp&resize=320x240&vertical=center"
alt="">
</div>
<div class="wrapperContainer">
<img src="https://cdn.dribbble.com/userupload/12507583/file/original-835018742d763134cb05b6d0ed8ed805.jpg?format=webp&resize=320x240&vertical=center"
alt="">
</div>
<div class="wrapperContainer">
<img src="https://cdn.dribbble.com/userupload/12534458/file/original-fa614bf79c04dc02a66146a76b0f4fcc.jpg?format=webp&resize=320x240&vertical=center"
alt="">
</div>
</div>
</div>
<footer>
<div class="footer-part1">
<img src="./images/Dribbble-Logo.png" alt="">
<div>
<a href="#">For designers</a>
<a href="#">Hire talents</a>
<a href="#">Inspiration</a>
<a href="#">Advertising</a>
<a href="#">Blog</a>
<a href="#">About</a>
<a href="#">Careers</a>
<a href="#">Support</a>
</div>
<div class="icons">
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-linkedin"></i>
<i class="fa-brands fa-twitter"></i>
</div>
</div>
<div class="footer-part2">
<div>
<span> © 2024 Dribble</span>
<span>Terms</span>
<span>Privacy</span>
<span>Cookies</span>
</div>
<div>
<span>Jobs</span><span>designers</span><span>Freelancers</span><span>Tags</span><span>Places</span><span>Resources</span>
</div>
</div>
</footer>
</main>
<script src="script.js"></script>
</body>
</html>