-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.php
48 lines (33 loc) · 1.46 KB
/
about_us.php
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
43
44
45
46
47
48
<?php include "includes/common.php"; ?>
<!DOCTYPE html>
<html lang="en">
<!-- Head Tag -->
<?php include "includes/headTag.php";
$pageName = "about";
?>
<body>
<?php include "includes/header.php"; ?>
<!-- Main Content -->
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<h3 class="fancyHeading">Who are we?</h3>
<p1>We are a group of young technocrats who came up with an idea of solving budget and time issues which we usually face in our daily lives. We are here to provide a budget controller according to your aspects
<br><br>
Budget control is the biggest financial issues in the present world. One should look after their budget control to get ride off from their financial crisis.
</p1>
<br><br>
<h3 class="fancyHeading"> Contact Us </h3>
<p1><b>Email: </b> [email protected] </p1>
<br>
<p1><b>Mobile: </b> +91-1234567890 </p1>
</div>
<div class="col-md-6">
<h3 class="fancyHeading">Why Choose Us?</h3>
<p1>With provide with a predominant way to control and manage your budget estimations with ease of accessing for multiple users.</p1>
</div>
</div>
</div>
<?php include "includes/footer.php"; ?>
</body>
</html>