-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (153 loc) · 5.82 KB
/
index.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
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
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TechVaidhya</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="navbar">
<div class="nav-logo border">
<div class="logo">
</div>
</div>
<div class="nav-address border">
<p class="add-first">Your Location</p>
<div class="address-icon">
<i class="fa-solid fa-location-dot"></i>
<p class="add-second">India</p>
</div>
</div>
<div class="nav-search border">
<select class="search-select">
<option>All</option>
<input placeholder="Search Features" class="search-input">
<div class="search-icon">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</select>
</div>
<div class="nav-signin border">
<p><span>Namaste Bharat</span></p>
<p class="nav-second"> Login/Register</p>
</div>
<div class="nav-return border">
<p><span>Click here to</span></p>
<p class="nav-second"> View Reports</p>
</div>
<div class="nav-cart border">
<i class="fa-solid fa-person-circle-question"></i>
Any Issues?
</div>
</div>
<div class="scrolling-text-container">
<span class="slanted">Emergency contacts:
</span>
<marquee behavior="scroll" direction="left" class="marquee">Ambulance:108 National emergency no.:112 AIDS helpine:1097</marquee>
</div>
</header>
<div class="hero-sec">
<div class="hero-msg">
<p>
Welcome to TeleVaidhya. Find Cure which is Pure and Sure. <a href="https://ayushmanbharat.mp.gov.in"> Visit Ayushman Bharat for more useful updates</a>
</p>
</div>
</div>
<div class="shop-section">
<div class="box1 box">
<div class="box-content">
<h2>Video Conferencing</h2>
<div class="box-img" style="background-image: url('./images/img\ box1.jpeg');" ></div>
<p>See more</p>
</div>
</div>
<div class="box2 box">
<div class="box-content">
<h2><a href="./Weekly_monitoring.html">Survey</a></h2>
<div class="box-img" style="background-image: url('./images/img\ box2.avif');" ></div>
<p>See more</p>
</div>
</div>
<div class="box3 box">
<div class="box-content">
<h2>Be a Learner</h2>
<div class="box-img" style="background-image: url('./images/img\ box3.jpeg');" ></div>
<p>See more</p>
</div>
</div>
<div class="box4 box">
<div class="box-content">
<h2>Attend Class</h2>
<div class="box-img" style="background-image: url('./images/img\ box4.png');" ></div>
<p>See more</p>
</div>
</div>
<div class="box5 box">
<div class="box-content">
<h2><a href="https://www.blackbox.ai/agent/healthDiagnosisR1Ixc1y">Diagnose</a></h2>
<div class="box-img" style="background-image: url('./images/img\ box4.png');" ></div>
<p>See more</p>
</div>
</div>
<div class="box6 box">
<div class="box-content">
<h2>Virtual Lab Tests</h2>
<div class="box-img" style="background-image: url('./images/img\ box6.jpeg');" ></div>
<p>See more</p>
</div>
</div>
<div class="box7 box">
<div class="box-content">
<h2><a href="./home remedies.html">Home Remedies</a></h2>
<div class="box-img" style="background-image: url('./images/img\ box7.jpeg');" ></div>
<p>See more</p>
</div>
</div>
<div class="box8 box">
<div class="box-content">
<h2><a href="./bloodDonation.html" >Donation </a></h2>
<div class="box-img" style="background-image: url('./images/blooddonation.avif');" ></div>
<p>See more</p>
</div>
</div>
</div>
<footer>
<div class="footer-panel1">
Back to Top
</div>
<div class="footer-panel2">
<ul>
<p>Read It Out</p>
<a>Articles</a>
<a>News</a>
<a>Policies</a>
<a></a>
<a></a>
<a></a>
</ul>
<ul>
<p>User Manual</p>
<a>How to use?</a>
<a>Why to use?</a>
<a>When to use?</a>
<a>Whom to use?</a>
</ul>
<ul>
<p>Contact Us</p>
<a> Helpline Number</a>
<a>Gmail</a>
<a>Twitter(X)</a>
<a>Instagram</a>
<a>Youtube</a>
</ul>
</div>
<div class="footer-panel3">
<div class="logo">
</div>
</div>
</footer>
</body>
</html>