-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (213 loc) · 7.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Likhon Sheikh - Full-stack Developer, specializing in TypeScript and Python.">
<meta name="author" content="Likhon Sheikh">
<title>Likhon Sheikh</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<style>
body, html {
margin: 0;
padding: 0;
font-family: 'Poppins', sans-serif;
background-color: #0d1117;
color: #c9d1d9;
overflow-x: hidden;
}
#canvas-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.content {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 2rem;
text-align: center;
}
h1 {
color: #58a6ff;
margin-bottom: 10px;
font-size: 3rem;
animation: fadeInUp 1s ease-out;
}
h2 {
color: #8b949e;
margin-top: 30px;
font-size: 2rem;
animation: fadeInUp 1s ease-out 0.2s;
}
p, ul {
max-width: 600px;
line-height: 1.6;
animation: fadeInUp 1s ease-out 0.4s;
}
a {
color: #58a6ff;
text-decoration: none;
margin: 0 10px;
transition: color 0.3s ease;
}
a:hover {
color: #1f6feb;
}
img {
margin: 20px 0;
animation: fadeIn 1s ease-out;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 10px 0;
animation: fadeInUp 1s ease-out 0.6s;
}
.btn {
display: inline-block;
padding: 12px 25px;
border: 2px solid #58a6ff;
border-radius: 30px;
color: #58a6ff;
text-transform: uppercase;
font-weight: 600;
margin-top: 30px;
transition: all 0.3s ease;
animation: pulse 2s infinite;
}
.btn:hover {
background-color: #58a6ff;
color: #0d1117;
transform: scale(1.05);
}
hr {
border: 0;
height: 1px;
background: #30363d;
margin: 40px 0;
width: 100%;
max-width: 600px;
}
.icon {
margin-right: 10px;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
</style>
</head>
<body>
<div id="canvas-container"></div>
<div class="content">
<img src="https://raw.githubusercontent.com/likhositories/likhositories.github.io/main/Muzan_realizes_his_goal_is_in_his_grasp.png" alt="Likhon Sheikh Profile Picture" width="200" height="200" style="border-radius: 50%; border: 4px solid #ddd; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);">
<h1>Likhon Sheikh</h1>
<p>
<strong><i class="fas fa-code icon"></i>Full-stack Developer • TypeScript & Python!</strong>
</p>
<p>
<img src="https://github-stats-alpha.vercel.app/api/?username=likhon-xyz" alt="Likhon Github Stats">
</p>
<p>
<a href="https://github.com/likhositories"><i class="fab fa-github icon"></i>GitHub</a>
<a href="https://twitter.com/likhondotxyz"><i class="fab fa-twitter icon"></i>Twitter</a>
<a href="https://t.me/likhondotxyz"><i class="fab fa-telegram icon"></i>Telegram</a>
</p>
<hr>
<h2><i class="fas fa-user icon"></i>About Me</h2>
<p>
I'm a <em>passionate developer</em> with a keen interest in crafting <strong>innovative solutions</strong> using cutting-edge technologies. My expertise lies in <code>TypeScript</code> and <code>Python</code> development, with a focus on creating <u>robust, scalable, and efficient web applications</u> that push the boundaries of what's possible in the digital realm.
</p>
<h2><i class="fas fa-tools icon"></i>Skills</h2>
<p>
<img src="https://skillicons.dev/icons?i=ts,py,js,react,nodejs,express,mongodb,postgres&theme=dark" alt="Tech Stack">
</p>
<h2><i class="fas fa-trophy icon"></i>Achievements</h2>
<ul>
<li><i class="fas fa-star icon"></i>Successfully delivered <strong>50+ projects</strong> for clients worldwide</li>
<li><i class="fas fa-rocket icon"></i>Contributed to <em>several open-source projects</em> in the <code>TypeScript</code> and <code>Python</code> ecosystems</li>
<li><i class="fas fa-medal icon"></i>Recognized as a <strong>top contributor</strong> in the <code>React</code> community</li>
</ul>
<h2><i class="fas fa-book icon"></i>Latest</h2>
<p>
<a href="https://likhonsheikh.com/blog/mastering-typescript"><i class="fab fa-js icon"></i>Mastering TypeScript</a>
<a href="https://likhonsheikh.com/blog/scalable-python-apps"><i class="fab fa-python icon"></i>Scalable Python Apps</a>
<a href="https://likhonsheikh.com/blog/react-performance"><i class="fab fa-react icon"></i>React Performance</a>
</p>
<h2><i class="fas fa-globe icon"></i>Connect</h2>
<p>
<a href="https://likhonsheikh.com"><i class="fas fa-laptop icon"></i>Portfolio</a>
<a href="https://github.com/likhositories"><i class="fab fa-github icon"></i>GitHub</a>
<a href="https://twitter.com/likhondotxyz"><i class="fab fa-twitter icon"></i>Twitter</a>
<a href="mailto:[email protected]"><i class="fas fa-envelope icon"></i>Email</a>
</p>
<h2><i class="fas fa-rocket icon"></i>Collaborate</h2>
<p>
I'm always <em>excited</em> about new opportunities and collaborations. Whether you're looking for a developer to bring your <strong>project to life</strong> or you're a fellow coder interested in <u>joining forces</u>, I'd love to hear from you!
</p>
<p>
<a href="https://likhonsheikh.com/contact" class="btn"><i class="fas fa-hammer icon"></i>Let's Build Something Awesome</a>
</p>
<hr>
<img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&height=60§ion=footer" alt="Wave Footer">
</div>
<script>
// Three.js background animation
const scene = new THREE.Scene();
const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);
const renderer = new THREE.WebGLRenderer();
renderer.setSize(window.innerWidth, window.innerHeight);
document.getElementById('canvas-container').appendChild(renderer.domElement);
const geometry = new THREE.BufferGeometry();
const vertices = [];
for (let i = 0; i < 10000; i++) {
vertices.push(THREE.MathUtils.randFloatSpread(2000));
vertices.push(THREE.MathUtils.randFloatSpread(2000));
vertices.push(THREE.MathUtils.randFloatSpread(2000));
}
geometry.setAttribute('position', new THREE.Float32BufferAttribute(vertices, 3));
const particles = new THREE.Points(geometry, new THREE.PointsMaterial({ color: 0x58a6ff, size: 2 }));
scene.add(particles);
camera.position.z = 1000;
function animate() {
requestAnimationFrame(animate);
particles.rotation.x += 0.0005;
particles.rotation.y += 0.0005;
renderer.render(scene, camera);
}
animate();
window.addEventListener('resize', () => {
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize(window.innerWidth, window.innerHeight);
});
</script>
</body>
</html>