<!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="The Weekend Projects - For IT professionals who code creatively beyond the 9-5"><meta name="theme-color" content="#0a0a0c"><title>The Weekend Projects | Code on Your Terms</title><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"><link rel="stylesheet" href="/styles.css"><script type="module">document.querySelectorAll('a[href^="#"]').forEach(t=>{t.addEventListener("click",function(r){r.preventDefault();const e=document.querySelector(this.getAttribute("href"));e&&e.scrollIntoView({behavior:"smooth"})})});
</script></head> <body> <header> <div class="container header-content"> <a href="/" class="logo">
The Weekend <span class="gradient-text">Projects</span> </a> <nav> <a href="#projects">Projects</a> <a href="#blog">Blog</a> <a href="#about">About</a> <a href="#contact">Contact</a> </nav> </div> </header> <main> <!-- Hero Section --> <section class="hero"> <div class="container hero-content"> <h1>Creative Coding <span class="gradient-text">Beyond the 9-5</span></h1> <p>For IT professionals who spend their weekdays doing routine work but use weekends to unleash creativity through side projects, open source contributions, and tech experiments.</p> <div class="cta-buttons"> <a href="#projects" class="btn btn-primary">Explore Projects</a> <a href="#blog" class="btn btn-secondary">Read Tutorials</a> </div> </div> </section> <!-- Projects Section --> <section id="projects" class="projects"> <div class="container"> <div class="section-header"> <h2>Featured Projects</h2> <p>Curated weekend projects from the community</p> </div> <div class="projects-grid"> <div class="project-card"> <div class="project-tags"> <span class="tag">AI</span> <span class="tag">Tool</span> </div> <h3>AI Chat Assistant</h3> <p>A smart chat interface powered by multiple AI models with context awareness and learning capabilities.</p> <div class="project-links"> <a href="#">View Project</a> <span>GitHub</span> </div> </div> <div class="project-card"> <div class="project-tags"> <span class="tag">Open Source</span> <span class="tag">Library</span> </div> <h3>Cloud Toolkit</h3> <p>Collection of utilities for working with cloud platforms, simplifying deployment and management.</p> <div class="project-links"> <a href="#">View Project</a> <span>GitHub</span> </div> </div> <div class="project-card"> <div class="project-tags"> <span class="tag">Web</span> <span class="tag">Framework</span> </div> <h3>Minimal Framework</h3> <p>A lightweight JavaScript framework for building fast, responsive web applications.</p> <div class="project-links"> <a href="#">View Project</a> <span>GitHub</span> </div> </div> <div class="project-card"> <div class="project-tags"> <span class="tag">DevOps</span> <span class="tag">Tool</span> </div> <h3>Automated CI/CD</h3> <p>Streamlined continuous integration and deployment pipeline for modern development workflows.</p> <div class="project-links"> <a href="#">View Project</a> <span>GitHub</span> </div> </div> <div class="project-card"> <div class="project-tags"> <span class="tag">Mobile</span> <span class="tag">App</span> </div> <h3>Productivity Tracker</h3> <p>A cross-platform app for tracking weekend coding sessions and project milestones.</p> <div class="project-links"> <a href="#">View Project</a> <span>GitHub</span> </div> </div> <div class="project-card"> <div class="project-tags"> <span class="tag">AI</span> <span class="tag">Visual</span> </div> <h3>Image Generator</h3> <p>AI-powered image generation tool with custom model fine-tuning capabilities.</p> <div class="project-links"> <a href="#">View Project</a> <span>GitHub</span> </div> </div> </div> </div> </section> <!-- Blog Section --> <section id="blog" class="blog"> <div class="container"> <div class="section-header"> <h2>Latest Tutorials & Articles</h2> <p>Knowledge sharing from weekend developers worldwide</p> </div> <div class="blog-grid"> <article class="blog-card"> <div class="blog-header"></div> <div class="blog-content"> <div class="blog-meta"> <span>⏱️ 8 min read</span> <span>📅 Nov 15, 2025</span> <span>🤖 AI</span> </div> <h3>Building AI Chatbots with Modern APIs</h3> <p>Learn how to create intelligent chat applications using the latest AI APIs and frameworks. Step-by-step guide for developers.</p> <a href="#" class="btn btn-primary">Read More</a> </div> </article> <article class="blog-card"> <div class="blog-header"></div> <div class="blog-content"> <div class="blog-meta"> <span>⏱️ 12 min read</span> <span>📅 Nov 12, 2025</span> <span>📚 Open Source</span> </div> <h3>Contributing to Open Source for the First Time</h3> <p>A complete guide to making your first open source contribution. From finding projects to submitting your pull request.</p> <a href="#" class="btn btn-primary">Read More</a> </div> </article> <article class="blog-card"> <div class="blog-header"></div> <div class="blog-content"> <div class="blog-meta"> <span>⏱️ 6 min read</span> <span>📅 Nov 08, 2025</span> <span>☁️ Cloud</span> </div> <h3>Cloud Deployment Best Practices</h3> <p>Essential tips for deploying applications to the cloud. Learn from experienced developers about reliability, scaling, and cost optimization.</p> <a href="#" class="btn btn-primary">Read More</a> </div> </article> </div> </div> </section> <!-- About Section --> <section id="about" class="about"> <div class="container about-content"> <h2>Why This Exists</h2> <p>We believe that creativity shouldn't be limited to business hours. The Weekend Projects is a community for developers and tech professionals who use their free time to explore, experiment, and contribute. It's about building what you're passionate about, not just what your job requires.</p> </div> </section> </main> <!-- Footer --> <footer id="contact"> <div class="container footer-grid"> <div class="footer-col"> <h4>The Weekend Projects</h4> <p>A platform for IT professionals to showcase their creative coding work done outside regular office hours.</p> </div> <div class="footer-col"> <h4>Quick Links</h4> <a href="#projects">Projects</a> <a href="#blog">Blog</a> <a href="#about">About</a> <a href="#">Submit Project</a> </div> <div class="footer-col"> <h4>Categories</h4> <a href="#">AI & ML</a> <a href="#">Open Source</a> <a href="#">Web Development</a> <a href="#">Cloud & DevOps</a> </div> <div class="footer-col"> <h4>Connect</h4> <a href="#">Twitter</a> <a href="#">GitHub</a> <a href="#">LinkedIn</a> <a href="#">Email</a> </div> </div> <div class="container"> <div class="copyright"> <p>© 2025 The Weekend Projects. All rights reserved.</p> </div> </div> </footer>  </body> </html>