HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ubuntu-8gb-hel1-1 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /var/www/html/obaasimaghana/app/views/pages/help.php
<?php
$title = 'Help Center - ' . APP_NAME;
ob_start();
?>

<div class="container mx-auto px-4 py-8">
    <!-- Hero Section -->
    <div class="text-center mb-12">
        <h1 class="text-4xl font-bold text-gray-900 mb-4">How can we help you?</h1>
        <p class="text-xl text-gray-600 max-w-3xl mx-auto">
            Find answers to common questions or get in touch with our support team.
        </p>
    </div>

    <!-- Search Section -->
    <div class="max-w-2xl mx-auto mb-12">
        <div class="relative">
            <input type="text" 
                   placeholder="Search for help..." 
                   class="w-full px-6 py-4 rounded-lg border border-gray-300 focus:outline-none focus:border-emerald-500 shadow-sm">
            <button class="absolute right-3 top-1/2 transform -translate-y-1/2 text-gray-400 hover:text-gray-600">
                <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"/>
                </svg>
            </button>
        </div>
    </div>

    <!-- Quick Links -->
    <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6 mb-16">
        <a href="#getting-started" class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow">
            <div class="text-emerald-600 mb-4">
                <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
                </svg>
            </div>
            <h3 class="text-lg font-semibold text-gray-900 mb-2">Getting Started</h3>
            <p class="text-gray-600">Learn the basics of using our platform</p>
        </a>

        <a href="#account" class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow">
            <div class="text-emerald-600 mb-4">
                <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/>
                </svg>
            </div>
            <h3 class="text-lg font-semibold text-gray-900 mb-2">Account & Profile</h3>
            <p class="text-gray-600">Manage your account settings</p>
        </a>

        <a href="#courses" class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow">
            <div class="text-emerald-600 mb-4">
                <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"/>
                </svg>
            </div>
            <h3 class="text-lg font-semibold text-gray-900 mb-2">Courses & Learning</h3>
            <p class="text-gray-600">Course-related questions and support</p>
        </a>

        <a href="#technical" class="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow">
            <div class="text-emerald-600 mb-4">
                <svg class="w-8 h-8" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z"/>
                    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"/>
                </svg>
            </div>
            <h3 class="text-lg font-semibold text-gray-900 mb-2">Technical Support</h3>
            <p class="text-gray-600">Technical issues and troubleshooting</p>
        </a>
    </div>

    <!-- FAQ Sections -->
    <div class="max-w-4xl mx-auto">
        <!-- Getting Started FAQ -->
        <div id="getting-started" class="mb-12">
            <h2 class="text-2xl font-bold text-gray-900 mb-6">Getting Started</h2>
            <div class="space-y-4">
                <div class="bg-white rounded-lg shadow-md p-6">
                    <h3 class="text-lg font-semibold text-gray-900 mb-2">How do I create an account?</h3>
                    <p class="text-gray-600">Click the "Sign Up" button in the top right corner and follow the registration process. You'll need to provide your email address and create a password.</p>
                </div>
                <div class="bg-white rounded-lg shadow-md p-6">
                    <h3 class="text-lg font-semibold text-gray-900 mb-2">How do I enroll in a course?</h3>
                    <p class="text-gray-600">Browse our course catalog, select a course you're interested in, and click the "Enroll Now" button. You can start learning immediately after enrollment.</p>
                </div>
            </div>
        </div>

        <!-- Account FAQ -->
        <div id="account" class="mb-12">
            <h2 class="text-2xl font-bold text-gray-900 mb-6">Account & Profile</h2>
            <div class="space-y-4">
                <div class="bg-white rounded-lg shadow-md p-6">
                    <h3 class="text-lg font-semibold text-gray-900 mb-2">How do I reset my password?</h3>
                    <p class="text-gray-600">Click the "Forgot Password" link on the login page. We'll send you an email with instructions to reset your password.</p>
                </div>
                <div class="bg-white rounded-lg shadow-md p-6">
                    <h3 class="text-lg font-semibold text-gray-900 mb-2">Can I update my profile information?</h3>
                    <p class="text-gray-600">Yes, you can update your profile information by going to your account settings. Click on your profile picture in the top right corner and select "Settings".</p>
                </div>
            </div>
        </div>
    </div>

    <!-- Contact Section -->
    <div class="bg-emerald-50 rounded-lg p-8 mt-16">
        <div class="max-w-4xl mx-auto text-center">
            <h2 class="text-2xl font-bold text-gray-900 mb-4">Still need help?</h2>
            <p class="text-gray-600 mb-8">
                Our support team is here to help you with any questions or issues you may have.
            </p>
            <div class="flex flex-wrap justify-center gap-6">
                <a href="mailto:support@obaasima.com" class="flex items-center gap-2 text-emerald-600 hover:text-emerald-700">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/>
                    </svg>
                    <span>support@obaasima.com</span>
                </a>
                <a href="tel:+1234567890" class="flex items-center gap-2 text-emerald-600 hover:text-emerald-700">
                    <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/>
                    </svg>
                    <span>+1 (234) 567-890</span>
                </a>
            </div>
        </div>
    </div>
</div>

<?php
$content = ob_get_clean();
require_once APP_PATH . '/views/layouts/main.php';
?>