-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
333 lines (333 loc) · 14 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bangladesh Documentary</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=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<script src="https://kit.fontawesome.com/27e7f6ea54.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRoz2-fqk1GAhwbSueZBmY24A2XHRSOnEyBuw&s" type="image/x-icon">
<link rel="stylesheet" href="styles/style.css" />
</head>
<body class="fira-sans">
<header>
<nav>
<h1 class="nav-logo">Bangladesh 2.0</h1>
<button class="nav-button fira-sans"><i class="fa-regular fa-user"></i> Sign In</button>
</nav>
<div class="banner bg-color">
<div class="banner-content">
<p>Bangladesh 2.0</p>
<h1 class="banner-title">
Idea , innovation ,<br />
vision and challenges in <br />
New Bangladesh.
</h1>
<button class="banner-btn btn-color fira-sans">
<i class="fa-solid fa-magnifying-glass"></i> Explore New Bangladesh
</button>
</div>
<img class="banner-img" src="./assets/hero.png" alt="Sahid Minar" />
</div>
</header>
<main>
<section class="pillars">
<h1 class="section-title">Pillars of "Bangladesh 2.0"</h1>
<div class="pillars-container">
<div class="pillar">
<img src="./assets/card-icon.png" alt="energy-icon" />
<h3 class="pillar-title">Innovation</h3>
<p class="pillar-desc light-color">
This innovation introduces a cutting-edge solution designed to
streamline everyday tasks through advanced technology.
</p>
</div>
<div class="pillar">
<img src="./assets/card-icon.png" alt="energy-icon" />
<h3 class="pillar-title">Sustainability</h3>
<p class="pillar-desc light-color">
This initiative focuses on creating eco-friendly solutions that
minimize environmental impact while promoting long-term ecological
balance.
</p>
</div>
<div class="pillar">
<img src="./assets/card-icon.png" alt="energy-icon" />
<h3 class="pillar-title">Infrastructure</h3>
<p class="pillar-desc light-color">
This infrastructure solution focuses on building resilient,
efficient, and scalable systems that support modern needs.
</p>
</div>
<div class="pillar">
<img src="./assets/card-icon.png" alt="energy-icon" />
<h3 class="pillar-title">Empowerment</h3>
<p class="pillar-desc light-color">
This initiative is dedicated to providing individuals with the
tools, resources, and opportunities to take control of their own
success.
</p>
</div>
</div>
</section>
<section class="vision">
<h1 class="section-title">The Vision of Future</h1>
<p class="vision-desc light-color">
Bangladesh 2.0 aims to redefine the nation's trajectory by embracing
cutting-edge technology, promoting inclusive growth, and ensuring
sustainability. With initiatives in renewable energy, digital
transformation, and robust infrastructure, the country is set to
become a global model of development.
</p>
<div class="vision-container">
<div class="vision-item1">
<img src="./assets/card-icon.png" alt="energy-icon" />
<h3 class="vision-item-title">Digital Transformation</h3>
<p class="vision-item-desc light-color">
Creating a nationwide digital ecosystem to enhance connectivity
and access to services for all citizens.
</p>
<button><i class="fa-solid fa-book"></i> Learn More</button>
</div>
<div class="vision-item2">
<img src="./assets/card-icon.png" alt="energy-icon" />
<h3 class="vision-item-title">Green Energy</h3>
<p class="vision-item-desc light-color">
Investments in solar and wind energy to ensure a sustainable and
eco-friendly future.
</p>
<button><i class="fa-solid fa-book"></i> Learn More</button>
</div>
<div class="vision-item3">
<img src="./assets/card-icon.png" alt="energy-icon" />
<h3 class="vision-item-title">Modern Infrastructure</h3>
<p class="vision-item-desc light-color">
Building state-of-the-art infrastructure to support economic
growth and global competitiveness.
</p>
<button><i class="fa-solid fa-book"></i> Learn More</button>
</div>
</div>
</section>
<section class="quote">
<div class="quote-container">
<p class="quote-desc light-color">
"I believe that poverty is not created by the poor. It is created by
the systems that we build. These systems create barriers, preventing
people from achieving their potential and escaping poverty. The
solution to poverty is not charity, but to empower people by
providing them with opportunities. We need to build a world where
everyone has the freedom to access the resources they need to lift
themselves out of poverty."
</p>
<h3 class="quote-speaker">Dr. Muhammad Yunus</h3>
<p class="light-color">
Chief Adviser of the People's Republic of Bangladesh
</p>
</div>
</section>
<section class="opinion">
<h1 class="section-title">Your Opinion Matters</h1>
<div class="opinion-container">
<table>
<thead>
<tr class="table-head">
<th>Questions</th>
<th>Select Your Opinion</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Do you believe Bangladesh is on the right path toward becoming
a developed nation?
</td>
<td>
<select name="opinion" id="opinion">
<option value="agree">Yes, I Agree</option>
<option value="disagree">No, I Disagree</option>
</select>
</td>
</tr>
<tr>
<td>
Do you believe Bangladesh is on the right path toward becoming
a developed nation?
</td>
<td>
<select name="opinion" id="opinion">
<option value="agree">Yes, I Agree</option>
<option value="disagree">No, I Disagree</option>
</select>
</td>
</tr>
<tr>
<td>
Do you believe Bangladesh is on the right path toward becoming
a developed nation?
</td>
<td>
<select name="opinion" id="opinion">
<option value="agree">Yes, I Agree</option>
<option value="disagree">No, I Disagree</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="news">
<h1 class="section-title">Recent News</h1>
<p class="news-subtitle light-color">
Bangladesh 2.0 aims to redefine the nation's trajectory by embracing
cutting-edge technology, promoting inclusive growth, and ensuring
sustainability. With initiatives in renewable energy, digital
transformation, and robust infrastructure, the country is set to
become a global model of development.
</p>
<div class="news-container">
<div class="news-box">
<img
class="news-box-img"
src="./assets/satelite.png"
alt="satellite"
/>
<div class="news-content">
<h1>Bangladesh Launches New Satellite</h1>
<img
class="news-content-img"
src="./assets/al-jazeera.png"
alt="al-jazeera"
/>
<time datetime="05-01-2025" class="light-color"
>Date: 05/01/2025 Time: 10.25 PM</time
>
<p class="news-content-desc light-color">
Not until the creation and maintenance of decent conditions of
life for all people are recognized and accepted as a common
obligation of all people and all countries—not until then shall
we, with a certain degree of justification, be able to speak of
humankind as civilized
</p>
<button class="news-content-btn btn-color">Read More <i class="fa-regular fa-newspaper"></i></button>
</div>
</div>
<div class="news-box">
<div class="news-content">
<h1>Bangladesh Launches New Satellite</h1>
<img
class="news-content-img"
src="./assets/al-jazeera.png"
alt="al-jazeera"
/>
<time datetime="05-01-2025" class="light-color"
>Date: 05/01/2025 Time: 10.25 PM</time
>
<p class="news-content-desc light-color">
Not until the creation and maintenance of decent conditions of
life for all people are recognized and accepted as a common
obligation of all people and all countries—not until then shall
we, with a certain degree of justification, be able to speak of
humankind as civilized
</p>
<button class="news-content-btn btn-color">Read More <i class="fa-regular fa-newspaper"></i></button>
</div>
<img
class="news-box-img"
src="./assets/satelite.png"
alt="satellite"
/>
</div>
<div class="news-box">
<img
class="news-box-img"
src="./assets/satelite.png"
alt="satellite"
/>
<div class="news-content">
<h1>Bangladesh Launches New Satellite</h1>
<img
class="news-content-img"
src="./assets/al-jazeera.png"
alt="al-jazeera"
/>
<time datetime="05-01-2025" class="light-color"
>Date: 05/01/2025 Time: 10.25 PM</time
>
<p class="news-content-desc light-color">
Not until the creation and maintenance of decent conditions of
life for all people are recognized and accepted as a common
obligation of all people and all countries—not until then shall
we, with a certain degree of justification, be able to speak of
humankind as civilized
</p>
<button class="news-content-btn btn-color">Read More <i class="fa-regular fa-newspaper"></i></button>
</div>
</div>
</div>
</section>
<section class="donate">
<h1 class="section-title" style="text-align: center">Donate Today</h1>
<p class="donate-desc light-color">
Bangladesh 2.0 aims to redefine the nation's trajectory by embracing
cutting-edge technology, promoting inclusive growth, and ensuring
sustainability. With initiatives in renewable energy, digital
transformation, and robust infrastructure.
</p>
<div class="donate-container">
<div class="donate-box">
<h1><i class="fa-solid fa-dollar-sign"></i> 100 Taka</h1>
<h1><i class="fa-solid fa-dollar-sign"></i> 200 Taka</h1>
<h1><i class="fa-solid fa-dollar-sign"></i> 500 Taka</h1>
<h1><i class="fa-solid fa-dollar-sign"></i> 1000 Taka</h1>
</div>
<input
class="fira-sans light-color"
type="number"
name="amount"
id="amount"
placeholder="Other Amount (Taka)"
/>
<button class="btn-color donate-btn"><i class="fa-solid fa-money-bill"></i> Done Now</button>
</div>
</section>
</main>
<footer>
<div class="newsletter">
<div class="newsletter-content">
<h1 class="section-title">Subscribe Newsletter</h1>
<p class="newsletter-desc light-color">
Bangladesh 2.0 aims to redefine the nation's trajectory by embracing
cutting-edge <br />
technology, promoting inclusive growth.
</p>
<div class="newsletter-form">
<input
class="fira-sans light-color newsletter-input"
type="email"
name="mail"
id="mail"
placeholder="Enter your email here"
/>
<button class="newsletter-btn"><i class="fa-solid fa-paperclip"></i> Subscribe</button>
</div>
<p class="light-color">We promise not to spam you!</p>
</div>
</div>
<div class="footer-container">
<h1 class="footer-logo">Bangladesh 2.0</h1>
<div class="footer-link">
<a href="#"><img src="./assets/facebook.png" alt="facebook" /></a
><a href="#"><img src="./assets/instagram.png" alt="instagram" /></a
><a href="#"><img src="./assets/x.png" alt="x" /></a>
</div>
</div>
</footer>
</body>
</html>