-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
42 lines (32 loc) · 1.36 KB
/
about.php
File metadata and controls
42 lines (32 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?php
session_start();
include("include/connection.php");
?>
<html>
<head>
<title>About us</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="web_project/css/bootstrap.css">
<?php include("include/header.php"); ?>
</head>
<body>
<div id="banner">
<img class="myslide" src="design/about2.jpg" style="height: 340px;"></a>
<!-- <center> <a href="display.php"><button class="banbutton"><B>CHECK NOW</B></button></a></center> -->
</div>
<div id="wrapper">
<div id="content" style="height: 500px; ">
<p style="text-align: center;padding-left:10%;padding-right:10%;padding-top:8%; line-height:1.8">Kathmandu
Rental System is
designed to
make people easy to find rooms and
houses in Kathmandu city. It
offers best, comfortable and well maintained houses for customers. The focus of this system is basically
managing housing for low income, medium and high incomes households or what is commonly known as
affordable housing. “Affordable‟ is a term used to describe individuals‟ capability to pay for certain
products or services because their income is enough to do so. </p>
</div>
</div>
<?php include("include/footer.php"); ?>
</body>
</html>