-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprescription.html
107 lines (96 loc) · 3.95 KB
/
prescription.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Covid19</title>
<link rel = "icon" href="images/icon2.png" type = "images/x-png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<style>
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top ">
<a class="navbar-brand" href="index.html">
<img src="images/icon.png" width="30" height="30" alt="">Covid19</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active ">
<a class="nav-link" href="#">
<span class="badge badge-pill badge-primary">About Us</span> <!-- <span class="sr-only">(current)</span> --></a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="gallery.html">Gallery<!-- <span class="sr-only">(current)</span> --></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
User
</a>
<div class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
<a class="dropdown-item " href="join.html">Patient</a>
<a class="dropdown-item" href="join.html">Doctor</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="join.html">visitor</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact us</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<!-- <div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>Abo</h1>
<p>Coronavirus disease (COVID-19) is an infectious disease caused by a new virus.</p>
</div>
</div> -->
</header>
<section>
<div class="container mt-5">
<h1 class="text-center text-capitalize pt-5">Prescription Information</h1>
<hr class="w-25 mx-auto pt-5">
<div class="row mb-5">
<div class="col-lg-6 col-md-6 col-12">
<img src="images/6.jpg" class="img-fluid">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h1>How it spreads?</h1>
<hr>
<p>Fever, Cough, Breathlessness (any 2) Direct & High risk contact with lab confirmed case (5 to 14 days)
Any one Symptom and-
Elective surgery
Dialysis
Chemotherapy<br><br>
For information purposes only.<br>
Consult your local medical authority for advice.<br>
Source: World Health Organization</p>
<button class="btn bg-primary text-white">Learn more</button>
</div>
</div>
</div>
</section>
<!-- <footer>
<p class="text-center bg-dark text-white">@copyright kr-viku.covid.19.com 2020</p><br>er.vikashs4@gmail.com<br> UIT, Golapbag More, Burdwan<br> West Bengal, 713104</p>
</footer> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>