ml / about.html
Shakil2024111's picture
add more features and also fix the manu bar - Initial Deployment
d3e06bf verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Ceramic Innovation Club</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>
.about-hero {
background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('http://static.photos/industry/1200x630/3');
background-size: cover;
background-position: center;
min-height: 50vh;
}
.timeline-item::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 2px;
background: #3b82f6;
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="fixed w-full z-50 bg-white shadow-md">
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center">
<a href="index.html" class="text-2xl font-bold text-gray-800">Ceramic Innovation Club</a>
<div class="hidden md:flex space-x-8">
<a href="index.html" class="text-gray-800 hover:text-blue-600 transition">Home</a>
<a href="about.html" class="text-blue-600 font-semibold">About</a>
<a href="projects.html" class="text-gray-800 hover:text-blue-600 transition">Projects</a>
<a href="events.html" class="text-gray-800 hover:text-blue-600 transition">Events</a>
<a href="members.html" class="text-gray-800 hover:text-blue-600 transition">Members</a>
<a href="gallery.html" class="text-gray-800 hover:text-blue-600 transition">Gallery</a>
<a href="contact.html" class="text-gray-800 hover:text-blue-600 transition">Contact</a>
</div>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</div>
</nav>
<!-- About Hero -->
<section class="about-hero flex items-center justify-center pt-20">
<div class="text-center text-white px-6" data-aos="fade-up">
<h1 class="text-4xl md:text-6xl font-bold mb-6">About Us</h1>
<p class="text-xl md:text-2xl max-w-3xl mx-auto">Discover our mission, vision, and the journey of ceramic innovation</p>
</div>
</section>
<!-- Mission & Vision -->
<section class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div data-aos="fade-right">
<h2 class="text-3xl font-bold mb-6">Our Mission</h2>
<p class="text-lg text-gray-600 mb-6">To advance ceramic technology through innovative research, collaborative projects, and educational initiatives that bridge traditional craftsmanship with modern scientific approaches.</p>
<p class="text-lg text-gray-600">We aim to create a vibrant community where students, researchers, and industry professionals can exchange ideas and push the boundaries of what's possible with ceramic materials.</p>
</div>
<div data-aos="fade-left">
<img src="http://static.photos/science/640x360/4" alt="Ceramic Research" class="rounded-xl shadow-lg w-full">
</div>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center mt-20">
<div data-aos="fade-right">
<img src="http://static.photos/technology/640x360/5" alt="Future Vision" class="rounded-xl shadow-lg w-full">
</div>
<div data-aos="fade-left">
<h2 class="text-3xl font-bold mb-6">Our Vision</h2>
<p class="text-lg text-gray-600 mb-6">To become a leading center for ceramic innovation that drives sustainable technological advancements and inspires the next generation of materials scientists and engineers.</p>
<p class="text-lg text-gray-600">We envision a future where ceramic materials play a central role in solving global challenges through their unique properties and applications across various industries.</p>
</div>
</div>
</div>
</section>
<!-- Timeline -->
<section class="py-20 bg-gray-100">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold text-center mb-16" data-aos="fade-up">Our Journey</h2>
<div class="relative max-w-4xl mx-auto">
<div class="timeline-item relative pl-8 pb-12" data-aos="fade-right">
<div class="absolute -left-1.5 top-0 w-3 h-3 bg-blue-600 rounded-full"></div>
<h3 class="text-xl font-semibold mb-2">Foundation</h3>
<p class="text-gray-600">January 2023 - Established with 15 founding members and faculty support</p>
</div>
<div class="timeline-item relative pl-8 pb-12" data-aos="fade-left">
<div class="absolute -left-1.5 top-0 w-3 h-3 bg-blue-600 rounded-full"></div>
<h3 class="text-xl font-semibold mb-2">First Workshop</h3>
<p class="text-gray-600">March 2023 - Hosted our inaugural ceramic 3D printing workshop</p>
</div>
<div class="timeline-item relative pl-8 pb-12" data-aos="fade-right">
<div class="absolute -left-1.5 top-0 w-3 h-3 bg-blue-600 rounded-full"></div>
<h3 class="text-xl font-semibold mb-2">Industry Partnership</h3>
<p class="text-gray-600">May 2023 - Secured first industry collaboration with CeramicTech Inc.</p>
</div>
<div class="timeline-item relative pl-8" data-aos="fade-left">
<div class="absolute -left-1.5 top-0 w-3 h-3 bg-blue-600 rounded-full"></div>
<h3 class="text-xl font-semibold mb-2">Research Grant</h3>
<p class="text-gray-600">August 2023 - Awarded $50,000 research grant for sustainable ceramics project</p>
</div>
</div>
</div>
</section>
<!-- Values -->
<section class="py-20 bg-white">
<div class="container mx-auto px-6">
<h2 class="text-3xl font-bold text-center mb-16" data-aos="fade-up">Our Values</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="text-center" data-aos="fade-up" data-aos-delay="100">
<div class="w-20 h-20 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-6">
<i data-feather="lightbulb" class="text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Innovation</h3>
<p class="text-gray-600">We embrace creative thinking and experimental approaches to advance ceramic technology</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="200">
<div class="w-20 h-20 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-6">
<i data-feather="users" class="text-green-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Collaboration</h3>
<p class="text-gray-600">We believe in the power of teamwork and interdisciplinary cooperation</p>
</div>
<div class="text-center" data-aos="fade-up" data-aos-delay="300">
<div class="w-20 h-20 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-6">
<i data-feather="award" class="text-purple-600 text-2xl"></i>
</div>
<h3 class="text-xl font-semibold mb-4">Excellence</h3>
<p class="text-gray-600">We strive for the highest standards in research, education, and community engagement</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-4 gap-8">
<div>
<h3 class="text-xl font-semibold mb-4">Ceramic Innovation Club</h3>
<p class="text-gray-400">Pushing the boundaries of ceramic technology through collaboration and innovation</p>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Quick Links</h4>
<ul class="space-y-2">
<li><a href="about.html" class="text-gray-400 hover:text-white transition">About Us</a></li>
<li><a href="projects.html" class="text-gray-400 hover:text-white transition">Projects</a></li>
<li><a href="events.html" class="text-gray-400 hover:text-white transition">Events</a></li>
<li><a href="contact.html" class="text-gray-400 hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Resources</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Research Papers</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Newsletter</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-semibold mb-4">Connect</h4>
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="facebook"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a>
</div>
<p class="mt-4 text-gray-400">contact@ceramicinnovation.org</p>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400">
<p>&copy; 2023 Ceramic Innovation Club. All rights reserved.</p>
</div>
</div>
</footer>
<script>
AOS.init();
feather.replace();
</script>
</body>
</html>