Spaces:
Running
Running
File size: 26,884 Bytes
3fb37ce |
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 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WasmAI CEO Profile</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
background-color: #f8fafc;
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.timeline-item:not(:last-child):after {
content: '';
position: absolute;
left: 6px;
top: 24px;
height: calc(100% - 24px);
width: 2px;
background: #e2e8f0;
}
</style>
</head>
<body class="text-gray-800">
<!-- Header Section -->
<header class="bg-white shadow-sm sticky top-0 z-50">
<div class="container mx-auto px-6 py-4">
<div class="flex items-center justify-between">
<div class="flex items-center">
<div class="w-12 h-12 rounded-full bg-gradient-to-r from-blue-500 to-purple-500 flex items-center justify-center text-white font-bold text-xl">WA</div>
<h1 class="ml-3 text-xl font-semibold">Wasm<span class="gradient-text font-bold">AI</span></h1>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#about" class="hover:text-blue-600 transition">About</a>
<a href="#journey" class="hover:text-blue-600 transition">Journey</a>
<a href="#keynote" class="hover:text-blue-600 transition">Keynotes</a>
<a href="#contact" class="hover:text-blue-600 transition">Contact</a>
</nav>
<button class="md:hidden">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="py-16 md:py-24 bg-gradient-to-r from-blue-50 to-purple-50">
<div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Pioneering the <span class="gradient-text">Future of AI</span></h1>
<p class="text-xl text-gray-600 mb-8">Visionary leader at the helm of WasmAI and Lahja AI, driving innovation in artificial intelligence and machine learning.</p>
<div class="flex space-x-4">
<a href="#contact" class="bg-gradient-to-r from-blue-500 to-purple-500 text-white px-6 py-3 rounded-lg font-medium hover:shadow-lg transition">Get In Touch</a>
<a href="#" class="border border-blue-500 text-blue-500 px-6 py-3 rounded-lg font-medium hover:bg-blue-50 transition">
<i class="fab fa-linkedin mr-2"></i> LinkedIn
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative">
<div class="w-64 h-64 md:w-80 md:h-80 rounded-full bg-gradient-to-r from-blue-200 to-purple-200 flex items-center justify-center overflow-hidden shadow-xl">
<img src="https://images.unsplash.com/photo-1573497620053-ea5300f94f21?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="CEO Portrait" class="w-full h-full object-cover">
</div>
<div class="absolute -bottom-5 -right-5 bg-white p-3 rounded-lg shadow-lg">
<div class="text-lg font-bold text-center">AI Innovator</div>
</div>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section id="about" class="py-16 bg-white">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold mb-12 text-center">CEO Profile</h2>
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
<div class="bg-gray-50 p-6 rounded-xl border border-gray-100 text-center card-hover transition">
<div class="text-4xl font-bold text-blue-600 mb-2">15+</div>
<div class="text-gray-600">Years in AI</div>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-100 text-center card-hover transition">
<div class="text-4xl font-bold text-purple-600 mb-2">42</div>
<div class="text-gray-600">Patents</div>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-100 text-center card-hover transition">
<div class="text-4xl font-bold text-blue-600 mb-2">500+</div>
<div class="text-gray-600">Team Size</div>
</div>
<div class="bg-gray-50 p-6 rounded-xl border border-gray-100 text-center card-hover transition">
<div class="text-4xl font-bold text-purple-600 mb-2">28</div>
<div class="text-gray-600">AI Models</div>
</div>
</div>
</div>
</section>
<!-- Philosophy Section -->
<section class="py-16 bg-gray-50">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold mb-12 text-center">Leadership Philosophy</h2>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100 card-hover transition">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center text-blue-500 mb-5">
<i class="fas fa-shield-alt text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Ethical AI Development</h3>
<p class="text-gray-600">Championing responsible AI that prioritizes transparency, fairness, and accountability. Implementing rigorous ethical frameworks to ensure AI benefits all of humanity.</p>
</div>
<div class="bg-white p-8 rounded-xl shadow-sm border border-gray-100 card-hover transition">
<div class="w-16 h-16 bg-purple-100 rounded-full flex items-center justify-center text-purple-500 mb-5">
<i class="fas fa-users text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Team Empowerment</h3>
<p class="text-gray-600">Fostering a culture of innovation where brilliant minds collaborate to push boundaries. Believing that the best ideas emerge from diverse, empowered teams.</p>
</div>
</div>
</div>
</section>
<!-- Career Journey -->
<section id="journey" class="py-16 bg-white">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold mb-12 text-center">Career Journey</h2>
<div class="relative">
<div class="space-y-8">
<div class="timeline-item relative pl-10">
<div class="absolute left-0 top-0 w-3 h-3 bg-blue-500 rounded-full"></div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-100">
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-2">
<h3 class="text-xl font-semibold">PhD in Computer Science</h3>
<span class="text-blue-600 font-medium">2005-2009</span>
</div>
<h4 class="text-gray-700 font-medium mb-2">Stanford University</h4>
<p class="text-gray-600">Specialized in neural networks and early AI architectures</p>
</div>
</div>
<div class="timeline-item relative pl-10">
<div class="absolute left-0 top-0 w-3 h-3 bg-blue-500 rounded-full"></div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-100">
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-2">
<h3 class="text-xl font-semibold">AI Research Scientist</h3>
<span class="text-blue-600 font-medium">2010-2014</span>
</div>
<h4 class="text-gray-700 font-medium mb-2">Google Brain</h4>
<p class="text-gray-600">Led breakthrough research in deep learning applications</p>
</div>
</div>
<div class="timeline-item relative pl-10">
<div class="absolute left-0 top-0 w-3 h-3 bg-blue-500 rounded-full"></div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-100">
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-2">
<h3 class="text-xl font-semibold">Chief AI Officer</h3>
<span class="text-blue-600 font-medium">2015-2018</span>
</div>
<h4 class="text-gray-700 font-medium mb-2">OpenAI</h4>
<p class="text-gray-600">Directed strategic AI initiatives and ethical guidelines</p>
</div>
</div>
<div class="timeline-item relative pl-10">
<div class="absolute left-0 top-0 w-3 h-3 bg-blue-500 rounded-full"></div>
<div class="bg-gray-50 p-6 rounded-lg border border-gray-100">
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-2">
<h3 class="text-xl font-semibold">Founder & CEO</h3>
<span class="text-blue-600 font-medium">2019-Present</span>
</div>
<h4 class="text-gray-700 font-medium mb-2">DeepSeek</h4>
<p class="text-gray-600">Building the next generation of transformative AI technologies</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Keynote Section -->
<section id="keynote" class="py-16 bg-gradient-to-r from-blue-50 to-purple-50">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold mb-12 text-center">Recent Keynote</h2>
<div class="max-w-4xl mx-auto bg-white rounded-xl overflow-hidden shadow-lg">
<div class="md:flex">
<div class="md:w-1/3">
<img class="h-full w-full object-cover" src="https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=400&q=80" alt="Keynote Speaker">
</div>
<div class="p-8 md:w-2/3">
<h3 class="font-bold text-xl mb-2">"The Next Decade of AI"</h3>
<p class="text-gray-600 mb-4">Global AI Summit 2023</p>
<p class="text-gray-700 mb-6">In this groundbreaking talk, our CEO outlines the roadmap for AI development over the next decade, emphasizing the importance of human-AI collaboration and the ethical imperatives facing our industry.</p>
<div class="flex flex-wrap gap-2">
<span class="inline-block bg-blue-100 text-blue-800 text-xs px-2 py-1 rounded-full">#AIEthics</span>
<span class="inline-block bg-purple-100 text-purple-800 text-xs px-2 py-1 rounded-full">#FutureTech</span>
<span class="inline-block bg-indigo-100 text-indigo-800 text-xs px-2 py-1 rounded-full">#Innovation</span>
</div>
<div class="mt-6">
<a href="#" class="text-blue-500 hover:underline flex items-center">
<i class="fas fa-play-circle mr-2"></i> Watch the full keynote
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="py-16 bg-white">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-2 gap-12">
<div>
<h2 class="text-3xl font-bold mb-8">Skills & Certifications</h2>
<div class="mb-8">
<h3 class="text-xl font-semibold mb-4 text-gray-700">Technical Skills</h3>
<div class="space-y-4">
<div>
<h4 class="font-medium">Rapid System Integration</h4>
<div class="w-full bg-gray-200 rounded-full h-2.5 mt-2">
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 95%"></div>
</div>
</div>
<div>
<h4 class="font-medium">Reverse Engineering</h4>
<div class="w-full bg-gray-200 rounded-full h-2.5 mt-2">
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 90%"></div>
</div>
</div>
<div>
<h4 class="font-medium">Multi-Stage AI Design</h4>
<div class="w-full bg-gray-200 rounded-full h-2.5 mt-2">
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 97%"></div>
</div>
</div>
<div>
<h4 class="font-medium">Local AI Optimization</h4>
<div class="w-full bg-gray-200 rounded-full h-2.5 mt-2">
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 88%"></div>
</div>
</div>
</div>
</div>
<div class="mb-8">
<h3 class="text-xl font-semibold mb-4 text-gray-700">Programming Languages</h3>
<div class="grid grid-cols-2 gap-4">
<div class="bg-gray-50 p-4 rounded-lg border border-gray-200">
<div class="flex items-center mb-2">
<i class="fab fa-python text-blue-500 text-xl mr-2"></i>
<span class="font-medium">Python (Expert)</span>
</div>
</div>
<div class="bg-gray-50 p-4 rounded-lg border border-gray-200">
<div class="flex items-center mb-2">
<i class="fab fa-java text-red-500 text-xl mr-2"></i>
<span class="font-medium">Java</span>
</div>
</div>
<div class="bg-gray-50 p-4 rounded-lg border border-gray-200">
<div class="flex items-center mb-2">
<i class="fas fa-code text-green-500 text-xl mr-2"></i>
<span class="font-medium">VBA</span>
</div>
</div>
<div class="bg-gray-50 p-4 rounded-lg border border-gray-200">
<div class="flex items-center mb-2">
<i class="fab fa-js-square text-yellow-500 text-xl mr-2"></i>
<span class="font-medium">JavaScript</span>
</div>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-4 text-gray-700">Certifications</h3>
<div class="space-y-4 mb-8">
<div class="bg-gray-50 p-4 rounded-lg border border-gray-200 flex items-start">
<div class="bg-blue-100 p-3 rounded-lg mr-4 text-blue-600">
<i class="fas fa-certificate text-xl"></i>
</div>
<div>
<h4 class="font-medium">Associate Android Developer</h4>
<p class="text-gray-600 text-sm">Bangkit Academy</p>
</div>
</div>
<div class="bg-gray-50 p-4 rounded-lg border border-gray-200 flex items-start">
<div class="bg-purple-100 p-3 rounded-lg mr-4 text-purple-600">
<i class="fas fa-award text-xl"></i>
</div>
<div>
<h4 class="font-medium">Distinction Graduate</h4>
<p class="text-gray-600 text-sm">Bangkit Academy</p>
</div>
</div>
</div>
<h3 class="text-xl font-semibold mb-4 text-gray-700">Interests</h3>
<div class="flex flex-wrap gap-2">
<span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">AI Research</span>
<span class="bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">DIY Projects</span>
<span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Fanfiction Writing</span>
<span class="bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">Psychology</span>
<span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm">Economic Systems</span>
<span class="bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm">Philosophy</span>
<span class="bg-pink-100 text-pink-800 px-3 py-1 rounded-full text-sm">Culinary Arts</span>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-gray-50">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold mb-12 text-center">Get In Touch</h2>
<div class="grid md:grid-cols-2 gap-12">
<div>
<h3 class="text-xl font-semibold mb-6">Contact Information</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-100 p-3 rounded-lg mr-4 text-blue-600">
<i class="fas fa-envelope text-xl"></i>
</div>
<div>
<h4 class="font-medium text-gray-700">Email</h4>
<a href="mailto:[email protected]" class="text-blue-500 hover:underline">[email protected]</a>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-100 p-3 rounded-lg mr-4 text-purple-600">
<i class="fas fa-phone-alt text-xl"></i>
</div>
<div>
<h4 class="font-medium text-gray-700">Phone</h4>
<p class="text-gray-600">(+62) 859-6597-5929</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-indigo-100 p-3 rounded-lg mr-4 text-indigo-600">
<i class="fab fa-discord text-xl"></i>
</div>
<div>
<h4 class="font-medium text-gray-700">Discord</h4>
<p class="text-gray-600">@pandu.paradox</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-gray-100 p-3 rounded-lg mr-4 text-gray-600">
<i class="fab fa-github text-xl"></i>
</div>
<div>
<h4 class="font-medium text-gray-700">GitHub</h4>
<a href="#" class="text-blue-500 hover:underline">@Iteranya</a>
</div>
</div>
<div class="flex items-start">
<div class="bg-blue-600 p-3 rounded-lg mr-4 text-white">
<i class="fab fa-linkedin-in text-xl"></i>
</div>
<div>
<h4 class="font-medium text-gray-700">LinkedIn</h4>
<a href="#" class="text-blue-500 hover:underline">linkedin.com/in/pandu-dhaulagiri</a>
</div>
</div>
</div>
</div>
<div>
<h3 class="text-xl font-semibold mb-6">Send Me a Message</h3>
<form class="space-y-6">
<div>
<label for="name" class="block text-gray-700 mb-2">Your Name</label>
<input type="text" id="name" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div>
<label for="email" class="block text-gray-700 mb-2">Your Email</label>
<input type="email" id="email" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div>
<label for="message" class="block text-gray-700 mb-2">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
</div>
<button type="submit" class="bg-gradient-to-r from-blue-500 to-purple-500 text-white px-6 py-3 rounded-lg font-medium hover:shadow-lg transition w-full">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-white py-8 border-t border-gray-200">
<div class="container mx-auto px-6">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="flex items-center mb-4 md:mb-0">
<div class="w-10 h-10 rounded-full bg-gradient-to-r from-blue-500 to-purple-500 flex items-center justify-center text-white font-bold text-sm">WA</div>
<h1 class="ml-3 text-lg font-semibold">Wasm<span class="gradient-text font-bold">AI</span></h1>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-600 hover:text-blue-500">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-600 hover:text-blue-500">
<i class="fab fa-linkedin-in text-xl"></i>
</a>
<a href="#" class="text-gray-600 hover:text-blue-500">
<i class="fab fa-github text-xl"></i>
</a>
<a href="#" class="text-gray-600 hover:text-blue-500">
<i class="fab fa-medium text-xl"></i>
</a>
</div>
</div>
<div class="mt-6 text-center text-gray-500 text-sm">
© 2023 WasmAI. All rights reserved.
</div>
</div>
</footer>
<script>
// Simple smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=wasmdashai/wasmai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |