-
Notifications
You must be signed in to change notification settings - Fork 5
/
About_Us.php
103 lines (98 loc) · 3.32 KB
/
About_Us.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE>
<html>
<head>
<title>About Us</title>
</head>
<body>
<table border="1">
<div>
<div>
<table align="center" width="100%">
<tr align="right">
<td width="10%">
<a href="Home.php"><img src="images/logo.png" align="left"></a>
</td>
<td width="30%"> </td>
<td align="center" width="10%">
<fieldset><a href="Home.php" >Home <img src="images/home.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="Registration.php">Registration<img src="images/registration.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="service.php">Our Service<img src="images/service.png"></a></fieldset>
</td>
<td width="10%" align="center">
<fieldset><a href="Login.php">Login<img src="images/login.png"></a></fieldset>
</td>
</tr>
</table>
</div>
<div>
<table align="center" width="70%">
<tr>
<td>
<h1 align="center">About us</h1><br><hr>
<p>
Mediportal.com is the first online doctor appointment service platform in Bangladesh, providing real time doctor information and appointments through a fully integrated system. Mediportal is missioned to bring convenience in the healthcare service delivery for the general people in Bangladesh.
<br>
<h3>Mission</h3>
Helping peoples accross the world by providing commiunication between doctor and patient.
<br>
<h3>Present Operation</h3>
Since the official launching on 31st October 2015, Mediportal is operational with full capacity in regard to providing appointments from doctors around the world. The service hosts information and appointment facilities for more than X doctors from X consultation centers in X country. We have served a few thousand patients so far and have been able to bring smiles on their faces.
The service is completely free for anyone getting an appointment through Mediportal. One can easily get the information or appointment of a doctor either by visiting Mediportal.com.
<br>
<h3>Future</h3>
At Mediportal, we are confident to make a difference in how people of world approach healthcare services. We have plans to integrate many other related services with the doctors' appointment in the platform in coming days. The investment from BD Venture has given the initiative more speed.
</p>
</td>
</tr>
</table>
</div>
<div>
<h3 align="center">Find us at</h3>
<table align="center">
<tr align="center">
<td>
<a href="https://www.facebook.com/">
<img src="images/facebook.png">
</a>
</td>
<td>
<a href="https://www.twitter.com/">
<img src="images/twitter.png">
</a>
</td>
</tr>
</table>
<table align="center">
<tr>
<td align="center" colspan="3">
<a href="About_Us.php">About Us </a>
</td>
<td align="center" colspan="3">
<a href="Contact_Us.php">Contact Us </a>
</td>
<td align="center" colspan="3">
<a href="privacyPolicy.php">Privacy Policy </a>
</td>
<td align="center" colspan="3">
<a href="faq.php">FAQ</a>
</td>
</tr>
</table>
</div>
</div>
</table>
<div>
<table align="center" width="100%" border="1">
<tr>
<td align="center" colspan="3">
<b>©2017 MediPortal. All rights reserved</b>
</td>
</tr>
</table>
</div>
</body>
</html>