-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.html
More file actions
172 lines (169 loc) · 6.26 KB
/
Copy pathservices.html
File metadata and controls
172 lines (169 loc) · 6.26 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Services</title>
<link rel="icon" type="image/png" href="/static/logo.png" />
<!--link for css-->
<link rel="stylesheet" type="text/css" href="/css/services.css" />
<!--link for css-->
<!--google font-->
<link
href="https://fonts.googleapis.com/css2?family=Andika&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
rel="stylesheet"
/>
<!--google font-->
</head>
<body>
<header class="header">
<a href="#" class="logo">
<img src="/static/logo.png " />
</a>
<!--nav bar-->
<nav class="headbar">
<a id="home-link">Home</a>
<a id="aboutus-link">About Us</a>
<a id="doctors-link">Doctors</a>
<a id="medicine-link">Medicine</a>
<a id="services-link">Services</a>
<div class="dropdown">
<a id="login-link" class="dropbtn"
>Login <i class="fa fa-caret-down"></i
></a>
<div class="dropdown-content">
<a id="dashboard-link">Dashboard</a>
<a id="logout-link">Logout</a>
</div>
</div>
</nav>
<div id="consult-link" class="menubtn">
<button>Consult</button>
</div>
</header>
<section class="top" id="top">
<div class="container">
<h1 class="heading">TOP SPECIALITIES</h1>
<hr />
</div>
<div class="box-container">
<div class="box">
<img src="/static/d1.png" />
<h1 class="title">Dermatalogy</h1>
<p>Specialities for skin and hair</p>
<p>(Pimples and acnes,hairfall,dandruff....)</p>
<a href="https://my.clevelandclinic.org/health/articles/12165-dermatologists-skin-care-doctors" target="_blank" class="btn">Read More...</a>
</div>
<div class="box">
<img src="/static/d2.png" />
<h1 class="title">Primary Care physician</h1>
<p>Managing acute medical conditions.</p>
<p>(Typhoid,Abdominal,Migrane,Infections...)</p>
<a href="https://my.clevelandclinic.org/health/articles/23467-primary-care-physician" target="_blank" class="btn">Read More...</a>
</div>
<div class="box">
<img src="/static/d3.png" />
<h1 class="title">Pediatrics</h1>
<p>Specialist to care and treat children.</p>
<p>(Consitipation,Autism,Nutrition....)</p>
<a href="https://my.clevelandclinic.org/health/articles/21716-what-is-a-pediatrician" target="_blank" class="btn">Read More...</a>
</div>
<div class="box">
<img src="/static/d4.png" />
<h1 class="title">Recommended Doctors</h1>
<p>Top rated swiftmed doctors.</p>
<p>Includes all specialities</p>
<a href="/doctors" class="btn">Read More...</a>
</div>
</div>
</section>
<section class="bottom" id="bottom">
<div class="container">
<h1 class="heading">OTHER SPECIALITIES</h1>
<hr />
</div>
<div class="box-container">
<div class="box">
<div class="img-container">
<div class="inner-skew">
<img
src="/static/d5.png"
style="padding-left: 35px; padding-top: 25px"
/>
</div>
</div>
<h1 class="title">Covid Consultation</h1>
<p>Treatment of covid-19.</p>
<p>(Cough,fever,breathlessness,headache etc...)</p>
<br />
<a href="https://my.clevelandclinic.org/health/diseases/21214-coronavirus-covid-19" target="_blank" class="btn">Read More...</a>
</div>
<div class="box">
<div class="img-container">
<div class="inner-skew">
<img
src="/static/d6.jpg"
style="padding-left: 50px; padding-top: 26px"
/>
</div>
</div>
<h1 class="title">Dentist</h1>
<p>Specialists for dental issue and treatments</p>
<p>(Toothache,mouthulcer,crooked teeth....)</p>
<a href="https://my.clevelandclinic.org/health/treatments/16914-oral-hygiene" target="_blank" class="btn">Read More...</a>
</div>
<div class="box">
<div class="img-container">
<div class="inner-skew">
<img
src="/static/d7.jfif"
style="padding-left: 55px; padding-top: 26px"
/>
</div>
</div>
<h1 class="title">Cardiology</h1>
<p>Specialists for heart and blood pressure problems.</p>
<p>(chest pain,heart failure,cholestrol....)</p>
<br />
<a href="https://my.clevelandclinic.org/health/articles/21983-cardiologist" target="_blank" class="btn">Read More...</a>
</div>
<div class="box">
<div class="img-container">
<div class="inner-skew">
<img
src="/static/d8.jpg"
style="padding-left: 53px; padding-top: 24px"
/>
</div>
</div>
<h1 class="title">Urology</h1>
<p>
Specialists for disorder for urinary tract and male reproductive
organs.
</p>
<p>(Urinary infection,kidney stones etc...)</p>
<a href="https://my.clevelandclinic.org/health/articles/21884-urologist" target="_blank" class="btn">Read More...</a>
</div>
</div>
</section>
<script src="/scripts/nav-redirect.js"></script>
<script src="/scripts/get-username.js"></script>
<script>
document
.getElementById("consult-link")
.addEventListener("click", function (event) {
event.preventDefault();
window.location.href = "/consult";
});
</script>
</body>
</html>