-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (301 loc) · 13.5 KB
/
index.html
File metadata and controls
322 lines (301 loc) · 13.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Asad Raza – Personal Website</title>
<meta name="description"
content="My name is Asad Raza, I’m an aspiring award-winning web dev / digital designer and creative frontend engineer. I have a passion for all things technology and design, from software engineering & artificial intelligence to UI/UX & 3D graphics." />
<link rel="icon" type="image/png" href="/icon/32x32.png" />
<meta name="viewport"
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0,viewport-fit=cover" />
<link rel="apple-touch-icon" sizes="180x180" href="/icon/180x180.png" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Asad Raza – Personal Website" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#f6d4b1" />
<meta property="og:title" content="Asad Raza – Personal Website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://asadcodex.vercel.app/" />
<meta property="og:image" content="https://asadcodex.vercel.app/og.png" />
<meta name="og:description"
content="My name is Asad Raza, I’m an aspiring award-winning web dev / digital designer and creative frontend engineer. I have a passion for all things technology and design, from software engineering & artificial intelligence to UI/UX & 3D graphics." />
<link rel="manifest" href="/manifest.json" />
<script type="module" src="/src/main.ts"></script>
<style>
@media (max-width: 768px) {
.custom-container img {
width: 90% !important;
}
}
</style>
</head>
<body>
<div id="home"></div>
<canvas class="webgl"></canvas>
<div id="hero-backup">
<h3>Hi there, I’m</h3>
<h1>Asad</h1>
<ul>
<li>Software Engineer</li>
<li>Creative Developer</li>
</ul>
</div>
<nav>
<div class="menu-btn">
<button class="btn" onclick="toggleMenu()">
<svg width="16" height="16">
<rect class="st0" width="16" height="3.2" />
<rect y="6.4" class="st0" width="16" height="3.2" />
<rect y="12.8" class="st0" width="16" height="3.2" />
</svg>
</button>
<div style="display: flex">
<a class="btn"
href="https://www.linkedin.com/in/asad-raza-182025234?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"
target="_blank">
<svg width="16" height="16">
<path d="M0.1,2c0-1,0.8-1.8,1.9-1.8c1,0,1.8,0.9,1.8,1.8c0,1-0.8,1.9-1.8,1.9C0.9,3.9,0.1,3.1,0.1,2z M0.1,5h3.7v9.8
H0.1V5z" />
<path d="M15.9,8.5v6.2h-3.5V9.4c0-0.9-0.6-1.6-1.5-1.6c-0.8,0-1.4,0.6-1.4,1.5v5.5H5.8V5h3.7v1
c0.6-0.7,1.6-1.2,2.8-1.2C14.4,4.7,15.9,6.3,15.9,8.5z" />
</svg>
</a>
<a class="btn" href="https://x.com/aslanrxza?t=nMUGyJxLemzNne_nS94i2A&s=35" target="_blank">
<svg viewBox="0 0 24 24" width="16" height="14.25">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z">
</path>
</svg>
</a>
<a class="btn" href="https://github.com/asadcodex" target="_blank">
<svg width="16" height="16">
<path d="M10.6,12.9c0-1-0.3-1.6-0.7-2c2.4-0.3,4.9-1.1,4.9-5.2c0-1.1-0.4-2.1-1.1-2.9c0.1-0.3,0.5-1.3-0.1-2.8
c0,0-0.9-0.3-3,1.1c-1.7-0.5-3.6-0.5-5.4,0c-2-1.4-3-1.1-3-1.1C1.6,1.4,2,2.5,2.1,2.8C1.4,3.5,1,4.6,1,5.6c0,4.1,2.5,5,4.9,5.3
c-0.4,0.4-0.6,0.9-0.7,1.4c-0.6,0.3-2.2,0.7-3.1-0.9c0,0-0.6-1-1.6-1.1c0,0-1.1,0-0.1,0.7c0,0,0.7,0.3,1.1,1.6c0,0,0.6,2.1,3.6,1.5
c0,0.9,0,1.8,0,1.8h5.3C10.6,15.9,10.6,14.4,10.6,12.9z" />
</svg>
</a>
</div>
</div>
<div class="menu-body" onclick="closeMenu()">
<a href="#home" onclick="closeMenu()">Home</a>
<a href="#aboutMe" onclick="closeMenu()">About</a>
<a href="#projects" onclick="closeMenu()">Projects</a>
<a href="#experience" onclick="closeMenu()">Experience</a>
<a href="#contact" onclick="closeMenu()">Contact</a>
</div>
<div id="tip-scroll">Scroll ↓</div>
</nav>
<main>
<section>
<h1 id="aboutMe">Hi there</h1>
<p>
My name is Asad Raza, I’m an aspiring award-winning web dev / digital designer and creative frontend engineer. I
have a passion for all things technology and design, from software engineering & artificial intelligence to
UI/UX & 3D graphics.
</p>
<p>
In addition to my love of technology and design, I am also interested
in game development, education, history and economics.
</p>
<p>
Below are details of some of the projects I have developed over my
four plus years of coding experience.
</p>
</section>
<section>
<h1 id="projects">Projects</h1>
<hr />
<h2>CodeFlex</h2>
<h3>2025-Apr</h3>
<ul class="skills">
<li>Next.js</li>
<li>TypeScript</li>
<li>Vapi AI</li>
<li>Convex</li>
<li>Clerk</li>
<li>Shadcn UI</li>
<li>Server Components</li>
<li>GEMINI AI</li>
</ul>
<p>
CodeFlex Studio is an AI fitness companion that creates personalized workout and nutrition plans through natural
conversation, adapting to your unique goals and progress.
</p>
<p>
CodeFlex Studio is an AI-powered fitness platform that delivers personalized coaching through conversational
interaction. Built with Next.js, React, and Tailwind CSS, it enables users to receive custom workout routines
and nutrition plans tailored to their specific goals and preferences. The application integrates Gemini AI for
intelligent program generation, Vapi for voice commands, Convex for real-time data management, and Clerk for
secure authentication. With features including program management, dietary customization, and cross-device
compatibility, CodeFlex Studio combines the expertise of a personal trainer with the convenience of modern
technology—making professional fitness guidance accessible to everyone regardless of experience level.
</p>
<p><a href="https://www.codeflex.studio/">codeflex.studio</a></p>
<br />
<div class="custom-container" style="display: flex; justify-content: center; width: 100%;">
<img src="/src/img/codeflex.png"
style="width: 70%; height: auto; display: block; box-shadow: 1px 1px 0px #f6d4b1, 6px 6px 0px rgba(82, 82, 82, 0.25);"
alt="CodeFlex screenshot" loading="lazy">
</div>
<hr />
<h2>Codex Guys</h2>
<h3>2024-Apr</h3>
<ul class="skills">
<li>React.js</li>
<li>Three.js</li>
<li>Physics Engine (Rapier)</li>
<li>State Management</li>
<li>Game Development</li>
<li>React Three Fiber</li>
</ul>
<p>
A challenging obstacle course game built with React Three Fiber and Three.js.
</p>
<p>
Codex Guys is an immersive 3D obstacle course game that combines physics-based gameplay with smooth character
animations and responsive controls. Developed using React Three Fiber and Three.js, the game features a state
machine-based game loop, handling transitions from the main menu to countdowns, gameplay, and game-over states.
Players experience realistic movement mechanics, including jumping, rotation, and collision detection, powered
by the Rapier physics engine. A dynamic camera system ensures an engaging and fluid perspective, keeping the
player focused on the course ahead. Whether for casual fun or competitive time trials, Codex Guys delivers an
exciting and interactive experience.
</p>
<p><a href="https://www.codexguys.tech/">codexguys.tech</a></p>
<br />
<div class="custom-container" style="display: flex; justify-content: center; width: 100%;">
<img src="/src/img/60.png"
style="width: 70%; height: auto; display: block; box-shadow: 1px 1px 0px #f6d4b1, 6px 6px 0px rgba(82, 82, 82, 0.25);"
alt="Codex Guys screenshot" loading="lazy">
</div>
<hr />
<h2>Skibidi</h2>
<h3>2024-Jul</h3>
<ul class="skills">
<li>React.js</li>
<li>Three.js</li>
<li>React Three Fiber</li>
<li>Wiggle Bones</li>
<li>Mixamo</li>
</ul>
<p>
A dynamic 3D animation project implementing the Wiggle Bones library with React Three Fiber and Three.js.
</p>
<p>
Wiggle Bones with React Three Fiber brings physics-driven secondary animations to 3D scenes using React Three
Fiber and Three.js. By leveraging the Wiggle Bones library, this project enables natural, springy motions for
character models and dynamic objects, adding realism and fluidity to animations. Designed for seamless
integration with Mixamo-animated characters, it allows fine-tuning of parameters such as stiffness, damping,
mass, and gravity effects for precise motion control. Optimized for performance, it ensures smooth framerates
while maintaining high-quality visuals within the R3F ecosystem. Whether for game development or interactive
web
experiences, this project enhances 3D animations with lifelike responsiveness.
</p>
<p><a href="https://www.skibidi.rocks/">skibidi.rocks</a></p>
<br />
<div class="custom-container" style="display: flex; justify-content: center; width: 100%;">
<img src="/src/img/md.png"
style="width: 70%; height: auto; display: block; box-shadow: 1px 1px 0px #f6d4b1, 6px 6px 0px rgba(82, 82, 82, 0.25);"
alt="Skibidi screenshot" loading="lazy">
</div>
<hr />
<p>
This represents just a small selection of the projects I have worked
on over the years. I have many more pieces of personal, university and
design work.
</p>
</section>
<section>
<h1 id="experience">Experience</h1>
<hr />
<h2>Awwwards Young Jury</h2>
<h3>2025-Apr - Present</h3>
<ul class="skills">
<li>Design</li>
<li>Usability</li>
<li>Creativity</li>
<li>Development</li>
</ul>
<p>
As a Young Jury Member at Awwwards, I evaluate submitted websites on design, usability, creativity, and content,
providing constructive feedback to enhance their quality. This role involves staying abreast of the latest web
design trends and collaborating with fellow jury members to ensure fair and consistent evaluations.
</p>
<button class="collapse-btn btn" collapsed="true"
onclick="this.setAttribute('collapsed', this.getAttribute('collapsed') === 'true'? 'false' : 'true')">
more...
</button>
<div class="collapse-body">
<br />
<h2>Lead Frontend Developer</h2>
<h3>2024-Jun - 2025-Feb</h3>
<ul class="skills">
<li>Next.js</li>
<li>TypeScript</li>
<li>OPENAI API</li>
<li>Shadcn UI</li>
<li>Software Design</li>
</ul>
<p>
Served as the frontend developer for my friend's startup, building the user interface from scratch using React
and implementing responsive designs that aligned with the company's vision. I collaborated closely with the
founding team to rapidly iterate on features based on user feedback while maintaining clean, scalable code
architecture.
</p>
</div>
</section>
<section>
<h1 id="contact">Contact</h1>
<p style="text-align: center">
Reach out on
<a href="https://www.linkedin.com/in/asad-raza-182025234?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"
target="_blank"><u><b>LinkedIn</b></u></a>
</p>
</section>
</main>
<input type="text" id="textarea" readonly />
<div id="loading">
<h2>Booting...</h2>
<div id="loading-bar">
<div id="loading-bar-progress"></div>
</div>
<div id="loading-items">Starting...</div>
</div>
<footer>
<div>Developed + Designed by Asad Raza.</div>
<div>Computer design based on the Commodore PET 8296.</div>
<div>
Built in India on the ancestral land of diverse Indigenous communities who have nurtured this land for millennia.
I honor their resilience, wisdom, and cultural heritage.
</div>
<div>
Sovereignty, identity, and traditions endure. This always was and always will be Indigenous land.
</div>
<div>COPYRIGHT © 2025 Asad Raza.</div>
</footer>
<script>
function closeMenu() {
document.getElementsByTagName("nav")[0].classList.remove(["active"]);
}
function toggleMenu() {
const nav = document.getElementsByTagName("nav")[0];
if (nav.classList.contains("active")) {
nav.classList.remove(["active"]);
} else {
nav.classList.add("active");
}
}
</script>
<script fetchpriority="high" src="https://cdn-ts.netlify.app/webgl-helper@3.0.11/webgl-helper.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EDNKHGV4HB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-EDNKHGV4HB");
gtag("event", "origin", { name: window.origin });
</script>
</body>
</html>