Skip to content

hopescore0ux/Booking-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Booking-

Booking agency

        <title>CelebConnect — Fan Membership & Charity</title>      <style>     :root {       --bg:#fdfdfd; --card:#ffffff; --muted:#6b7280;       --accent:#e11d48; --accent-2:#f97316;       --radius:14px; --shadow:0 8px 30px rgba(0,0,0,0.08);       --max-width:1100px; --fw-regular:400; --fw-bold:700;     }     html.dark { --bg:#111827; --card:#1f2937; --muted:#9ca3af; --accent:#f43f5e; --accent-2:#fb923c; color-scheme:dark; }     *,*::before,*::after{box-sizing:border-box}     body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:#111;line-height:1.5;padding:20px;display:flex;justify-content:center}     .site{width:100%;max-width:var(--max-width);background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}     header{display:flex;justify-content:space-between;align-items:center;padding:18px 28px;background:var(--accent);color:white}     .brand{display:flex;gap:12px;align-items:center}     .logo{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;font-weight:900}     nav a{color:white;text-decoration:none;margin-left:14px;font-weight:600}     nav a:hover{text-decoration:underline}     .hero{padding:50px 28px;display:grid;grid-template-columns:1fr 400px;gap:28px;align-items:center}     .hero h2{margin:0 0 14px;font-size:2.2rem}     .lead{color:var(--muted);font-size:1.1rem;margin:0 0 18px}     .btn{display:inline-block;padding:12px 18px;border-radius:10px;background:var(--accent);color:white;font-weight:700;text-decoration:none}     .btn.secondary{background:var(--accent-2)}     .features{padding:40px 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}     .feature{background:var(--card);padding:20px;border-radius:12px;box-shadow:var(--shadow)}     .feature h3{margin:0 0 8px}     .feature p{margin:0;color:var(--muted)}     .pricing{padding:40px 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}     .plan{padding:20px;border-radius:12px;background:var(--card);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}     .price{font-size:1.6rem;font-weight:var(--fw-bold)}     .testimonials{padding:40px 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}     .testimonial{background:var(--card);padding:18px;border-radius:12px;box-shadow:var(--shadow)}     .contact{padding:40px 28px;display:grid;grid-template-columns:1fr 300px;gap:20px}     form{display:flex;flex-direction:column;gap:12px}     input,textarea,select{padding:10px;border-radius:8px;border:1px solid #ddd}     footer{padding:20px 28px;text-align:center;color:var(--muted);background:#f9fafb}     @media(max-width:800px){       .hero{grid-template-columns:1fr}       .features{grid-template-columns:1fr}       .pricing{grid-template-columns:1fr}       .contact{grid-template-columns:1fr}     }   </style>
          
      
      

CelebConnect

    
           Features       Membership       Fans       Contact        

     

    
      

Get closer to your favourite celebrity ❤️

      

Apply for your fan membership card, donate to global charity projects, and join unforgettable meet & greet vacations.

      Join Now       Contact Us     
    
      Celebrity Fans     
  

     

    
      

🎫 Fan Membership Card

      

Exclusive access to events, updates, and personalized fan perks.

    
    
      

🌍 Donate to Charity

      

Support causes your celebrity cares about and make a difference globally.

    
    
      

✈️ Meet & Greets Vacations

      

Travel, relax, and connect with your idols in dream destinations.

    
  

     

    
      

Free

      

Stay updated

      
$0
      
            
  • Newsletter updates
  •         
  • Charity news
  •       
      Get Started     
    
      

Premium

      

Fan card + perks

      
$20/mo
      
            
  • Fan membership card
  •         
  • Priority event invites
  •       
      Go Premium     
    
      

VIP

      

All access

      
$99/mo
      
            
  • Meet & greet vacations
  •         
  • Exclusive charity dinners
  •       
      Join VIP     
  

     

    
      Jane D.       

“Meeting my favourite artist through CelebConnect was a dream come true!”

    
    
      Sam R.       

“I love that I can donate to charity projects supported by my idol.”

    
    
      Alicia K.       

“The fan card gave me early access to the meet & greet vacation — unforgettable memories!”

    
  

     

    
      

Contact Us

      

Want to apply for a fan card, donate, or plan a meet & greet? Send us a message.

                                            Choose topic           Membership           Charity           Meet & Greets                  <textarea rows="4" placeholder="Your message..." required></textarea>         Send            
    
      

Contact Info

      

Email: hello@celebconnect.com

      

Location: Worldwide

    
  

     

    © CelebConnect — Connecting Fans & Celebrities               
                        Subscribe              

        ✅ Thanks for subscribing! Check your email for confirmation.       

    
  

<script> document.addEventListener("DOMContentLoaded", () => {   // Year auto-update   document.getElementById("year").textContent = new Date().getFullYear();   // Newsletter form handler   const form = document.getElementById("newsletter-form");   if (!form) return;   form.addEventListener("submit", async function(event) {     event.preventDefault();     const data = new FormData(form);     const response = await fetch(form.action, {       method: form.method,       body: data,       headers: { 'Accept': 'application/json' }     });     const message = document.getElementById("newsletter-message");     if (response.ok) {       message.style.color = "green";       message.textContent = "✅ Thanks for subscribing! Check your email for confirmation.";       message.style.display = "block";       form.reset();     } else {       message.style.color = "red";       message.textContent = "❌ Oops, something went wrong. Please try again.";       message.style.display = "block";     }   }); }); </script>

About

Booking agency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors