<!-- -- Uploaded on : https://haxor.my.id/open/updatemepo.html -- Official Web : https://prinsh.com -- script-deface-generator.prinsh.com --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Sumaiya Sumu | Portfolio</title> <style> * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Segoe UI', sans-serif; background: #f4f7fa; color: #333; } header { background: #0d47a1; color: white; padding: 50px 20px; text-align: center; } header h1 { font-size: 48px; margin-bottom: 10px; } header p { font-size: 20px; } nav { background: #1e88e5; display: flex; justify-content: center; gap: 30px; padding: 15px 0; } nav a { color: white; text-decoration: none; font-weight: bold; } section { max-width: 1100px; margin: 40px auto; padding: 20px; } h2 { text-align: center; color: #1a237e; margin-bottom: 30px; } .about, .projects, .skills, .contact { background: white; padding: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 40px; } .about p, .contact p { font-size: 16px; line-height: 1.6; } .projects .project, .skills .skill { margin-bottom: 20px; } .project-title { font-size: 20px; font-weight: bold; margin-bottom: 5px; } .skill { font-size: 16px; color: #555; } footer { text-align: center; background: #e0e0e0; padding: 20px; font-size: 14px; } </style> </head> <body> <header> <h1>Sumaiya Sumu</h1> <p>Web Developer | UI/UX Designer | Digital Creator</p> </header> <nav> <a href="#about">About</a> <a href="#projects">Projects</a> <a href="#skills">Skills</a> <a href="#contact">Contact</a> </nav> <section id="about" class="about"> <h2>About Me</h2> <p> Hello! I'm Sumaiya Sumu, a passionate web developer and UI/UX designer based in Bangladesh. I love building beautiful, user-friendly websites and digital experiences. Whether it's designing clean interfaces or coding functional apps, I bring creativity and detail to every project. </p> </section> <section id="projects" class="projects"> <h2>My Projects</h2> <div class="project"> <div class="project-title">AppSubHub.com</div> <p>A platform for discovering and purchasing premium app and game subscriptions. Built with HTML, CSS, and JavaScript.</p> </div> <div class="project"> <div class="project-title">Portfolio Website</div> <p>My personal website showcasing my skills, projects, and contact information.</p> </div> </section> <section id="skills" class="skills"> <h2>Skills</h2> <div class="skill">HTML5, CSS3, JavaScript</div> <div class="skill">Responsive Web Design</div> <div class="skill">UI/UX Design (Figma, Adobe XD)</div> <div class="skill">WordPress, Hosting Setup</div> <div class="skill">Basic Python & Git</div> </section> <section id="contact" class="contact"> <h2>Contact Me</h2> <p>If you want to work together or have any questions, feel free to reach out!</p> <p>Email: sumu8129@gmail.com</p> <p>Facebook: <a href="#">https://www.facebook.com/share/18nNnidBz5/?mibextid=qi2Omg</a></p> </section> <footer> © 2025 Sumaiya Sumu | All Rights Reserved </footer> </body> </html>