-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
47 lines (38 loc) · 2.04 KB
/
about.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
$title = "About";
$content = '
<fieldset>
<legend>On Monitoring</legend>
<img src="Images/About/nrc.jpg" class="imgLeft" />
<h3>Narayan Ranjan Chakraborty</h3>
<p align="justify">
Assistant Professor,Department of CSE,<br>Daffodil International University.<br><br>
Contact me : 01847-140023 <br>
Webpage:<a href=" http://faculty.daffodilvarsity.edu.bd/profile/cse/narayan.html"> http://faculty.daffodilvarsity.edu.bd/profile/cse/narayan.html</a><br>
E-mail Address: <a href="mailto:[email protected]"? subject="Information & Query">[email protected]</a><br>
Follow on facebook: <a href="https://web.facebook.com/narayan633">Narayan Chakraborty</a>
</p>
</fieldset>
<br>
<fieldset>
<legend>On Developing</legend>
<img src="Images/About/ananta.jpg" class="imgLeft" />
<h3>Ananta Chandra Bhowmik</h3>
<p align="justify">
Hi.......I am Ananta Chandra Bhowmik, student of Daffodil International University.<br><br>
If case of any query please feel free to contact me : 01676656000 <br>
Mail me: <a href="mailto:[email protected]"? subject="Information & Query">[email protected]</a><br>
Become a friend on facebook: <a href="https://www.facebook.com/profile.php?id=100001407512075">Ananta Bhowmik</a> <br><br>
</p><br>
<img src="Images/About/sawan.jpg" class="imgRight" /><br><br>
<h3>Golam Ryan</h3>
<p align="justify">
Hi.......I am Golam Ryan, student of Daffodil International University.<br><br>
If case of any query please feel free to contact me : 01627166428 <br>
Mail me: <a href="mailto:[email protected]"? subject="Information & Query">[email protected]</a><br>
Become a friend on facebook: <a href="https://web.facebook.com/sawan.ryan">Golam Ryan</a> <br><br><br><br><br><br><br>
</p>
</fieldset>
';
include 'Template.php';
?>