Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Campus Chronicles: Student Life Unleashed</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| </head> | |
| <body class="bg-gray-50"> | |
| <main class="container mx-auto px-4 py-8 mt-8"> | |
| <!-- Hero Section --> | |
| <section class="hero bg-gradient-to-r from-blue-500 to-indigo-600 rounded-xl p-8 text-white mb-12"> | |
| <div class="max-w-3xl mx-auto text-center"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-4">Welcome to Campus Life</h1> | |
| <p class="text-xl mb-8">Your ultimate guide to navigating college experiences, tips, and adventures</p> | |
| <a href="#" class="inline-block bg-white text-blue-600 px-6 py-3 rounded-lg font-semibold hover:bg-gray-100 transition duration-300">Explore Campus</a> | |
| </div> | |
| </section> | |
| <!-- Featured Articles --> | |
| <section class="mb-16"> | |
| <h2 class="text-3xl font-bold mb-6 text-gray-800 border-b pb-2">Featured Stories</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"> | |
| <!-- Article 1 --> | |
| <article class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition duration-300"> | |
| <img src="http://static.photos/education/640x360/1" alt="Student studying" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <span class="text-sm text-blue-600 font-semibold">Study Tips</span> | |
| <h3 class="text-xl font-bold mt-2 mb-3 text-gray-800">10 Study Hacks Every Student Should Know</h3> | |
| <p class="text-gray-600 mb-4">Discover unconventional study techniques that will boost your productivity and grades.</p> | |
| <a href="#" class="text-blue-600 font-medium flex items-center hover:text-blue-700"> | |
| Read more <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </article> | |
| <!-- Article 2 --> | |
| <article class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition duration-300"> | |
| <img src="http://static.photos/people/640x360/2" alt="Friends on campus" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <span class="text-sm text-green-600 font-semibold">Social Life</span> | |
| <h3 class="text-xl font-bold mt-2 mb-3 text-gray-800">Making Friends in College: A Survival Guide</h3> | |
| <p class="text-gray-600 mb-4">Overcoming social anxiety and building meaningful connections during your college years.</p> | |
| <a href="#" class="text-blue-600 font-medium flex items-center hover:text-blue-700"> | |
| Read more <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </article> | |
| <!-- Article 3 --> | |
| <article class="bg-white rounded-xl shadow-md overflow-hidden hover:shadow-lg transition duration-300"> | |
| <img src="http://static.photos/food/640x360/3" alt="Student budget meal" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <span class="text-sm text-purple-600 font-semibold">Budgeting</span> | |
| <h3 class="text-xl font-bold mt-2 mb-3 text-gray-800">Eating Well on a Student Budget</h3> | |
| <p class="text-gray-600 mb-4">Healthy and delicious meal ideas that won't break your limited student budget.</p> | |
| <a href="#" class="text-blue-600 font-medium flex items-center hover:text-blue-700"> | |
| Read more <i data-feather="arrow-right" class="ml-1 w-4 h-4"></i> | |
| </a> | |
| </div> | |
| </article> | |
| </div> | |
| </section> | |
| <!-- Campus Events --> | |
| <section class="mb-16"> | |
| <h2 class="text-3xl font-bold mb-6 text-gray-800 border-b pb-2">Upcoming Events</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> | |
| <!-- Event 1 --> | |
| <div class="bg-white rounded-xl shadow-md p-6 flex"> | |
| <div class="bg-blue-100 text-blue-800 rounded-lg p-4 text-center w-24 flex-shrink-0 mr-6"> | |
| <div class="text-2xl font-bold">15</div> | |
| <div class="text-sm font-medium">OCT</div> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2 text-gray-800">Career Fair 2023</h3> | |
| <p class="text-gray-600 mb-3">Meet top employers and explore internship opportunities.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="mr-2 w-4 h-4"></i> | |
| <span>Main Auditorium, 10AM - 4PM</span> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Event 2 --> | |
| <div class="bg-white rounded-xl shadow-md p-6 flex"> | |
| <div class="bg-green-100 text-green-800 rounded-lg p-4 text-center w-24 flex-shrink-0 mr-6"> | |
| <div class="text-2xl font-bold">22</div> | |
| <div class="text-sm font-medium">OCT</div> | |
| </div> | |
| <div> | |
| <h3 class="text-xl font-bold mb-2 text-gray-800">Hackathon Challenge</h3> | |
| <p class="text-gray-600 mb-3">48-hour coding competition with amazing prizes.</p> | |
| <div class="flex items-center text-sm text-gray-500"> | |
| <i data-feather="map-pin" class="mr-2 w-4 h-4"></i> | |
| <span>Computer Science Building</span> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Student Resources --> | |
| <section> | |
| <h2 class="text-3xl font-bold mb-6 text-gray-800 border-b pb-2">Student Resources</h2> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4"> | |
| <a href="#" class="bg-white rounded-lg shadow p-6 text-center hover:shadow-md transition duration-300"> | |
| <div class="bg-blue-100 text-blue-600 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4"> | |
| <i data-feather="book" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="font-semibold text-lg mb-2">Library</h3> | |
| <p class="text-gray-600 text-sm">Access digital resources and research materials</p> | |
| </a> | |
| <a href="#" class="bg-white rounded-lg shadow p-6 text-center hover:shadow-md transition duration-300"> | |
| <div class="bg-purple-100 text-purple-600 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4"> | |
| <i data-feather="calendar" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="font-semibold text-lg mb-2">Academic Calendar</h3> | |
| <p class="text-gray-600 text-sm">Important dates and deadlines</p> | |
| </a> | |
| <a href="#" class="bg-white rounded-lg shadow p-6 text-center hover:shadow-md transition duration-300"> | |
| <div class="bg-green-100 text-green-600 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4"> | |
| <i data-feather="heart" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="font-semibold text-lg mb-2">Health Services</h3> | |
| <p class="text-gray-600 text-sm">Campus medical and counseling services</p> | |
| </a> | |
| <a href="#" class="bg-white rounded-lg shadow p-6 text-center hover:shadow-md transition duration-300"> | |
| <div class="bg-yellow-100 text-yellow-600 w-16 h-16 mx-auto rounded-full flex items-center justify-center mb-4"> | |
| <i data-feather="dollar-sign" class="w-8 h-8"></i> | |
| </div> | |
| <h3 class="font-semibold text-lg mb-2">Financial Aid</h3> | |
| <p class="text-gray-600 text-sm">Scholarships and student support</p> | |
| </a> | |
| </div> | |
| </section> | |
| </main> | |
| <campus-footer></campus-footer> | |
| <!-- Web Components --> | |
| <script src="components/footer.js"></script> | |
| <script>feather.replace();</script> | |
| <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script> | |
| </body> | |
| </html> |