-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
18 lines (12 loc) · 1.48 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
require 'session.php';
?>
<!DOCTYPE HTML>
<html>
<?php include('templates/header.php'); ?>
<h4 class="center grey-text">About Us</h4>
<center><img src="../assets/hostel.jpg" style="height: 350px;width: 750px"></center>
<p style="margin-left: 50px;margin-right: 50px">A hostel is a form of low-cost, short-term shared sociable lodging where guests can rent a bed, usually a bunk bed in a dormitory, with shared use of a lounge and sometimes a kitchen. Rooms can be mixed or single-sex and have private or shared bathrooms. Private rooms may also be available, but the property must offer dormitories to be considered a hostel.Hostels are popular forms of lodging for backpackers, cycle tourists, and gap year travelers. They are part of the sharing economy.Benefits of hostels include lower costs and opportunities to meet people from all over the world, find travel partners, and share travel ideas.</p>
<p style="margin-left: 50px;margin-right: 50px">We have 3 hostels in the city.We let college students stay in our hostels at a reasonable price.On this Web Application "Hostel Management System - HMS",Students can Apply for a hostel room, see status of the application and lets a student contact managers of our hostel and edit their profile.Managers can easily access applications of students and accept/reject it and also manager can vacant rooms by removing students and also contact to the hostel administation and edit their profile.</p>
<?php include('templates/footer.php'); ?>
</html>