-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage2.html
135 lines (112 loc) · 5.16 KB
/
page2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Covid page2</title>
<link rel="icon" type="image/x-icon" href="logo1.png"/>
<!-- attach our stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- the header -->
<header>
<!-- our main logo -->
<a id="logo" href="index.html">
<img src="logo1.png" alt="Logo">
<span>We can and we have to win</span>
</a>
<!-- main navigation links -->
<nav>
<ul>
<li><a href="helpother.html">Help others</a></li>
<li><a href="map.html">Nearby Places</a></li>
<li><a href="entertainment.html">Entertainment</a></li>
<li><a href="track.html">Current condition</a></li>
</ul>
</nav>
</header>
<!-- the content -->
<main>
<!-- hero content -->
<div class="hero">
<!-- content for the hero -->
<div class="hero-content">
<h3>Thanks for Registration in get help section</h3>
<h4>we will reach you soon..</h4>
<h1 class="hero-title">we are united </h1>
<p>To fight with covid-19.</p>
<a href="https://indianhelpline.com/">National helpline number :+91-11-23978046 ,1075</a><br><br>
<a href="https://api.whatsapp.com/send?phone=41798931892&text=hi&source=&data=&app_absent=">WHO Whatsapp Helpline</a>
<a href="https://pib.gov.in/PressReleseDetailm.aspx?PRID=1608851">PM-CARES Fund Donation</a>
</div>
</div>
<!-- features section -->
<div class="site-section">
<div class="site-section-inside">
<div class="section-header">
<h2>We are strong Together</h2>
<h2>Key Features</h2>
</div>
<div class="feature-box">
<img src="img/like.png" alt="Easy to Use">
<a style="text-decoration:none" href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019/advice-for-public/myth-busters"><h5>Myth Buster</h5></a>
<p>It is Difficult to seperate, at times, the myth from the truth!</p>
</div>
<div class="feature-box">
<img src="img/faces.png" alt="Fun to Use">
<a style="text-decoration:none" href="helpother.html"><h5>Help others</h5></a>
<p>Not everyone can survive these conditions, so we have to come forward to help others whether it is by giving food, money or a work from home jobs, register yourself at help others section</p>
</div>
<div class="feature-box">
<img src="img/heart.png" alt="Fun to Use">
<a style="text-decoration:none" href="map.html"><h5>Surrounding Updates</h5></a>
<p>Just think of how easy this is to use. There is no exercise better for the heart than reaching down and lifting people up!</p>
</div>
</div>
</div>
<!-- testimonials section -->
<div class="site-section site-section-secondary">
<div class="site-section-inside">
<div class="section-header">
<h2>Kindness of the day</h2>
</div>
<div class="testimonial-box">
<div class="testimonial-content">
Due to Help others section collected 1000 plates of meal, 100 people have donated blood from home, 250 people become employers by giving work from home jobs to needy like making masks, content and story writing etc(Goal)
</div>
<div class="testimonial-author">
<img src="img/david.jpg" alt="David East">
<h5>Help others</h5>
<span>King of Firebase</span>
</div>
</div>
<div class="testimonial-box">
<div class="testimonial-content">
Due to Get help section we reached the corners of India and saved lifes who are in urgent need of blood ,food ,job etc.(Goal)
</div>
<div class="testimonial-author">
<img src="img/holly.png" alt="Holly Lloyd">
<h5>Get help</h5>
<span>Queen of Scotch</span>
</div>
</div>
<div class="testimonial-box">
<div class="testimonial-content">
1 lakh people used our map service to check the nearest Hospitals, pharmacies, gas stations, shops etc around their location and got updates of covid-19 like myths, latest neaws, updates about covid patients etc(Goal)
</div>
<div class="testimonial-author">
<img src="img/brad.png" alt="Brad Green">
<h5>nearby store & current condition</h5>
<span>King of Angular</span>
</div>
</div>
</div>
</div>
</main>
<!-- the footer -->
<footer>
<img src="logo1.png" alt="Footer Logo">
<span>Deepak singh<br>Copyright © 2020 </span>
</footer>
</body>
</html>