-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
91 lines (82 loc) · 3.58 KB
/
index1.html
File metadata and controls
91 lines (82 loc) · 3.58 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
<html>
<head>
<Title>
Homepage
</Title>
<link rel="stylesheet" type="text/css" href="style1.css">
<body>
<main>
<header>
<div class="first">
+918984296768
</div>
</header>
<div class="menu-bar">
<nav>
<ul>
<li class="active"><a href="home.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="s">
<a href="facebook.html" class="s s-fb">F</a>
<a href="instagram.html">I</a>
<a href="twitter.html">T</a>
<a href="github.html">G</a>
</div>
</nav>
</div>
<div class="below">
<p>Impact of COVID-19</p>
</div>
<div class="text">
In this global pandemic, not only humans, but also animals have been affected by COVID-19.
Majority of humans could easily protect themselves by maintaining social distancing
and keeping themselves and their surroundings hygenic using handwash and soaps. However,
it makes life difficult for animals such as dogs and cats. They have to depend upon
humans to throw left over foods, from which they will fulfill their hunger. Luckily, Bikash Sahoo
and his friends have made a huge initiative by feeding food to street dogs, cats and cows.
And with the kind donation of few people, their campaign has grown steadily in this time of crisis.
It's a humble request to all of you to give some donation to the site.
The contact name and bank details are given below. Thank you!
</div>
<div class="texting">
Corona Virus Alert !
</div>
<div class="payment">
<p>
Here you can give your payment
</p>
<div class="middle-box">
<h1>Rs500</h1>
<p>Pay To Bikash Sahoo
</div>
<div>
<button type="button" class="payment-option" href="paytm.html">Pay with paytm</button>
<button type="button" class="payment-option">Pay using UPI id</button>
</div>
</div>
<div class="imaging">
<img src="C:\Users\SASWAT\Pictures\bikas10.PNG">
</div>
<div class="imaging2">
<img src="C:\Users\SASWAT\Pictures\bikas2.PNG">
</div>
<div class="imaging3">
<img src="C:\Users\SASWAT\Pictures\bikas7.PNG">
</div>
<div class="imaging4">
<img src="C:\Users\SASWAT\Pictures\bikas9.PNG">
</div>
<div class="donation">
Sign up here to give donation to the poor animals.
If you can think, you can make a difference.
</div>
</main>
</body>
</head>
</html>