-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaboutus.php
58 lines (55 loc) · 1.71 KB
/
aboutus.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
<?php
include_once 'userSession.php';
include_once './Development/commonfiles/header.php';
//include_once './Development/commonfiles/searchbar.php';
//include_once './Development/commonfiles/footer.php';
?>
<title> About Us</title>
<div class="aboutus-settings">
<div class="container">
<div class="row admin-about-details">
<div class="col-md-4">
<div class="aboutus-palletes">
<center><img src="Design/Images/dev.jpg" class="img-circle "/></center>
<div>
<h2>Devendra Yadav</h2><hr />
Skill:Web Developer, WebDesigner<br />
Contact No: 9724069187<br />
Email id: [email protected]<br />
Facebook id:<br />
Twitter id:<br />
</div>
</div>
</div>
<div class="col-md-4">
<div class="aboutus-palletes">
<center><img src="Design/Images/Dilip.jpg" width="250px" height="250px" class="img-circle "/></center>
<div>
<h2>Dalwadi Dilip</h2><hr />
Skill:Web Developer, Web Designer<br />
Contact No: 8866120701<br />
Email id: [email protected]<br />
Facebook id:dalwadi.dilip<br />
Twitter id:-<br />
</div>
</div>
</div>
<div class="col-md-4">
<div class="aboutus-palletes">
<center><img src="Design/Images/darsh.jpg" width="250px" height="250px" class="img-circle"/></center>
<div>
<h2>Gajjar Darshak</h2><hr />
Skill:Web Developer, WebDesigner<br />
Contact No: 8866444301<br />
Email id: [email protected]<br />
Facebook id:gajjar.darshak<br />
Twitter id:darshak_007<br />
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include_once './Development/commonfiles/footer.php';
?>