-
Notifications
You must be signed in to change notification settings - Fork 0
/
cleaner-profile.php
47 lines (39 loc) · 1.23 KB
/
cleaner-profile.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
<?php
include_once "header.php";
?>
<img class="logo-admin" src="resources\image\long-logo.png" alt="logo" style="width:160px;height:160px;margin-top: 50px;">
<header class="header" style="margin-top: 220px;">
<div id="main-content" class="clearfix">
<div class="left">
<br />
<p>
<form name="admin" method="post">
<div class="wrapper row2">
<nav id="mainav" class="hoc clear">
<img class="logo-home" src="resources\image\long-logo.png" alt="logo" style="width:550px;height:550px; opacity: .2; margin-bottom: 1000px;">
<nav>
<ul>
<li><a href="dutycleaner.php">Duty</a></li>
<li><a>Member list</a>
<ul>
<li><a href="stuff_guard.php">Stuff</a></li>
<li><a href="land_owner_guard.php">Land Owner</a></li>
</ul>
</li>
<li><a>Email</a>
<ul>
<li><a href="wecleaner.php">Write Email</a></li>
<li><a href="ecleaner.php">Inbox</a></li>
</ul></li>
</ul>
</nav>
<img src="resources\image\15.png" alt="image-15" style="width:300px;height:300px; margin-top: 200px;">
<h3 >Name: Mahbubur Rahman</h3>
<h3 >Post: Land owner</h3>
<h3 >Company: Bashundhara Housing Limited</h3>
<h3 >University: North South University</h3>
<h3 >Blood Group: B+</h3>
</form>
<?php
include_once "under.php";
?>