| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>College Symposium | TechFest 2023</title> |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <style> |
| :root { |
| --primary: #6c5ce7; |
| --secondary: #a29bfe; |
| --accent: #fd79a8; |
| --dark: #2d3436; |
| --light: #f5f6fa; |
| } |
| |
| .gradient-bg { |
| background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); |
| animation: gradientShift 8s ease infinite; |
| background-size: 200% 200%; |
| } |
| |
| @keyframes gradientShift { |
| 0% { background-position: 0% 50%; } |
| 50% { background-position: 100% 50%; } |
| 100% { background-position: 0% 50%; } |
| } |
| .event-card { |
| transition: all 0.3s cubic-bezier(.25,.8,.25,1); |
| border-left: 4px solid transparent; |
| } |
| |
| .event-card:hover { |
| transform: translateY(-8px) scale(1.02); |
| box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.08); |
| border-left: 4px solid var(--accent); |
| } |
| .form-input:focus { |
| box-shadow: 0 0 0 3px rgba(253, 121, 168, 0.3); |
| border-color: var(--accent); |
| } |
| |
| .floating { |
| animation: floating 3s ease-in-out infinite; |
| } |
| |
| @keyframes floating { |
| 0% { transform: translateY(0px); } |
| 50% { transform: translateY(-15px); } |
| 100% { transform: translateY(0px); } |
| } |
| |
| .pulse { |
| animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; |
| } |
| |
| @keyframes pulse { |
| 0%, 100% { opacity: 1; } |
| 50% { opacity: 0.5; } |
| } |
| </style> |
| </head> |
| <body class="font-sans antialiased text-gray-800"> |
| |
| <nav class="gradient-bg text-white shadow-lg"> |
| <div class="container mx-auto px-6 py-4"> |
| <div class="flex items-center justify-between"> |
| <div class="flex items-center"> |
| <i data-feather="cpu" class="mr-2"></i> |
| <span class="font-semibold text-xl">TechFest 2023</span> |
| </div> |
| <div class="hidden md:flex space-x-8"> |
| <a href="#events" class="hover:text-gray-200">Events</a> |
| <a href="#schedule" class="hover:text-gray-200">Schedule</a> |
| <a href="#register" class="hover:text-gray-200">Register</a> |
| <a href="#contact" class="hover:text-gray-200">Contact</a> |
| </div> |
| <button class="md:hidden focus:outline-none" id="menu-btn"> |
| <i data-feather="menu"></i> |
| </button> |
| </div> |
| |
| <div class="hidden md:hidden mt-4 pb-2" id="mobile-menu"> |
| <a href="#events" class="block py-2 hover:text-gray-200">Events</a> |
| <a href="#schedule" class="block py-2 hover:text-gray-200">Schedule</a> |
| <a href="#register" class="block py-2 hover:text-gray-200">Register</a> |
| <a href="#contact" class="block py-2 hover:text-gray-200">Contact</a> |
| </div> |
| </div> |
| </nav> |
|
|
| |
| <header class="gradient-bg text-white py-20 relative overflow-hidden"> |
| <div class="absolute top-0 left-0 w-full h-full opacity-10"> |
| <div class="absolute top-1/4 left-1/4 w-32 h-32 rounded-full bg-white floating" style="animation-delay: 0.5s;"></div> |
| <div class="absolute top-1/3 right-1/3 w-24 h-24 rounded-full bg-white floating" style="animation-delay: 1s;"></div> |
| <div class="absolute bottom-1/4 right-1/4 w-40 h-40 rounded-full bg-white floating" style="animation-delay: 1.5s;"></div> |
| </div> |
| <div class="container mx-auto px-6 text-center"> |
| <h1 class="text-4xl md:text-6xl font-bold mb-6" data-aos="fade-down">Annual College Symposium</h1> |
| <p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto" data-aos="fade-up" data-aos-delay="200"> |
| Join us for a day of innovation, competition and learning |
| </p> |
| <div class="flex justify-center space-x-4"> |
| <a href="#register" class="bg-white text-indigo-800 px-8 py-3 rounded-full font-semibold hover:bg-gray-100 transition duration-300 transform hover:scale-105 active:scale-95 shadow-lg" data-aos="zoom-in" data-aos-delay="400"> |
| Register Now <i data-feather="arrow-right" class="ml-2 animate-bounce inline"></i> |
| </a> |
| <a href="#events" class="border-2 border-white text-white px-8 py-3 rounded-full font-semibold hover:bg-white hover:text-indigo-800 transition duration-300 transform hover:scale-105 active:scale-95" data-aos="zoom-in" data-aos-delay="600"> |
| View Events <i data-feather="chevron-down" class="ml-2 inline"></i> |
| </a> |
| </div> |
| </div> |
| </header> |
|
|
| |
| <section id="events" class="py-16 bg-gray-50 relative"> |
| <div class="absolute top-0 left-0 w-full h-full overflow-hidden opacity-5"> |
| <div class="absolute top-0 left-0 w-full h-full bg-repeat" style="background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\"><circle cx=\"50\" cy=\"50\" r=\"1\" fill=\"%236c5ce7\"/></svg>');"></div> |
| </div> |
| <div class="container mx-auto px-6"> |
| <h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Featured Events</h2> |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| |
| <div class="bg-white rounded-lg shadow-md overflow-hidden event-card transition duration-300" data-aos="fade-up" data-aos-delay="200"> |
| <div class="gradient-bg p-4 text-white"> |
| <h3 class="text-xl font-semibold">Tech Hackathon</h3> |
| </div> |
| <div class="p-6"> |
| <p class="text-gray-600 mb-4">24-hour coding marathon to build innovative solutions for real-world problems.</p> |
| <div class="flex items-center text-gray-500 mb-2"> |
| <i data-feather="clock" class="mr-2"></i> |
| <span>10:00 AM - Next Day 10:00 AM</span> |
| </div> |
| <div class="flex items-center text-gray-500"> |
| <i data-feather="map-pin" class="mr-2"></i> |
| <span>Main Auditorium</span> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white rounded-lg shadow-md overflow-hidden event-card transition duration-300" data-aos="fade-up" data-aos-delay="400"> |
| <div class="gradient-bg p-4 text-white"> |
| <h3 class="text-xl font-semibold">Robo Wars</h3> |
| </div> |
| <div class="p-6"> |
| <p class="text-gray-600 mb-4">Design and battle your robots in this exciting competition of engineering skills.</p> |
| <div class="flex items-center text-gray-500 mb-2"> |
| <i data-feather="clock" class="mr-2"></i> |
| <span>2:00 PM - 5:00 PM</span> |
| </div> |
| <div class="flex items-center text-gray-500"> |
| <i data-feather="map-pin" class="mr-2"></i> |
| <span>Engineering Block</span> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bg-white rounded-lg shadow-md overflow-hidden event-card transition duration-300" data-aos="fade-up" data-aos-delay="600"> |
| <div class="gradient-bg p-4 text-white"> |
| <h3 class="text-xl font-semibold">Paper Presentation</h3> |
| </div> |
| <div class="p-6"> |
| <p class="text-gray-600 mb-4">Present your research papers to a panel of esteemed judges and academicians.</p> |
| <div class="flex items-center text-gray-500 mb-2"> |
| <i data-feather="clock" class="mr-2"></i> |
| <span>9:30 AM - 12:30 PM</span> |
| </div> |
| <div class="flex items-center text-gray-500"> |
| <i data-feather="map-pin" class="mr-2"></i> |
| <span>Seminar Hall</span> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="schedule" class="py-16 bg-white"> |
| <div class="container mx-auto px-6"> |
| <h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Event Schedule</h2> |
| <div class="max-w-4xl mx-auto"> |
| <div class="flex flex-col md:flex-row border-b-2 border-gray-200 py-4" data-aos="fade-up"> |
| <div class="md:w-1/4 font-semibold text-indigo-700">9:00 AM - 9:30 AM</div> |
| <div class="md:w-3/4">Registration & Breakfast</div> |
| </div> |
| <div class="flex flex-col md:flex-row border-b-2 border-gray-200 py-4" data-aos="fade-up" data-aos-delay="100"> |
| <div class="md:w-1/4 font-semibold text-indigo-700">9:30 AM - 10:30 AM</div> |
| <div class="md:w-3/4">Inauguration Ceremony</div> |
| </div> |
| <div class="flex flex-col md:flex-row border-b-2 border-gray-200 py-4" data-aos="fade-up" data-aos-delay="200"> |
| <div class="md:w-1/4 font-semibold text-indigo-700">10:30 AM - 1:30 PM</div> |
| <div class="md:w-3/4">Technical Workshops (Parallel Sessions)</div> |
| </div> |
| <div class="flex flex-col md:flex-row border-b-2 border-gray-200 py-4" data-aos="fade-up" data-aos-delay="300"> |
| <div class="md:w-1/4 font-semibold text-indigo-700">1:30 PM - 2:30 PM</div> |
| <div class="md:w-3/4">Lunch Break</div> |
| </div> |
| <div class="flex flex-col md:flex-row border-b-2 border-gray-200 py-4" data-aos="fade-up" data-aos-delay="400"> |
| <div class="md:w-1/4 font-semibold text-indigo-700">2:30 PM - 5:30 PM</div> |
| <div class="md:w-3/4">Competitions & Events</div> |
| </div> |
| <div class="flex flex-col md:flex-row py-4" data-aos="fade-up" data-aos-delay="500"> |
| <div class="md:w-1/4 font-semibold text-indigo-700">6:00 PM - 7:00 PM</div> |
| <div class="md:w-3/4">Prize Distribution & Closing Ceremony</div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="register" class="py-16 gradient-bg text-white relative overflow-hidden"> |
| <div class="absolute top-0 left-0 w-full h-full opacity-5"> |
| <div class="absolute top-0 left-0 w-full h-full bg-repeat" style="background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\"><circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"%23ffffff\"/></svg>');"></div> |
| </div> |
| <div class="container mx-auto px-6"> |
| <h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Registration Form</h2> |
| <form id="registrationForm" class="max-w-2xl mx-auto bg-white rounded-lg shadow-xl overflow-hidden p-6 text-gray-800" data-aos="zoom-in"> |
| <div class="grid md:grid-cols-2 gap-6"> |
| <div> |
| <label for="name" class="block text-gray-700 font-medium mb-2">Full Name</label> |
| <input type="text" id="name" name="name" required class="w-full px-4 py-2 border rounded-lg form-input focus:outline-none focus:border-indigo-500"> |
| </div> |
| <div> |
| <label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label> |
| <input type="email" id="email" name="email" required class="w-full px-4 py-2 border rounded-lg form-input focus:outline-none focus:border-indigo-500"> |
| </div> |
| <div> |
| <label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label> |
| <input type="tel" id="phone" name="phone" required class="w-full px-4 py-2 border rounded-lg form-input focus:outline-none focus:border-indigo-500"> |
| </div> |
| <div> |
| <label for="college" class="block text-gray-700 font-medium mb-2">College Name</label> |
| <input type="text" id="college" name="college" required class="w-full px-4 py-2 border rounded-lg form-input focus:outline-none focus:border-indigo-500"> |
| </div> |
| </div> |
| <div class="mt-6"> |
| <label class="block text-gray-700 font-medium mb-2">Events to Participate</label> |
| <div class="space-y-2"> |
| <label class="flex items-center"> |
| <input type="checkbox" name="events" value="hackathon" class="rounded text-indigo-600 focus:ring-indigo-500"> |
| <span class="ml-2">Tech Hackathon</span> |
| </label> |
| <label class="flex items-center"> |
| <input type="checkbox" name="events" value="robo_wars" class="rounded text-indigo-600 focus:ring-indigo-500"> |
| <span class="ml-2">Robo Wars</span> |
| </label> |
| <label class="flex items-center"> |
| <input type="checkbox" name="events" value="paper_presentation" class="rounded text-indigo-600 focus:ring-indigo-500"> |
| <span class="ml-2">Paper Presentation</span> |
| </label> |
| <label class="flex items-center"> |
| <input type="checkbox" name="events" value="workshop" class="rounded text-indigo-600 focus:ring-indigo-500"> |
| <span class="ml-2">Technical Workshop</span> |
| </label> |
| </div> |
| </div> |
| <div class="mt-8"> |
| <button type="submit" class="w-full gradient-bg text-white py-3 px-6 rounded-lg font-semibold hover:opacity-90 transition duration-300"> |
| Submit Registration |
| </button> |
| </div> |
| </form> |
| </div> |
| </section> |
|
|
| |
| <section id="contact" class="py-16 bg-gray-50"> |
| <div class="container mx-auto px-6"> |
| <h2 class="text-3xl font-bold text-center mb-12" data-aos="fade-up">Contact Us</h2> |
| <div class="max-w-4xl mx-auto grid md:grid-cols-2 gap-8"> |
| <div data-aos="fade-right"> |
| <h3 class="text-xl font-semibold mb-4">Organizing Committee</h3> |
| <p class="text-gray-600 mb-6">For any queries regarding the symposium events, registration or schedule, please contact our organizing committee members.</p> |
| <div class="space-y-3"> |
| <div class="flex items-center"> |
| <i data-feather="mail" class="mr-3 text-indigo-600"></i> |
| <span>techfest2023@college.edu</span> |
| </div> |
| <div class="flex items-center"> |
| <i data-feather="phone" class="mr-3 text-indigo-600"></i> |
| <span>+91 9876543210</span> |
| </div> |
| <div class="flex items-center"> |
| <i data-feather="map-pin" class="mr-3 text-indigo-600"></i> |
| <span>Main Campus, College Road, City - 600001</span> |
| </div> |
| </div> |
| </div> |
| <div data-aos="fade-left"> |
| <h3 class="text-xl font-semibold mb-4">Send us a message</h3> |
| <form class="space-y-4"> |
| <div> |
| <input type="text" placeholder="Your Name" class="w-full px-4 py-2 border rounded-lg form-input focus:outline-none focus:border-indigo-500"> |
| </div> |
| <div> |
| <input type="email" placeholder="Your Email" class="w-full px-4 py-2 border rounded-lg form-input focus:outline-none focus:border-indigo-500"> |
| </div> |
| <div> |
| <textarea placeholder="Your Message" rows="4" class="w-full px-4 py-2 border rounded-lg form-input focus:outline-none focus:border-indigo-500"></textarea> |
| </div> |
| <button type="submit" class="gradient-bg text-white py-2 px-6 rounded-lg font-semibold hover:opacity-90 transition duration-300"> |
| Send Message |
| </button> |
| </form> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <footer class="gradient-bg text-white py-8"> |
| <div class="container mx-auto px-6"> |
| <div class="flex flex-col md:flex-row justify-between items-center"> |
| <div class="mb-4 md:mb-0"> |
| <div class="flex items-center"> |
| <i data-feather="cpu" class="mr-2"></i> |
| <span class="font-semibold text-lg">TechFest 2023</span> |
| </div> |
| <p class="mt-2 text-sm text-gray-200">Annual College Symposium</p> |
| </div> |
| <div class="flex space-x-6"> |
| <a href="#" class="hover:text-gray-300"> |
| <i data-feather="facebook"></i> |
| </a> |
| <a href="#" class="hover:text-gray-300"> |
| <i data-feather="twitter"></i> |
| </a> |
| <a href="#" class="hover:text-gray-300"> |
| <i data-feather="instagram"></i> |
| </a> |
| <a href="#" class="hover:text-gray-300"> |
| <i data-feather="linkedin"></i> |
| </a> |
| </div> |
| </div> |
| <div class="border-t border-gray-700 mt-6 pt-6 text-center text-sm text-gray-300"> |
| <p>© 2023 College Symposium. All rights reserved.</p> |
| </div> |
| </div> |
| </footer> |
|
|
| |
| <div id="successModal" class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50 hidden"> |
| <div class="bg-white rounded-lg p-8 max-w-md mx-4" data-aos="zoom-in"> |
| <div class="text-center"> |
| <div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4"> |
| <i data-feather="check" class="text-green-600 w-8 h-8"></i> |
| </div> |
| <h3 class="text-2xl font-semibold text-gray-800 mb-2">Registration Successful!</h3> |
| <p class="text-gray-600 mb-6">Thank you for registering for TechFest 2023. We've sent a confirmation email to your registered address.</p> |
| <button id="closeModal" class="gradient-bg text-white py-2 px-6 rounded-lg font-semibold hover:opacity-90 transition duration-300"> |
| Close |
| </button> |
| </div> |
| </div> |
| </div> |
|
|
| <script> |
| |
| AOS.init({ |
| duration: 1000, |
| once: false, |
| mirror: true, |
| easing: 'ease-out-back' |
| }); |
| |
| |
| document.querySelectorAll('section').forEach((section, index) => { |
| section.style.transition = 'all 0.5s ease-out'; |
| section.style.transform = 'translateY(20px)'; |
| section.style.opacity = '0'; |
| |
| const observer = new IntersectionObserver((entries) => { |
| entries.forEach(entry => { |
| if (entry.isIntersecting) { |
| entry.target.style.transform = 'translateY(0)'; |
| entry.target.style.opacity = '1'; |
| } |
| }); |
| }, { threshold: 0.1 }); |
| |
| observer.observe(section); |
| }); |
| |
| |
| document.querySelectorAll('a, button').forEach(btn => { |
| btn.addEventListener('mouseenter', () => { |
| btn.style.transform = 'scale(1.05)'; |
| }); |
| btn.addEventListener('mouseleave', () => { |
| btn.style.transform = 'scale(1)'; |
| }); |
| }); |
| |
| |
| const menuBtn = document.getElementById('menu-btn'); |
| const mobileMenu = document.getElementById('mobile-menu'); |
| |
| menuBtn.addEventListener('click', () => { |
| mobileMenu.classList.toggle('hidden'); |
| feather.replace(); |
| }); |
| |
| |
| const registrationForm = document.getElementById('registrationForm'); |
| const successModal = document.getElementById('successModal'); |
| const closeModal = document.getElementById('closeModal'); |
| |
| registrationForm.addEventListener('submit', (e) => { |
| e.preventDefault(); |
| |
| |
| successModal.classList.remove('hidden'); |
| }); |
| |
| closeModal.addEventListener('click', () => { |
| successModal.classList.add('hidden'); |
| registrationForm.reset(); |
| }); |
| |
| |
| feather.replace(); |
| </script> |
| </body> |
| </html> |
|
|