forked from Simranverma123/HackBMU5.0_Tech-Phantom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphysical.html
112 lines (108 loc) · 5.18 KB
/
physical.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome</title>
<link rel="stylesheet" href="physical.css">
</head>
<body>
<nav>
<h1>
<img src="Title.png" alt="Title" height="10%" width="12%" style="float:left; padding-bottom: 10px;">WELCOME (patient name)!
<br><br><br>
</h1>
<h2 style="float:right">Unique ID: (id of patient)</h2>
</nav>
<br>
<hr>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="#Records">Records</a>
<a href="#Medicines">Medicine</a>
<a href="#Calendar">Calendar</a>
<a href="#Assistant">Assistant</a>
</div>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰ open</span>
<script src="physical.js"></script>
<div id="home" style="color:darkblue;text-shadow:2px 2px pink">
<img src="docpic.jpg"
height="7%" width="35%" id="docpic">
<h1 id="STAY">STAY STRONG, LIVE LONG</h1>
<br>
<h2>TAKE CARE OF YOUR BODY, IT WILL TAKE CARE OF YOU.</h2>
<p>Keeping physically active is key to a healthy lifestyle.Remember, you (and every other patient) are unique and deserve a personalized evaluation. So instead of surfing the web for a generic, or even worse, incorrect answer, talk to a doctor in person to get the full picture.
<br><br>
Positive physical health habits can help decrease your stress, lower your risk of disease, and increase your energyWhile things have definitely changed, we are proud to say that we have made every effort to keep your experience at HealthCare as normal as possible. Our counsellor is here 24x7 to welcome you and guide you through.<br><br>
So go ahead and book an appointments.You are just one click away. We will see you there.
</p>
</div>
<br><br>
<div id="Records">
<h1>RECORDS</h1>
<p>In this section,you can upload all your medical history reports.
In case you misplace or lose your documents,you can easily check in here.
You can relax as your data is completely secure.
Your records are important to us:-</p>
<ul>
<li>You can just go through all your past records with just one click!</li>
<li>You can even update and modify your data stored here.</li>
</ul>
<button id="add-record">Add Records</button>
<button id="check-record">Check Records</button>
</div>
<div id="Medicines">
<h1>MEDICINES</h1>
<p>In this section, you can add all the medicines you require and their dosage per day. This site help you order all your medicines.</p>
<ul>
<li>You can check your past ordered medicines.</li>
<li>You can add new medicines added in your routine.</li>
<li>You can check your upcoming orders of medicines.</li>
</ul>
<button id="past-medicines">Past Orders</button>
<button id="add-medicines"><a href="medicines.html"style="text-decoration:none">Add Medicines.</a></button>
<button id="upcoming-medicines">Upcoming Orders</button>
</div>
<div id="Calendar">
<h1>CALENDAR</h1>
<p>Being out in hustle and bustle of everyday life, it's often that we forget to take our medicines on time but don't worry , Health Care never forgets to take care of your health</p>
<ul>
<li>It sends you notification to take your medicine on time.</li>
<li>It reminds you of your meetings/appointments with doctor.</li>
</ul>
<p>Click here to check your Calendar</p>
<button id="gcalnedar">Click Here</button>
</div>
<div id="Assistant">
<h1>ASSISTANTS</h1>
<p>We have following doctors available:-</p>
</div>
<div class="docli">
<div class="doc1 flex-child-element">
<a href="#"><img src="girldoc1.jpg" class="docimg" alt="alter"></a>
<h3>Dr.Simran Verma<br> Specialist Cardiologist</h3>
<h4>Email: vermasimran78606@gmail.com <br> Contact: 8318114883</h4>
</div>
<div class="doc2 flex-child-element">
<a href="#"><img src="girldoc1.jpg" class="docimg" alt="alter"></a>
<h3>Dr.Mitali Garg<br> Consultant Anasthesiologist</h3>
<h4>Email: mitaligarg@gmail.com <br> Contact: 9428114883</h4>
</div>
<div class="doc3 flex-child-element">
<a href="#"><img src="boydoct1.jpg" class="docimg" alt="alter"width="600px" height="512px">
</a>
<h3>Dr.Jay Singh<br> Specialist Orthodentist</h3>
<h4>Email: jaysingh78606@gmail.com <br> Contact: 8218554883</h4>
</div>
<div class="doc4 flex-child-element">
<a href="#"><img src="boydoct1.jpg" class="docimg" alt="alter"width="600px" height="512px">
</a>
<h3>Dr.Devesh Parida<br> Clinical Dietitian</h3>
<h4>Email: deveshp@gmail.com <br> Contact: 7818117683</h4>
</div>
</div>
</body>
</html>