PHP 8.5.2
Preview: header.php Size: 9.86 KB
/home/serveshikshafoundation/htdocs/serveshikshafoundation.org.in/header.php

<?php require('backend-configuration.php'); ?>
<!DOCTYPE html>
<html lang="en">

<head>
    <!-- Meta Tags -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Charity++ Responsive HTML Template">
    <meta name="author" content="themexriver">

    <!-- Page Title -->
    <title>Serve Shiksha Foundation</title>

    <!-- Favicon and Touch Icons -->
    <link href="admin/html/<?php echo $logo ?>" rel="shortcut icon" type="image/png">
    <link href="admin/html/<?php echo $logo ?>" rel="apple-touch-icon">
    <link href="admin/html/<?php echo $logo ?>" rel="apple-touch-icon" sizes="72x72">
    <link href="admin/html/<?php echo $logo ?>" rel="apple-touch-icon" sizes="114x114">
    <link href="admin/html/<?php echo $logo ?>" rel="apple-touch-icon" sizes="144x144">

    <!-- Icon fonts -->
    <link href="css/font-awesome.min.css" rel="stylesheet">
    <link href="css/flaticon.css" rel="stylesheet">

    <!-- Bootstrap core CSS -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

    <!-- Plugins for this template -->
    <link href="css/animate.css" rel="stylesheet">
    <link href="css/owl.carousel.css" rel="stylesheet">
    <link href="css/owl.theme.css" rel="stylesheet">
    <link href="css/owl.transitions.css" rel="stylesheet">
    <link href="css/magnific-popup.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="css/style.css" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->

</head>

<body>

    <!-- start page-wrapper -->
    <div class="page-wrapper home-style-four">

        <!-- start preloader -->
        <div class="preloader">
            <div style="display:flex; justify-content:center; align-items:center; height:80vh; width:100%;">
              <img style="width:400px !important;" src="admin/html/<?php echo $logo ?>" alt
                                        class="">
          </div>

         
        </div>
        <!-- end preloader -->

        <!-- Start header -->
        <header id="header" class="header-style-four">
            <div class="top-bar">
                <div class="container">
                    <div class="row">
                        <div class="col col-lg-4 col-md-5 col-sm-5">
                            <div class="logo">
                                <a href="index.php"><img style="width:250px;" src="admin/html/<?php echo $logo ?>" alt
                                        class="img img-responsive"></a>
                            </div>
                        </div>
                        <div class="col col-lg-8 col-md-7 col-sm-7 social-links-btns">
                          
                            <div class="btns">
                                <a href="mailto:<?php echo $email; ?>" class="btn theme-btn-s2">
                                    <i class="fa fa-envelope"></i> <?php echo $email; ?>
                                </a>

                                <a href="tel:<?php echo str_replace(' ', '', $phone); ?>" class="btn theme-btn-s2">
                                    <i class="fa fa-phone"></i> <?php echo $phone; ?>
                                </a>


                                <a href="donate.php" class="btn theme-btn-s2"><i class="fi flaticon-water"></i> Donate</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div> <!-- end top-bar -->
<style>
          .navigation{
            background: linear-gradient(100deg, #313244 )!important;
          }
          </style>
            <nav class="navigation navbar navbar-default" id="main-navigation">
                <div class="container">
                    <div class="navbar-header">
                        <button type="button" class="open-btn">
                            <span class="sr-only">Toggle navigation</span>
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                            <span class="icon-bar"></span>
                        </button>
                    </div>
                    <div id="navbar" class="navbar-collapse collapse">
                        <button class="close-navbar"><i class="fa fa-close"></i></button>
                        <ul class="nav navbar-nav">
                            <!-- <li class="current sub-menu">
                                <a href="#">Home</a>
                                <ul>
                                    <li><a href="index.html">Home style 1</a></li>
                                    <li><a href="index-2.html">Home style 2</a></li>
                                    <li><a href="index-3.html">Home style 3</a></li>
                                    <li class="current"><a href="index-4.html">Home style 4</a></li>
                                    <li><a href="index-5.html">Home style 5</a></li>
                                </ul>
                            </li> -->
                           
                            <li><a style='color:white;' href="index.php">Home</a></li>
                            <li><a style='color:white;' href="about.php">About Us</a></li>
                            <li><a style='color:white;' href="service.php">Services</a></li>

                            <li><a style='color:white;' href="gallery.php">Gallery</a></li>
                            <li><a style='color:white;' href="contact.php">Contact</a></li>
                        </ul>
                      
                        
                    </div>
                   <!--<div class="" style="display:inline; float:right;">
                                <ul class="display:flex; justify-content:space-between; align-items:center;">
                                    <li style="display:inline;"><a href="#"><i class="fa fa-facebook"></i></a></li>
                                    <li style="display:inline;"><a href="#"><i class="fa fa-twitter"></i></a></li>
                                    <li style="display:inline;"><a href="#"><i class="fa fa-linkedin"></i></a></li>
                                    <li style="display:inline;"><a href="#"><i class="fa fa-google-plus"></i></a></li>
                                    <li style="display:inline;"><a href="#"><i class="fa fa-instagram"></i></a></li>
                                </ul>
                            </div>-->
                  
                  
                  <!-- end of nav-collapse -->
<!-- 
                    <div class="navbar-right social-links-mini-cart">
                        <ul class="mini-cart-wrapper">
                            <li>
                                <a href="#" class="mini-cart-btn">
                                    <i class="fi flaticon-bag-1"></i>
                                    <span class="item-count">21</span>
                                </a>
                                <ul class="mini-cart">
                                    <li class="item">
                                        <div class="product-img">
                                            <img src="images/shop/thumb/img-1.jpg" alt="">
                                        </div>
                                        <div class="product-details">
                                            <h6>Name of the product</h6>
                                            <p>$255.5</p>
                                            <a href="#"><i class="fi flaticon-garbage"></i></a>
                                        </div>
                                    </li>
                                    <li class="item">
                                        <div class="product-img">
                                            <img src="images/shop/thumb/img-2.jpg" alt="">
                                        </div>
                                        <div class="product-details">
                                            <h6>Name of the product</h6>
                                            <p>$155.5</p>
                                            <a href="#"><i class="fi flaticon-garbage"></i></a>
                                        </div>
                                    </li>
                                    <li class="minicart-price-total">
                                        <div class="price-total">
                                            <span class="label-price-total">Subtotal</span>
                                            <div class="price-total-w">
                                                <span>255.5</span>
                                            </div>
                                        </div>

                                        <div class="checkout-btn">
                                            <a class="btn theme-btn">Proceed to checkout</a>
                                        </div>
                                    </li>
                                </ul>
                            </li>
                        </ul> 
                         
                    </div>-->
                </div><!-- end of container -->
            </nav>
        </header>
        <!-- end of header -->

Directory Contents

Dirs: 9 × Files: 13

Name Size Perms Modified Actions
- drwxr-x--- 2026-04-06 05:06:07
Edit Download
admin DIR
- drwxr-xr-x 2025-06-20 19:52:56
Edit Download
css DIR
- drwxr-xr-x 2017-02-09 07:19:34
Edit Download
- drwxr-xr-x 2017-02-06 08:34:56
Edit Download
fonts DIR
- drwxr-xr-x 2017-02-09 07:19:36
Edit Download
images DIR
- drwxr-xr-x 2026-05-12 05:55:39
Edit Download
js DIR
- drwxr-xr-x 2017-02-09 07:19:38
Edit Download
one-page DIR
- drwxr-xr-x 2017-02-09 07:22:46
Edit Download
sass DIR
- drwxr-xr-x 2017-02-09 07:19:38
Edit Download
14.64 KB lrw-r----- 2025-07-01 04:44:27
Edit Download
2.79 KB lrw-r----- 2025-06-28 21:45:06
Edit Download
1.09 KB lrw-r----- 2026-04-08 07:27:29
Edit Download
7.78 KB lrw-r----- 2025-06-30 06:53:01
Edit Download
2.82 KB lrw-r----- 2025-07-04 06:36:48
Edit Download
5.77 KB lrw-r----- 2025-06-30 10:33:33
Edit Download
3.78 KB lrw-r----- 2025-10-14 09:36:36
Edit Download
9.86 KB lrw-r----- 2025-07-04 05:51:14
Edit Download
34.45 KB lrw-r----- 2026-05-12 06:04:21
Edit Download
562 B lrw-r----- 2017-02-09 07:17:08
Edit Download
294.58 MB lrw-r--r-- 2026-04-06 05:07:53
Edit Download
3.84 KB lrw-r----- 2025-07-01 04:55:12
Edit Download
5.77 KB lrw-r----- 2025-06-30 11:30:33
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).