-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout1.php
62 lines (50 loc) · 2.09 KB
/
about1.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?php
include 'header.php';
?>
<!-- ========: #content ======== -->
<div id="content">
<div class="container" id="about">
<div class="row">
<!--main content-->
<div class="col-md-9 col-md-push-3">
<div class="page-header">
<h1>
About Us
</h1>
</div>
<div class="block-highlight block-pd-h block-pd-sm">
<h3 class="block-title">
"Our Motivation"
</h3>
<p>With the blessings of technology we are being advancing day by day. Lots has setor has improved. But still, there are lots of
difficulties we need to face like the proper documentation and preserving the valuable of marriage information. This trend should
not go on. Without it, the process of finding the bride and bridegroom is still backdated. We thought that making all the process
online will give us an ease.</p>
</div>
<div class="block-highlight block-pd-h block-pd-sm">
<h3 class="block-title">
Our Mission
</h3>
<p> Our mission is to create a platform that will minimize our hassle with the help of technolohy. We are aimimg to make the
registration process smarter with the touch of technology. After developing this project, there will be no hassle for in the
documentation. Without it, our another mission is to create a platform where the process of finding the bride and bridegroom
will be much easy.</p>
</div>
</div>
<!-- sidebar -->
<div class="col-md-3 col-md-pull-9 sidebar visible-md-block visible-lg-block">
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="about.php" class="first">
About Us
<small>How It All Began</small>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<?php
include 'footer.php';
?>