-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
85 lines (80 loc) · 2.65 KB
/
about.html
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
<!DOCTYPE html>
<html>
<head>
<title>ABOUT US HEALTH CARE SECTION</title>
<style>
section{
height: 1200px;
width: 1100px;
background-color: whitesmoke;
margin-right: 10%;
margin-left: 20%;
background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
border-radius: 20px;
}
.main{
margin-left: 20%;
font-size: larger;
margin-top: 100px;
}
a{
color: white;
}
a:hover{
color: yellow;
}
</style>
</head>
<body style="background-image: linear-gradient(to right top, #323705, #5f2c00, #96000f, #b10069, #2612eb);">
<section class="about">
<div class="main">
<div class="about-text" >
<h1 style="margin-left: 30%; color:firebrick;padding-top: 30px">About US</h1>
<h3><a href="Introduction.html">Introduction Of Our Project</a></h3>
<ul>
<li>This website manages the appointment data for multiple doctors of various date and times. </li>
<li>Each time a user visit a doctor his/her medical entry stored in the database by doctors.</li>
<li>Next time a user logs in he may view his/her entire medical history as and when needed. </li>
</ul>
<h3><a href="UseProject.html">Usage Of Our Project</a></h3>
<ul>
<li>The time - Saving Factor For Patients & Doctors</li>
<li>The Ease Of finding a Spectialist Doctors WithIn The Website</li>
<li>Improved Patient Care and Satisfaction with services</li>
</ul>
<h3><a href="FeasibilityOfProject.html">Feasibility Of Our Project</h3></a>
<ul>
<li>Economic Feasibility:--</li>
<li>Techanical Feasibility:--</li>
</ul>
<h3><a href="FunctionalSpecification.html">Functional Specification Of Our Project</h3></a>
<ul>
<li>Online Doctor Appoinment Booking</li>
<li>Doctor Listing With Search And filters</li>
<li>Patient Profile</li>
<li>Map Integration for locate near hospitals routes and locations</li>
<li>Reminder & Notification</li>
<li>e@Perscriptions Features</li>
</ul>
<h3><a href="SoftWareSpecification.html">SoftWare Specifiication</h3></a>
<ul>
<li>Techanology Implemented</li>
<li>Language Used</li>
<li>DataBase Used</li>
<li>User InterFace Design </li>
<li>WebBroser Supported</li>
</ul>
<h3><a href="HardWareRequirements.html">HardWare Requirements</h3></a>
<ul>
<li>Processor</li>
<li>Operating System</li>
<li>RAM</li>
<li>HardWare Devices</li>
<li>Hard Disk</li>
<li>Display</li>
</ul>
<h3><a href="">Future Scope Of Our Project</h3></a>
</div>
</div>
</section>
</body>