-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmember_home.php
53 lines (52 loc) · 1.83 KB
/
member_home.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
<?php include("header.php"); ?>
<br>
<br>
<div id="services" class="services-area area-padding" style="background-color: #c2c2a3;">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="section-headline services-head text-center">
<h2><span>MEMBER-HOME</span></h2><br>
<p>SANGATH-IPL</p><br>
</div>
<br>
<h3><u style="color: green">Member-Access</u></h3>
<div>
<div id="div1">
<ul style="list-style-type:square">
<li>
<h2>Profile Management</h2>
<ol type="1">
<li><h4><a href="#">Manage My Profile</a></h4></li>
</ol>
</li>
<li>
<h2>Registration</h2>
<ol type="1">
<li><h4><a href="give_property_on_rent.php">Add your property for RENT</a></h4></li>
<li><h4><a href="#">Give Feedback</a></h4></li>
</ol>
</li>
<li>
<h2>Payment</h2>
<ol type="1">
<li><h4><a href="">Get Maintenance Bill Recipe</a></h4></li>
<li><h4><a href="">Pay Society Maintenance Bill</a></h4></li>
<li><h4><a href="">Pay Society Fund</a></h4></li>
</ol>
</li>
<li>
<h2>Access</h2>
<ol>
<li><h4><a href="rent-service.php">Rental-Service</a></h4></li>
<li><h4><a href="sell_service.php">Sell-Service</a></h4></li>
</ol>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('footer.php'); ?>