-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (115 loc) · 5.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Donate Today Assignment</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="icons/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<div id="show-bg-1">
<div class="show-bg-text">
<h1>Let’s Help Those Who Are More In Need</h1>
<p>Your donation to this fund will support immediate and long-term relief and recovery in vulnerable communities during one of the most challenging times we have collectively faced.</p>
<a class="link-button" target="_blank" href="https://github.com/kalam409/donate-today-assignment">Donate Now</a>
</div>
</div>
</section>
<section>
<div class="donate-today">
<h1>Donate Today</h1>
<p>A large number of workers, day laborers, low income people in Bangladesh are facing food crisis, we give them this money of yours.</p>
</div>
<div class="box">
<div class="price-list">
<h2>100tk</h2>
</div>
<div id="price" class="price-list">
<h2>200tk</h2>
</div>
<div class="price-list">
<h2>500tk</h2>
</div>
<div class="price-list">
<h2>1000tk</h2>
</div>
<div class="price-list">
<h2>5000tk</h2>
</div>
</div>
<div class="other-amount">
<input type="email" name="email" placeholder="Other Amount (Taka)" id="email">
<hr>
<a class="link-button" target="_blank" href="https://github.com/kalam409/donate-today-assignment">Donate Now</a>
</div>
</section>
<section>
<div class="donate-today">
<h1>Our Donate Plan</h1>
<p>According to our plan if we implement the program we may include targeted poorest people in social safety network to overcome the economic situation who are affected on Covod-19 in Bangladesh.</p>
</div>
<div id="plan-box" class="box">
<div class="plan-box-1">
<img src="icons/food.png" alt="food">
<h3>Food for a family</h3>
<p>By donating today, you are contributing directly to providing these vulnerable people with a bag of food during the Eid festival.</p>
</div>
<div class="plan-box-2">
<img src="icons/shelter.png" alt="food">
<h3>Shelter for a family</h3>
<p>Your support shows that lasting, large-scale change is possible. Last year, we changed the lives of over 10,000 family in Bangladesh.</p>
</div>
<div class="plan-box-3">
<img src="icons/Frame-1.png" alt="food">
<h3>Education for a child</h3>
<p>Bangladesh has achieved sustainable economic growth and significant development, especially in the field of universal primary education.</p>
</div>
</div>
</section>
<section id="plan-box">
<div class="box contribute">
<div class="contribute-text">
<h1>Donations during COVID-19 in Bangladesh</h1>
<p>The COVID-19 pandemic is affecting the lives and livelihoods of people everywhere. The impact is especially being felt.</p>
<p>Community-based organizations are struggling to support the livelihoods of people from the populations most at risk.</p>
<a class="link-button" target="_blank" href="https://github.com/kalam409/donate-today-assignment">How to Contribute?</a>
</div>
<div>
<img src="images/donate-today-1.jpg" alt="donation8">
</div>
</div>
</section>
<section>
<div class="donate-today">
<h1>Get My Updates</h1>
<p>We’ve seen so many vulnerable people. We enjoy going to people’s homes and raising awareness.</p>
</div>
<section id="subscribe-area">
<div class="subscribe-items">
<div class="form-area">
<form action="https://github.com/kalam409/donate-today-assignment">
<a href="#"><button type="button">Subscribe</button></a>
<input type="email" name="email" placeholder="Email" id="email">
</form>
</div>
</div>
</section>
</section>
</body>
<footer>
<h1>Be Humble</h1>
<p>I’m gonna do it</p>
</footer>
</html>