-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc_pro.html
More file actions
68 lines (67 loc) · 2.82 KB
/
Copy pathdoc_pro.html
File metadata and controls
68 lines (67 loc) · 2.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ghar Ka Doctor</title>
<link rel="stylesheet" href="gharkadoctor3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section class="section1">
<div class="main">
<nav>
<div class="leftnav">GharKaDoctor</div>
<div class="rightnav">
<ul>
<li><a href="index.html" style="text-decoration: none;">Home</a></li>
<li><a href="appointment.html" style="text-decoration: none;">Appointment</a></li>
<li><a href="medicines.html" style="text-decoration: none;">Medicines</a></li>
<li><a href="login.html" style="text-decoration: none;">Login/SignUp</a></li>
<li><a href="profile.html" style="text-decoration: none;">Profile</a></li>
</ul>
</div>
</nav>
</div>
</section>
<div class="bgimg"><img src="./logos/page3.png" width="100%" height="100%" style="position: relative;" alt=""></div>
<button class="btn1">Book your appointment</button><button class="btn2">Chat with doctor</button>
<section class="footer">
<div class="sec">
<div class="two">
<div>
<h4>Company</h4>
<a href="#">About Us</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms of use</a>
</div>
<div>
<h4>Community</h4>
<a href="#">Specialists</a>
<a href="#">Patients</a>
<a href="#">Blog</a>
</div>
<div>
<h4>Help</h4>
<a href="#">Support</a>
<a href="#">FAQ</a>
<a href="#">Mobile App</a>
</div>
<div>
<div class="ghar">GharKaDoctor</div>
<div class="follow">Follow Us</div>
<div>
<div class="social">
<i class="fa-brands fa-linkedin"></i>
<i class="fa-brands fa-square-instagram"></i>
<i class="fa-brands fa-square-twitter"></i>
<i class="fa-brands fa-square-youtube"></i>
<i class="fa-brands fa-facebook"></i>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>