-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMedical Booklet Portal.html
56 lines (45 loc) · 1.84 KB
/
Medical Booklet Portal.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
<!-- saved from url=(0046)file:///Users/praneethram/Downloads/index.html -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Medical Booklet Portal</title>
<link rel="stylesheet" href="./Medical Booklet Portal_files/styles.css">
</head>
<body>
<header>
<h1>Medical Booklet Portal</h1>
</header>
<nav>
<ul>
<li><a href="file:///Users/praneethram/Downloads/index.html#home">Home</a></li>
<li><a href="file:///Users/praneethram/Downloads/index.html#profile">Profile</a></li>
<li><a href="file:///Users/praneethram/Downloads/index.html#appointments">Appointments</a></li>
<li><a href="file:///Users/praneethram/Downloads/index.html#medical-records">Medical Records</a></li>
<li><a href="file:///Users/praneethram/Downloads/index.html#prescriptions">Prescriptions</a></li>
</ul>
</nav>
<main>
<section id="home">
<h2>Welcome, [Student Name]!</h2>
<p>Here you can access your online medical booklet.</p>
</section>
<section id="profile">
<h2>Profile</h2>
<p>[Student's personal information and medical history can be displayed here.]</p>
</section>
<section id="appointments">
<h2>Appointments</h2>
<p>[List of upcoming and past appointments can be displayed here.]</p>
</section>
<section id="medical-records">
<h2>Medical Records</h2>
<p>[Student's medical records can be displayed here, such as lab reports, test results, etc.]</p>
</section>
<section id="prescriptions">
<h2>Prescriptions</h2>
<p>[List of prescribed medications and their details can be displayed here.]</p>
</section>
</main>
<footer>
<p>© 2023 Medical Booklet Portal</p>
</footer>
</body></html>