|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Abdullah</title> |
| 7 | + <link rel="stylesheet" href="style.css"> |
| 8 | +</head> |
| 9 | +<body> |
| 10 | + |
| 11 | + <div class="header"> |
| 12 | + <h1 class="name">Abdullah</h1> |
| 13 | + <span class="contact"> |
| 14 | + Contact: 03115381762 | |
| 15 | + Email: |
| 16 | + <a href="mailto:iamabdullahakhtar@gmail.com">iamabdullahakhtar@gmail.com</a> |
| 17 | + </span> |
| 18 | + </div> |
| 19 | + |
| 20 | + <div class="about-me" data-aos="fade-up"> |
| 21 | + <h2>About Me:</h2> |
| 22 | + <p>👋 Hi, I'm <strong>Abdullah</strong>, a Full Stack Developer building clean, modern, and functional websites and software.</p> |
| 23 | + <p>💡 I work on turning concepts into practical code with a focus on clarity and performance.</p> |
| 24 | + <p>🖥️ I use <strong>HTML, CSS, and JavaScript</strong> to develop responsive web interfaces and dynamic user experiences.</p> |
| 25 | + <p>🎮 I build 2D and simple 3D <strong>games</strong> with modern tools and engines, focusing on mechanics, performance, and design.</p> |
| 26 | + <p>📱 I develop <strong>mobile applications</strong> with clean UI, smooth functionality, and real-world use cases.</p> |
| 27 | + <p>🤖 I work with <strong>AI integrations</strong> using APIs and automation tools to build smart systems for websites, apps, and games.</p> |
| 28 | + <p>🤝 Open to collaborations and projects where I can apply these skills effectively.</p> |
| 29 | + </div> |
| 30 | + |
| 31 | + <div class="skills-section"> |
| 32 | + <h2>Skills & Tools</h2> |
| 33 | + <ul> |
| 34 | + <li>💻 Frontend: HTML, CSS, JavaScript</li> |
| 35 | + <li>🎮 Game Development: GDevelop, Godot, Unity basics</li> |
| 36 | + <li>📱 App Development: Flutter, Android basics</li> |
| 37 | + <li>🤖 AI Integration: OpenAI APIs, Automation</li> |
| 38 | + </ul> |
| 39 | + </div> |
| 40 | + |
| 41 | + <div class="projects-section" data-aos="fade-right"> |
| 42 | + <h2>Projects</h2> |
| 43 | + <div class="project-grid"> |
| 44 | + <div class="project-item"> |
| 45 | + <h3>Inventory Management System</h3> |
| 46 | + <p>Built for a local retailer with real-time stock tracking, automated low-stock alerts, and sales reporting. Reduced inventory errors by 40%.</p> |
| 47 | + <p><strong>Tech:</strong> JavaScript, Node.js, MongoDB</p> |
| 48 | + </div> |
| 49 | + <div class="project-item"> |
| 50 | + <h3>Procedural Game Map Generator</h3> |
| 51 | + <p>Created an algorithm that generates unique 2D game maps with balanced terrain distribution and pathfinding-ready layouts.</p> |
| 52 | + <p><strong>Tech:</strong> Godot, GDScript</p> |
| 53 | + </div> |
| 54 | + <div class="project-item"> |
| 55 | + <h3>Mobile Farm Management App</h3> |
| 56 | + <p>Helps small farmers track crop cycles, expenses, and yields. Offline-capable with cloud sync for rural areas with poor connectivity.</p> |
| 57 | + <p><strong>Tech:</strong> Flutter, Firebase</p> |
| 58 | + </div> |
| 59 | + <div class="project-item"> |
| 60 | + <h3>Document Processing Automation</h3> |
| 61 | + <p>System that extracts key data from scanned documents, validates it against business rules, and integrates with existing databases.</p> |
| 62 | + <p><strong>Tech:</strong> Python, OpenCV, Tesseract OCR</p> |
| 63 | + </div> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + |
| 67 | + <div class="stack-section"> |
| 68 | + <h2>Tech Stack</h2> |
| 69 | + <div class="stack-grid"> |
| 70 | + <div class="stack-item"data-aos="zoom-in"> |
| 71 | + <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg" alt="HTML"> |
| 72 | + <span>HTML</span> |
| 73 | + </div> |
| 74 | + <div class="stack-item" data-aos="zoom-in"> |
| 75 | + <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg" alt="CSS"> |
| 76 | + <span>CSS</span> |
| 77 | + </div> |
| 78 | + <div class="stack-item" data-aos="zoom-in"> |
| 79 | + <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg" alt="JavaScript"> |
| 80 | + <span>JavaScript</span> |
| 81 | + </div> |
| 82 | + <div class="stack-item" data-aos="zoom-in"> |
| 83 | + <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/godot/godot-original.svg" alt="Godot"> |
| 84 | + <span>Godot</span> |
| 85 | + </div> |
| 86 | + <div class="stack-item" data-aos="zoom-in"> |
| 87 | + <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/flutter/flutter-original.svg" alt="Flutter"> |
| 88 | + <span>Flutter</span> |
| 89 | + </div> |
| 90 | + <div class="stack-item" data-aos="zoom-in"> |
| 91 | + <img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/python/python-original.svg" alt="Python"> |
| 92 | + <span>Python</span> |
| 93 | + </div> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | +<link href="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.css" rel="stylesheet"> |
| 97 | +<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.js"></script> |
| 98 | + |
| 99 | +<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script> |
| 100 | + |
| 101 | +<script src="script.js"></script> |
| 102 | + |
| 103 | + |
| 104 | +</body> |
| 105 | +</html> |
| 106 | + |
| 107 | + |
| 108 | + |
0 commit comments