<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Community Services | Marketing 720</title>
<meta name="description" content="Empowering local growth, outreach, and engagement through Marketing 720 Community Services.">
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
brand: {
50: '#eef2ff',
100: '#e0e7ff',
500: '#6366f1',
600: '#4f46e5',
700: '#4338ca',
900: '#312e81',
}
}
}
}
}
</script>
</head>
<body class="bg-slate-50 text-slate-800 antialiased flex flex-col min-h-screen">
<!-- Header Navigation -->
<header class="sticky top-0 z-50 bg-white/90 backdrop-blur-md border-b border-slate-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-16 flex items-center justify-between">
<a href="community_services.html" class="flex items-center space-x-2 font-bold text-xl text-slate-900">
<span class="text-brand-600">Marketing 720</span>
<span class="text-xs font-semibold uppercase tracking-wider bg-brand-50 text-brand-700 px-2 py-1 rounded">Community</span>
</a>
<nav class="hidden md:flex space-x-8 text-sm font-medium text-slate-600">
<a href="#about" class="hover:text-brand-600 transition-colors">About Us</a>
<a href="#initiatives" class="hover:text-brand-600 transition-colors">Initiatives</a>
<a href="#impact" class="hover:text-brand-600 transition-colors">Impact</a>
<a href="#contact" class="hover:text-brand-600 transition-colors">Contact</a>
</nav>
<a href="#contact" class="inline-flex items-center justify-center px-4 py-2 text-sm font-medium text-white bg-brand-600 rounded-lg hover:bg-brand-700 transition-colors shadow-sm">
Get Involved
</a>
</div>
</header>
<!-- Main Content -->
<main class="flex-grow">
<!-- Hero Section -->
<section class="py-20 md:py-28 bg-gradient-to-b from-white to-slate-50 border-b border-slate-100">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<span class="inline-block px-3 py-1 text-xs font-semibold text-brand-700 bg-brand-50 rounded-full mb-4">Empowering Neighborhoods</span>
<h1 class="text-4xl sm:text-5xl lg:text-6xl font-extrabold text-slate-900 tracking-tight max-w-4xl mx-auto leading-tight">
Connecting Communities Through Purposeful Action
</h1>
<p class="mt-6 text-lg sm:text-xl text-slate-600 max-w-2xl mx-auto">
Welcome to the Community Services initiative by Marketing 720. We bridge resources, outreach, and local organizations to make a lasting impact.
</p>
<div class="mt-8 flex justify-center gap-4">
<a href="#initiatives" class="px-6 py-3 text-base font-medium text-white bg-brand-600 rounded-lg hover:bg-brand-700 shadow-md transition-colors">
Explore Programs
</a>
<a href="#about" class="px-6 py-3 text-base font-medium text-slate-700 bg-white border border-slate-300 rounded-lg hover:bg-slate-50 transition-colors">
Learn More
</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h2 class="text-3xl font-bold text-slate-900">Dedicated to Local Growth and Outreach</h2>
<p class="mt-4 text-slate-600 leading-relaxed">
At Marketing 720, community services go beyond simple outreach. We design targeted programs that support local causes, streamline non-profit marketing, and foster active civic engagement.
</p>
<p class="mt-4 text-slate-600 leading-relaxed">
Whether supporting local events, connecting volunteers with projects, or delivering resources where they are needed most, our goal remains constant: building stronger connections.
</p>
</div>
<div class="bg-slate-100 rounded-2xl p-8 border border-slate-200 shadow-inner flex flex-col justify-center items-center text-center">
<svg class="w-16 h-16 text-brand-600 mb-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path>
</svg>
<h3 class="text-xl font-bold text-slate-900">Partner With Us</h3>
<p class="mt-2 text-sm text-slate-600 max-w-xs">Are you a non-profit or local organizer? Let’s collaborate on your next campaign.</p>
</div>
</div>
</section>
<!-- Key Initiatives Section -->
<section id="initiatives" class="py-16 bg-white border-y border-slate-200">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-slate-900">Our Core Initiatives</h2>
<p class="mt-2 text-slate-600">Discover how we contribute to positive community development.</p>
</div>
<div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Card 1 -->
<div class="p-6 bg-slate-50 border border-slate-200 rounded-xl hover:shadow-md transition-shadow">
<div class="w-10 h-10 flex items-center justify-center rounded-lg bg-brand-100 text-brand-600 mb-4 font-bold">01</div>
<h3 class="text-xl font-semibold text-slate-900 mb-2">Non-Profit Marketing Support</h3>
<p class="text-slate-600 text-sm">Providing strategic guidance and promotional tools to help local organizations amplify their reach.</p>
</div>
<!-- Card 2 -->
<div class="p-6 bg-slate-50 border border-slate-200 rounded-xl hover:shadow-md transition-shadow">
<div class="w-10 h-10 flex items-center justify-center rounded-lg bg-brand-100 text-brand-600 mb-4 font-bold">02</div>
<h3 class="text-xl font-semibold text-slate-900 mb-2">Local Event Coordination</h3>
<p class="text-slate-600 text-sm">Organizing and supporting neighborhood events, workshops, and educational programs.</p>
</div>
<!-- Card 3 -->
<div class="p-6 bg-slate-50 border border-slate-200 rounded-xl hover:shadow-md transition-shadow">
<div class="w-10 h-10 flex items-center justify-center rounded-lg bg-brand-100 text-brand-600 mb-4 font-bold">03</div>
<h3 class="text-xl font-semibold text-slate-900 mb-2">Resource Distribution</h3>
<p class="text-slate-600 text-sm">Facilitating partnerships to ensure essential support and materials reach those who need them most.</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="max-w-xl mx-auto text-center">
<h2 class="text-3xl font-bold text-slate-900">Get in Touch</h2>
<p class="mt-2 text-slate-600">Have a question or proposal for community partnership? Drop us a message.</p>
<form action="#" method="POST" class="mt-8 space-y-4 text-left">
<div>
<label for="name" class="block text-sm font-medium text-slate-700 mb-1">Full Name</label>
<input type="text" id="name" name="name" required class="w-full px-4 py-2 border border-slate-300 rounded-lg focus:ring-2 focus:ring-brand-500 focus:border-brand-500 outline-none transition-all">
</div>
<div>
<label for="email" class="block text-sm font-medium text-slate-700 mb-1">Email Address</label>
<input type="email" id="email" name="email" required class="w-full px-4 py-2 border border-slate-300 rounded-lg focus:ring-2 focus:ring-brand-500 focus:border-brand-500 outline-none transition-all">
</div>
<div>
<label for="message" class="block text-sm font-medium text-slate-700 mb-1">Message</label>
<textarea id="message" name="message" rows="4" required class="w-full px-4 py-2 border border-slate-300 rounded-lg focus:ring-2 focus:ring-brand-500 focus:border-brand-500 outline-none transition-all"></textarea>
</div>
<button type="submit" class="w-full py-3 px-6 text-white font-medium bg-brand-600 rounded-lg hover:bg-brand-700 transition-colors shadow-sm">
Send Message
</button>
</form>
</div>
</section>
</main>
<!-- Footer -->
<footer class="bg-slate-900 text-slate-400 py-8 border-t border-slate-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col sm:flex-row justify-between items-center text-sm gap-4">
<p>© <script>document.write(new Date().getFullYear())</script> Community Services | Marketing 720. All rights reserved.</p>
<div class="flex space-x-6">
<a href="https://marketing720.com" class="hover:text-white transition-colors">Main Site</a>
<a href="#about" class="hover:text-white transition-colors">About</a>
<a href="#contact" class="hover:text-white transition-colors">Contact</a>
</div>
</div>
</footer>
</body>
</html>