forked from Arman-ali-khan-786/CardUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
568 lines (505 loc) · 23 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
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
<!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" />
<title>CardUi</title>
<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="darkModeBtn.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" 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=PT+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/4b7d3e4626.js" crossorigin="anonymous"></script>
<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=Sansita&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h3><a href="#" id="Abyssinica">Card<span style="color:unset;">UI</span></a></h3>
<ul>
<li class="effects"><a href="#effects" class="header-tag">Effects</a></li>
<li><a href="#contribute" class="header-tag">Contribute</a></li>
</ul>
<!-- dark mode button feature -->
<div class="dark-mode-btn">
<!-- added in css -->
</div>
</header>
<main>
<div id="about">
<h2 id="Merriweather">What is Card<span style="color:unset;">UI</span>?</h2>
<img src="./assets/CARDUi.webp" alt="logoImage" id="banner_image" class="lazyload" style="width: 30%;">
<p id="Quicksand">
If you are Looking for Amazing Card User Interface(UI) Designs and
Effects for your Projects/websites, then <em>CardUI</em> website is a
one stop solution for you. <em>CardUI</em> contains awesome card
effects for you to use.
</p>
</div>
<div id="effects" class="effects">
<!---------------------------- Ui-1 markup Code ---------------------------------->
<div class="wrapper1">
<h1 class="effect-title" id="Merriweather">1. UI-1 by <em>Arman Ali Khan</em></h1>
<div class="container">
<div class="card1">
<div class="layer">
<span></span>
<span></span>
<span></span>
<div class="text">
<h4>Arman Ali Khan</h4>
<p>Web Developer & Designer</p>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/Arman-ali-khan-786/CardUI">Click here for the code 🌟</a>
</div>
</div>
<!---------------------------- Ui-2 markup Code ---------------------------------->
<div class="wrapper2">
<h1 class="effect-title" id="Merriweather">2. UI-2 by <em>Arman Ali Khan</em></h1>
<div class="container">
<div class="card2">
<img src="./assets/java.webp" class="lazyload" alt="Java" />
<h3>Java</h3>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/Arman-ali-khan-786/CardUI">Click here for the code 🌟</a>
</div>
</div>
<!---------------------------- Ui-3 markup Code ---------------------------------->
<div class="wrapper3">
<h1 class="effect-title" id="Merriweather">3. UI-3 by <em>Pritam Panda</em></h1>
<div class="container">
<div class="card3">
<a href="https://github.com/Pritam0077" target="_blank"><img src="./assets/GitHub-Mark.webp" alt="github"
class="card__image lazyload"></a>
<p class="card__name">Pritam Panda</p>
<a href="https://github.com/Pritam0077" target="_blank"><button class="btn draw-border">Follow</button></a>
<button class="btn draw-border">Message</button>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/Pritam0077/CardUI">Click here for the code 🌟</a>
</div>
</div>
<!---------------------------- Ui-4 markup Code ---------------------------------->
<div class="wrapper4">
<h1 class="effect-title" id="Merriweather">4. UI-4 by <em>Mohammad Zeeshan</em></h1>
<div class="container">
<div class="card4">
<img src="assets/CARDUI4pp.webp" class="lazyload" alt="">
<div>
<p class="user_name">Zeeshan Khan</p>
<p class="skill">Front-end Developer</p>
</div>
<div class="icons">
<a href="https://github.com/zeeshankhan00" target="_blank" class="fa fa-github hi"></a>
<a href="https://twitter.com/Zeeshan91403670" target="_blank" class="fa fa-twitter hi"></a>
<a href="https://www.instagram.com/im_zkhan_/" target="_blank" class="fa fa-instagram hi"></a>
<a href="https://www.linkedin.com/in/mohammad-zeeshan-139779218/" target="_blank"
class="fa fa-linkedin hi"></a>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/zeeshankhan00/CardUI/tree/master">Click here for the code 🌟</a>
</div>
</div>
</div>
<!-- Harshit's Card -->
<div class="wrapper3">
<h1 class="effect-title">5. UI-5 by <em>HS07</em></h1>
<div class="container">
<div class="card5">
<div class="image">
<img src="./assets/profile2.webp" class="lazyload" />
</div>
<div class="details">
<div class="center">
<h1>Harshit Shukla<br><label>Full Stack Web developer</label></h1>
<p>Enthusiastic Web Developer | former Web developer Intern STARZ Ventures | Open Source</p>
<ul>
<li><a href="https://github.com/hs-07"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="www.linkedin.com/in/harshit-shukla-67b28a212"><i class="fa fa-linkedin"
aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/_hs.07_/"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/hs-07/CardUI">Click here for the code 🌟</a>
</div>
</div>
<div class="wrapper6">
<h1 class="effect-title">6. UI-6 by <em>DIVYANSHU PRIYAVRAT </em></h1>
<div class="cards-list">
<div class="card 6">
<div class="card_image">
<img src="https://media.giphy.com/media/10SvWCbt1ytWCc/giphy.gif" class="lazyload" />
</div>
<div class="card_title">
<p>Divyanshu Priyavrat</p>
<ul class="handles">
<li><a href="https://github.com/DIVYANSHU8055"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/divyanshu-priyavrat-1811011b4/"><i class="fa fa-linkedin"
aria-hidden="true"></i></a></li>
<li><a href="https://www.instagram.com/divyanshu__0712/"><i class="fa fa-instagram"
aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/DIVYANSHU8055/CardUI">Click here for the code 🌟</a>
</div>
</div>
<!-- Saikiran's card -->
<div class="wrapper7">
<h1 class="effect-title">7. UI-7 by <em>Saikiran Voladri</em></h1>
<br><br>
<div class="card7">
<div class="container1">
<div class="wrappers">
<a href="#">
<img src="./assets/profile.webp" class="lazyload" alt="profile photo">
</a>
<div class="title">
Saikiran Voladri
</div>
<div class="place">
Web developer
</div>
</div>
<div class="content">
<div class="buttons">
<div class="btn">
<a href="https://www.instagram.com/voladrisaikiran/"><button>Message</button>
</div>
<div class="btn">
<a href="https://github.com/SaikiranVoladri"> <button>Follow</button></a>
</div>
</div>
<div class="icons">
<li><a href="https://www.linkedin.com/in/saikiran-voladri"><span class="fa fa-linkedin-square"></span></a>
</li>
<li><a href="https://github.com/SaikiranVoladri"><span class="fa fa-github"></span></a></li>
<li><a href="https://www.facebook.com/saikiran.voladri.7"><span class="fa fa-facebook-f"></span></a></li>
<li><a href="https://twitter.com/VoladriSaikiran"><span class="fa fa-twitter"></span></a></li>
<li><a href="https://www.instagram.com/voladrisaikiran/"><span class="fa fa-instagram"></span></a></li>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/SaikiranVoladri/hactoberfest-CardUi" target="_blank">
<pre>click here for the code 🌟</pre>
</a>
</div>
</div>
<!-- ArieAr card -->
<div class="wrapper8">
<h1 class="effect-title">8. UI-8 by <em>ArieAR</em></h1>
<div class="container">
<div class="card8">
<div class="image-black"></div>
<div class="side-media">
<li><a href="https://github.com/ariear"><span class="fa fa-github fa-2x"></span></a></li>
<li><a href="https://www.facebook.com/ariear"><span class="fa fa-facebook-f fa-2x"></span></a></li>
<li><a href="https://twitter.com/ariear"><span class="fa fa-twitter fa-2x"></span></a></li>
<li><a href="https://www.instagram.com/ariear.js/"><span class="fa fa-instagram fa-2x"></span></a></li>
</div>
<div class="card-content8">
<h2>ArieAr</h2>
<p>Web developer</p>
<div class="wrap-btn8">
<button class="btn-follow8"><a href="https://github.com/ariear">FOLLOW</a></button>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/ariear/CardUI">click here for the code 🌟</a>
</div>
</div>
<!-- raghav-rama's Card -->
<div class="wrapper9">
<h1 class="effect-title">9. UI-9 by <em>raghav-rama</em></h1>
<div class="card9">
<div class="contents">
<div class="gh-avatar"><img src="https://avatars.githubusercontent.com/u/91389059?s=400&v=4"
alt="raghav-rama"></div>
<div class="details">
<p class="u-name">raghav-rama</p>
<p class="skill">Web Developer</p>
</div>
<div class="strip">
<div class="reach-out">
<a href="https://github.com/raghav-rama"><span class="fa fa-github fa-2x"></span></a>
<a href="https://www.linkedin.com/in/ritviksingh258/"><span class="fa fa-linkedin fa-2x"></span></a>
<a href="https://twitter.com/Raghav__Rama"><span class="fa fa-twitter fa-2x"></span></a>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/raghav-rama/CardUI">click here for the code 🌟</a>
</div>
</div>
<!-- Zaid's Card -->
<div class="wrapper10">
<h1 class="effect-title">10. UI-10 by <em>Md Zaid Siddiqui</em></h1>
<div class="container10">
<div class="card10">
<div class="detailz">
<li>
<h1>Md Zaid Siddiqui</h1>
</li>
<li>
<h5>React Developer | Open-source enthusiast</h5>
</li>
<div class="links">
<li><a href="https://github.com/zaidsidd360"><span class="fa fa-github fa-2x"></span></a></li>
<li><a href="https://twitter.com/zaidsidd360"><span class="fa fa-twitter fa-2x"></span></a></li>
<li><a href="https://www.linkedin.com/in/zaidsidd69420/"><span class="fa fa-linkedin fa-2x"></span></a>
</li>
</div>
</div>
<img src="./assets/cardui10.png" alt="Card Image" width="400pxx">
<div class="circle"></div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/zaidsidd360/CardUI">click here for the code 🌟</a>
</div>
</div>
<!-- Anubhav Gupta's Card -->
<div class="wrapper11">
<h1 class="effect-title">11. UI-11 by <em>Anubhav Gupta</em></h1>
<div class="container">
<div class="card11">
<div class="imagebox">
<img src="assets/pexels-realtoughcandycom-11035380.jpg" alt="error">
</div>
<div class="content">
<h2>Anubhav Gupta</h2>
<div id="desc"><h3>Enthusiastic Front-end Developer</h3></div>
<div class="social-handle11">
<a href="https://www.linkedin.com/in/anubhav-gupta-2a01b1229/"><i class="fa-brands fa-linkedin-in fa-2x handles-icon"></i></a>
<a href="https://www.instagram.com/anubhav_gupta_17/"><i class="fa-brands fa-square-instagram fa-2x handles-icon"></i></a>
<a href="https://github.com/Anubhavgupta18"><i class="fa-brands fa-github fa-2x handles-icon"></i></a>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/Anubhavgupta18/CardUI">click here for the code 🌟</a>
</div>
<!-- Shivang's Card -->
<div class="wrapper12">
<h1 class="effect-title">10. UI-12 by <em>Shivang Sharma</em></h1>
<div class="container">
<div class="card12">
<div class="card-content">
<h2 class="card-title">Shivang Sharma</h2>
<br>
<br>
<p class="card-body">Open Source Enthusiast & Front-End Developer </p>
<div class="social-handle-12">
<a href="https://www.linkedin.com/in/shivang-sharma-443518224" class="button"><span
class="fa fa-linkedin fa-2x"></span></a>
<a href="https://github.com/shivang1919" class="button"><span class="fa fa-github fa-2x"></span></a>
<a href="https://www.instagram.com/shivang1919/" class="button"><span
class="fa fa-instagram fa-2x"></span></a>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/shivang1919/CardUI">click here for the code 🌟</a>
</div>
</div>
<!-- Manu's Card -->
<div class="wrapper13">
<h1 class="effect-title">13. UI-13 by <em>Manu Coutinho</em></h1>
<div class="container">
<div class="card13">
<div class="card13-box">
<div class="card13-badger">
<i class="fa fa-hand-spock-o" aria-hidden="true"></i>
</div>
<div class="content">
<h2>Manu Coutinho</h2>
<ul class="card13-icons">
<li class="card13-ico">
<a href="https://github.com/ManuCoutinho" rel="noopener noreferrer" role="link">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</li>
<li class="card13-ico">
<a href="https://linkedin.com/in/emanuela-coutinho" rel="noopener noreferrer" role="link">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</li>
<li class="card13-ico">
<a href="https://twitter.com/manucout" rel="noopener noreferrer" role="link">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/ManuCoutinho/CardUI">click here for the code 🌟</a>
</div>
<!-- Subrat's Card UI-14 -->
<div class="wrapper14">
<h1 class="effect-title">14. UI-14 by <em>Subrat Kumar</em></h1>
<div class="container">
<div class="card14">
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<div class="icon">
<img src="./assets/coder-img.webp" height="200px" width="300px" alt="">
</div>
</div>
</div>
<div class="face face2">
<div class="content">
<h3>
<a href="https://github.com/subratkumar46/" id="nme" target="_blank">Subrat Kumar</a>
</h3>
<p>5 ⭐ coder hackerank </p>
<p>Full stack web devloper </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/subratkumar46/CardUI">click here for the code ⭐</a>
</div>
</div>
<!--Ipsita's card-->
<div class="wrapper15">
<h1 class="effect-title">15. UI-15 by <em>Ipsita Senapati</em></h1>
<div class="container">
<div class="card15">
<div class="card-header"><h1><center>Ipsita Senapati</center> </h1></div>
<div class="card-body"><center><h2><b> Aspiring Web Developer </b><br>~It all starts with an idea.</h2></center>
</div>
<span class="social">
<a href="https://www.linkedin.com/in/ipsita-senapati-93b06a227"><i class="fa-brands fa-linkedin" id="ips_icon"></i> </a>
<a href="https://github.com/IpsitaSenapati"><i class="fa-brands fa-github" id="ips_icon"></i> </a>
<a href="https://twitter.com/0709Ipsitasays"><i class="fa-brands fa-twitter" id="ips_icon"></i> </a>
</span></div>
</div>
<div class="effect-code">
<a href="https://github.com/IpsitaSenapati/CardUI">Click here for the code 🌟 </a>
</div>
</div>
<!------------------ Subrat's Card UI-16 --------------------->
<div class="wrapper17">
<h1 class="effect-title">16. UI-16 by <em>Subrat Kumar</em></h1>
<div class="container">
<div class="card17">
<div class="container16">
<div class="image">
<img src="./assets/ui17-img.webp">
</div>
<div class="content">
<div class="info">
<h2>
Subrat Kumar
</h2>
<span>Frontend Devloper</span>
</div>
</div>
<ul>
<li><a href="https://www.linkedin.com/in/subrat-kumar-sahu-175b81239/" target="_blank"><span
class="fa-brands fa-linkedin-in"></span></a></li>
<li><a href="https://twitter.com/subratkumar_4" target="_blank"><span
class="fab fa-twitter"></span></a></li>
<li><a href="https://www.instagram.com/subratkumar_46/" target="_blank"><span
class="fab fa-instagram"></span></a></li>
<li><a href="https://github.com/subratkumar46" target="_blank"><span
class="fab fa-github"></span></a></li>
<li><a href="#"><span class="fab fa-youtube"></span></a></li>
</ul>
</div>
</div>
</div>
<div class="effect-code">
<a href="https://github.com/subratkumar46/CardUI" target="_blank">click here for the code ⭐</a>
</div>
</div>
<div id="contribute">
<h2 id="Merriweather" style="color: unset;">Want to Contribute?</h2>
<p id="Quicksand">If you looking forward to contribute in this wonderful project visit below links :-</p>
<div class="icons">
<a href="https://github.com/Arman-ali-khan-786/CardUI" target="_blank"><img
src="https://img.icons8.com/3d-fluency/100/000000/github.png" /></a>
<a href="https://t.me/cardui_hackodex" target="_blank"><img
src="https://img.icons8.com/3d-fluency/100/000000/telegram.png" /></a>
</div>
</div>
<!-- --------------------- Ui-(ith number) markup Code sample, ----------------
-------- these are mandatory to include for valid contribution ------- -->
<!--
<div class="wrapper3">
<h1 class="effect-title">2. UI-2 by <em>Your name</em></h1>
<div class="container">
<div class="card3">
//your card effect goes here
</div>
</div>
<div class="effect-code">
<a href="github repo name">click here for the code</a>
</div>
</div>
-->
<footer id="footer">
<div id="footer-container">
<div class="left-footer">
<p>Copyright <i class="fa fa-copyright" aria-hidden="true"></i></p>
<p>@ArmanAliKhan, 2022</p>
</div>
<div class="social_icons">
<a class="social-container" href="https://www.instagram.com/arman__khan__786_/" target="_blank">
<i class="fa fa-instagram fa-2x main_social" aria-hidden="true"></i>
</a>
<a class="social-container" href="https://t.me/Arman_AaK07" target="_blank">
<i class="fa fa-telegram fa-2x main_social" aria-hidden="true"></i>
</a>
<a class="social-container" href="https://www.linkedin.com/in/arman-ali-khan-b44751169/" target="_blank">
<i class="fa fa-linkedin-square fa-2x main_social" aria-hidden="true"></i>
</a>
<a class="social-container" href="https://github.com/Arman-ali-khan-786" target="_blank">
<i class="fa fa-github fa-2x main_social" aria-hidden="true"></i>
</a>
</div>
</div>
</footer>
</main>
<script src="index.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.2.2/lazysizes.min.js"></script>
</body>
</html>