-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (94 loc) · 4.21 KB
/
index.html
File metadata and controls
108 lines (94 loc) · 4.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>UI Clones - Ch0udharyJi</title>
<meta name="title" content="UI Clones - Ch0udharyJi">
<meta name="description" content="A showcase of popular website UI clones built from scratch by Ch0udharyJi.">
<meta name="author" content="Ch0udharyJi">
<meta name="theme-color" content="#121212">
<!-- Open Graph / Facebook / LinkedIn / Discord -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://ch0udharyji.github.io/ui-clones/">
<meta property="og:title" content="UI Clones - Ch0udharyJi">
<meta property="og:description" content="A showcase of popular website UI clones built from scratch by Ch0udharyJi.">
<!-- Twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://ch0udharyji.github.io/ui-clones/">
<meta property="twitter:title" content="UI Clones - Ch0udharyJi">
<meta property="twitter:description" content="A showcase of popular website UI clones built from scratch by Ch0udharyJi.">
<meta property="twitter:creator" content="@ch0udharyJiX">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<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=Chelsea+Market&family=Google+Sans+Code:ital,wght,MONO@0,300..800,1;1,300..800,1&display=swap" rel="stylesheet">
</head>
<body class="site-loading">
<header>
<a href="index.html">Home</a>
<a href="security-pg.html">Security</a>
<a href="lic-pg.html">License</a>
<button id="themeToggleBtn" class="theme-toggle" aria-label="Toggle Dark Mode">
<i class="fa-solid fa-moon"></i>
</button>
</header>
<div class="center-part">
<div class="heading-txt">
<h1>UI Clones</h1>
</div>
<div class="description-txt">
<p class="p1-txt">Here I rebuild popular websites ui (with few features) from scratch as my practice and showcase it and store it in this github repo.</p>
<p class="p2-txt">Right now, you are seeing the web view of it.....</p>
</div>
<div class="projects-grid">
<a href="./X/x-home.html" class="minimal-card x-go-btn">
<div class="minimal-card-left">
<i class="fa-brands fa-x-twitter x-logo-icon"></i>
<span class="project-title">X (Twitter)</span>
</div>
<div class="minimal-card-right">
<i class="fa-solid fa-arrow-right"></i>
</div>
</a>
<a href="./Work In Progress/under-dev.html" class="minimal-card instagram-go-btn">
<div class="minimal-card-left">
<i class="fa-brands fa-instagram insta-gradient"></i>
<span class="project-title">Instagram</span>
</div>
<div class="minimal-card-right">
<i class="fa-solid fa-arrow-right"></i>
</div>
</a>
</div>
</div>
<a href="#" class="go-up-btn" id="goUpBtn"><i class="fa-solid fa-arrow-up"></i></a>
<div class="social-footer">
<a href="https://www.hackerrank.com/profile/ch0udharyji" target="_blank" aria-label="HackerRank">
<i class="fab fa-hackerrank"></i>
</a>
<a href="https://leetcode.com/u/ch0udharyji/" target="_blank" aria-label="LeetCode">
<i class="fas fa-code"></i>
</a>
<a href="https://www.linkedin.com/in/ch0udharyji/" target="_blank" aria-label="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://www.kaggle.com/shubhamch0udhary" target="_blank" aria-label="Kaggle">
<i class="fab fa-kaggle"></i>
</a>
<a href="https://github.com/ch0udharyji" target="_blank" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://x.com/ch0udharyJiX" target="_blank" aria-label="X">
<i class="fab fa-x-twitter"></i>
</a>
</div>
<div id="loading-overlay" class="loading-overlay">
<div class="loader"></div>
<p>Loading clone...</p>
</div>
<script src="scripts.js"></script>
</body>
</html>