HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/Siyum_old/wp-content/themes/siyum/page-programs.php
<?php /* Template Name: Programs Page */
get_header();
?>

<div class="coming-soon-wrap">
    <div class="txt-border">
      <span>PROGRAMS</span>
      <span>COMING SOON</span>
    </div>
    <img src="<?php echo get_template_directory_uri(); ?>/img/coming-soon.png" alt="" class="main-img">
    <div class="head">
      <h2 class="title">Coming Soon</h2>
      <p class="para">Get ready for an incredible lineup of programs designed just for you! Exciting opportunities,
        engaging activities, and enriching experiences are on the horizon. Stay tuned for updates!</p>
    </div>
    <!-- <div class="form-outer-wrap">
      <form action="" class="form-wrap">
        <input type="text" placeholder="Enter Email ID" class="txt">
        <div class="btn-wrap">
          <a href="#" class="btn"><img src="<?php echo get_template_directory_uri(); ?>/img/msg.svg" alt="" class="img"><span>Contact Our Team</span></a>
        </div>
         
      </form>
    </div> -->
  </div>

<?php get_footer(); ?>