-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (130 loc) · 6.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Conquer Covid | Home</title>
<link rel="icon" href="logo.jpeg">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
</head>
<body>
<header></header>
<nav id="navbar">
<div id="logo">
<img src="logo.jpeg" alt="ConquerCovid.com">
</div>
<ul>
<li class="item"><a href="#home">Home</a></li>
<li class="item"><a href="#services-container"> Our Services</a></li>
<li class="item"><a href="#team-section">Our Team</a></li>
<li class="item"><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<section id="services-container">
<section class="background">
<video autoplay loop src="video.mp4" muted play in-line></video>
</section>
<h1 class="h-prior center">Our Services</h1>
<div id="services">
<div class="box">
<img src="ambulance.png" alt="">
<h2 class="h-secondary center">Ambulance</h2>
<p class="center"> Round the clock ambulance service, with fully functional bed and necessary requirements.
put in you location and submit few needed information of the patient and the ambulance will reach within 3 minutes.
with more than 290+ ambulance. </p>
</div>
<div class="box">
<img src="doctor.png" alt="">
<h2 class="h-secondary center">Doctors</h2>
<p class="center">Putting themselves in the way to save our lives, to save the public.
This is what it means to be a hero. Availability of the doctors 24/7. With best expertised care. </p>
</div>
<div class="box">
<img src="medicines.png" alt="">
<h2 class="h-secondary center">Medicines</h2>
<p class="center"> All covid medicines available. The medicine will be only given on prescription.
Abundance of all other medicine as well. Tie up with more 50+ pharmacies. Home delivery available, cash on delivery available.</p>
</div>
</div>
</section>
<section id="team-section">
<h1 class="h-prior center">Our Team</h1>
<div id="team">
<div class="team center">
<img src="team2.jpeg" class="center">
<h4 class="names">Soham Bhattacharya</h4>
</div>
<div class="link-img center">
<img src="linkedin.jpeg">
<a href="https://www.linkedin.com/in/soham-bhattacharya-85589a1b8/">LinkedIn</a>
<img src="Email.jpeg">
<a href="mailto: [email protected]">Gmail</a>
</div>
<div class="team center">
<img src="team1.jpeg" class="center">
<h4 class="names">Nikita Dhona</h4>
</div>
<div class="link-img center">
<img src="linkedin.jpeg">
<a href="https://www.linkedin.com/in/nikita-dhona/">Profile</a>
<img src="Email.jpeg">
<a href="mailto: [email protected]">Gmail</a>
</div>
<div class="team center">
<img src="team3.jpeg" class="center">
<h4 class="names">Tarushi Garg</h4>
</div>
<div class="link-img center">
<img src="linkedin.jpeg">
<a href="https://www.linkedin.com/in/tarushi-garg-013a99173/">Profile</a>
<img src="Email.jpeg">
<a href="mailto: [email protected]">Gmail</a>
</div>
</div>
</section>
<section id="contact">
<h1 class="h-primary center">Contact Us</h1>
<div id="contact-box">
<form action="">
<div class="form-group">
<label for="name">Name: </label>
<input type="text" name="name" id="name" placeholder="Enter your name">
</div>
<div class="form-group">
<label for="email">Email: </label>
<input type="email" name="name" id="email" placeholder="Enter your email">
</div>
<div class="form-group">
<label for="phone">Phone Number: </label>
<input type="phone" name="name" id="phone" placeholder="Enter your phone">
</div>
<div class="form-group">
<label for="message">Feedback: </label>
<textarea name="message" id="message" cols="30" rows="10"></textarea>
</div>
</form>
</div>
</section>
<div class="address">
<h1 class="h-primary center">Address</h1>
<div class="address-list">
<ul>
<li><img src="Place.jpeg">
<h3><a href="https://www.google.com/maps/d/u/0/viewer?ie=UTF8&hl=en&msa=0&t=h&ll=13.061482000000009%2C80.281928&spn=0.010033%2C0.013733&z=16&source=embed&mid=1qJTcq5CaMdI4s4mNWp9Mi7QpJHQ">Chennai, India</a></h3></li>
<li><img src="Email.jpeg">
<a href="mailto: [email protected]">conquercovid.2021</a></li>
<li><img src="instagram.jpeg">
<a href="https://www.instagram.com/conconquercovid/">@conconcquercovid</a></li>
<li><img src="linkedin.jpeg">
<a href="https://www.linkedin.com/in/conquer-covid-726618210">conquercovid</a></li>
</ul>
</div>
</div>
<footer class="center">
Copyright © www.conquercovid.com. All rights reserved!
</footer>
</body>
</html>