HEX
Server: Apache
System: Linux p3plzcpnl485017.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: rbrijwzv8p53 (8461783)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/rbrijwzv8p53/public_html/ikhlaspur.com/index.html
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Ikhlaspur International</title>
    <link
      href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"
      rel="stylesheet"
    />
    <link
      rel="stylesheet"
      href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
    />
    <link rel="stylesheet" href="/style.css" />
  </head>
  <body>
    <!-- Hero Section -->
    <section class="hero-section">
      <div class="hero-content">
        <h1 class="animate-slide-down">Welcome to Ikhlaspur International</h1>
        <p class="lead animate-slide-up">Choose Your Path to Excellence</p>

        <div class="options-container">
          <div class="option-card school-card animate-slide-left">
            <div class="option-content">
              <div class="icon-wrapper">
                <i class="fas fa-graduation-cap"></i>
              </div>
              <h2>Ikhlaspur International School</h2>
              <p>
                Nurturing young minds for a brighter tomorrow through quality
                education and holistic development.
              </p>
              <a href="schoolindex.html" class="explore-btn">
                Explore School
                <i class="fas fa-arrow-right"></i>
              </a>
            </div>
          </div>

          <div class="option-card institute-card animate-slide-right">
            <div class="option-content">
              <div class="icon-wrapper">
                <i class="fas fa-laptop-code"></i>
              </div>
              <h2>IICMS</h2>
              <p>
                Ikhlaspur International Institute of Computer and Management
                Sciences - Shaping future tech leaders.
              </p>
              <a href="https://icms-ruddy.vercel.app/" class="explore-btn">
                Explore Institute
                <i class="fas fa-arrow-right"></i>
              </a>
            </div>
          </div>
        </div>
      </div>

      <div class="hero-footer">
        <div class="scroll-indicator">
          <span>Scroll to explore</span>
          <i class="fas fa-chevron-down"></i>
        </div>
      </div>
    </section>

    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
  </body>
</html>