-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
63 lines (52 loc) · 2.02 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
59
60
61
62
<html>
<head>
<title>
About Us
</title>
</head>
<body>
<img src="MediIcon.png" >
<br>
<br>
<font>MediFind</font>
<br>
<br>
<br>
<p>
<b> MediFind </b>= Hardwork + Intelligence + Skills.<br><br>
<b>History</b><br>
The idea of this project was quite simple. This scratched us on seeing rising prices of pharmecuticals.<br> The concept went hand in hand.
Increase in prices also led to increase in demand for cheaper drugs/medicines. There is where we put light.<br> We came up with this idea of having
a detailed study of all the drugs based on classification etc. and get the end product that is cheaper than the original one.
<br> Then comes the problem where to get the drug/medicine?? We have a handy solution to that as well. One tap and you have the nearest medical store with all its
details. Want to know what all medicine's present in a store?? Here we go, we can a solution to all your problems.<br>
</p>
<p>
<b>Who are we?</b>
<br> We are from Sardar Patel Institute of Technology pursuing Engineering in 2nd year, Information Technology.<br>
The website will remain updated as more and more research is done on drugs and medicines.
</p>
<p>
<b>Cast and Crew</b><br>
<b>Pilot 1:</b> Akshay Raul <br>
<b>Pilot 2:</b> Atharva Patil<br>
<b>Pilot 3:</b> Prem Raheja<br>
</p>
<p>
<b>Contact Us</b>
<br>
<br> Sign Up to get the feel of MediFind.
</p>
</body>
</html>
<style>
img{
float: left;
height:300px;
}
font{
float: center;
font-size: 50px;
}
</style>