-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
303 lines (284 loc) · 17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bangladesh 2.0</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<main class="main-wrapper">
<header class="header">
<h1 class="brand-title">Bangladesh 2.0</h1>
<button class="sign-button" type="button">Sign In</button>
</header>
<div class="hero">
<div class="hero-wrapper">
<div class="hero-content">
<div class="hero-subtitle">Bangladesh 2.0</div>
<h1 class="hero-heading">
Idea, innovation,
<br>
vision and challenges in New Bangladesh.
</h1>
</div>
<button class="hero-button" type="button">Explore New Bangladesh</button>
</div>
<img src="assets/images/hero.png" class="hero-image" alt="Visual representation of Bangladesh 2.0 innovation and vision">
</div>
<div class="pillars">
<h1 class="pillars-title">Pillars of "Bangladesh 2.0"</h1>
<div class="pillars-wrapper">
<div class="pillars-grid">
<div class="pillar-card">
<img src="assets/images/card-icon.png" class="pillar-icon" alt="Innovation pillar icon">
<div class="pillar-content">
<h2 class="pillar-title">Innovation</h2>
<p class="pillar-description">
Dolor sit amet consectetur elit. Facilis quas, ducimus labore sequi quos
</p>
</div>
</div>
<div class="pillar-card">
<img src="assets/images/card-icon.png" class="pillar-icon" alt="Sustainability pillar icon">
<div class="pillar-content">
<h2 class="pillar-title">Sustainability</h2>
<p class="pillar-description">
Dolor sit amet consectetur elit. Facilis quas, ducimus labore sequi quos
</p>
</div>
</div>
<div class="pillar-card">
<img src="assets/images/card-icon.png" class="pillar-icon" alt="Infrastructure pillar icon">
<div class="pillar-content">
<h2 class="pillar-title">Infrastructure</h2>
<p class="pillar-description">
Dolor sit amet consectetur elit. Facilis quas, ducimus labore sequi quos
</p>
</div>
</div>
<div class="pillar-card">
<img src="assets/images/card-icon.png" class="pillar-icon" alt="Empowerment pillar icon">
<div class="pillar-content">
<h2 class="pillar-title">Empowerment</h2>
<p class="pillar-description">
Dolor sit amet consectetur elit. Facilis quas, ducimus labore sequi quos
</p>
</div>
</div>
</div>
</div>
</div>
<div class="vision">
<div class="vision-section">
<h1 class="vision-title">The Vision of Future</h1>
<div class="vision-wrapper">
<div class="vision-text">
<p class="vision-description">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>
</div>
</div>
<div class="features-section">
<article class="feature-card digital-card">
<img src="assets/images/card-icon.png" alt="Digital Transformation Icon" class="feature-icon">
<div class="feature-content">
<h2 class="feature-title">Digital Transformation</h2>
<p class="feature-description">Creating a nationwide digital ecosystem to enhance connectivity and access to services for all citizens.</p>
</div>
<button class="feature-button digital-button">Learn More</button>
</article>
<article class="feature-card green-card">
<img src="assets/images/card-icon.png" alt="Green Energy Icon" class="feature-icon">
<div class="feature-content">
<h2 class="feature-title">Green Energy</h2>
<p class="feature-description">Investments in solar and wind energy to ensure a sustainable and eco-friendly future.</p>
</div>
<button class="feature-button green-button">Learn More</button>
</article>
<article class="feature-card modern-card">
<img src="assets/images/card-icon.png" alt="Infrastructure Icon" class="feature-icon">
<div class="feature-content">
<h2 class="feature-title">Modern Infrastructure</h2>
<p class="feature-description">Building state-of-the-art infrastructure to support economic growth and global competitiveness.</p>
</div>
<button class="feature-button modern-button">Learn More</button>
</article>
</div>
<div class="testimonial-section">
<div class="testimonial-card">
<div class="testimonial-content">
<p class="testimonial-text">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis quas, ducimus labore sequi quos deserunt optio id repellendus tempora veniam amet porro corporis exercitationem numquam debitis culpa laudantium odio, velit vel minus sit? Veritatis aut maiores ducimus fugit error ex sit, dignissimos eum tempora perferendis a rem culpa ab aliquid modi? Est vitae neque esse, cumque, quam tenetur rem earum eaque mollitia modi ipsum aspernatur, dignissimos excepturi aliquam architecto soluta necessitatibus vero?"</p>
<div class="testimonial-author">
<cite class="author-name">Dr. Muhammad Yunus</cite>
<div class="author-title">Chief Adviser of the People's Republic of Bangladesh</div>
</div>
<img src="assets/images/quote-bg.png" alt="Quotation mark" class="quote-icon">
</div>
</div>
</div>
</div>
<div class="opinion">
<h1 class="opinion-title">Your Opinion Matters</h1>
<div class="opinion-card">
<div class="opinion-wrapper">
<div class="opinion-content">
<div class="content">
<div class="header-section">
<div class="header-content">
<div>Questions</div>
<div>Select Your Opinion</div>
</div>
</div>
<div class="questions">
<div class="question-row">
<div class="question-text">
<div class="question-content">
Do you believe Bangladesh is on the right path toward becoming a developed nation?
</div>
</div>
<div class="answer">
<button class="answer-button">
<span class="answer-text">Yes, I Agree</span>
<img src="assets/images/arrow.png" class="answer-icon">
</button>
</div>
</div>
<div class="question-row">
<div class="question-text">
<div class="question-content">
Do you believe Bangladesh is on the right path toward becoming a developed nation?
</div>
</div>
<div class="answer">
<button class="answer-button">
<span class="answer-text">Yes, I Agree</span>
<img src="assets/images/arrow.png" class="answer-icon">
</button>
</div>
</div>
<div class="question-row">
<div class="question-text">
<div class="question-content">
Do you believe Bangladesh is on the right path toward becoming a developed nation?
</div>
</div>
<div class="answer">
<button class="answer-button">
<span class="answer-text">Yes, I Agree</span>
<img src="assets/images/arrow.png" class="answer-icon">
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="news">
<div class="news-header">
<h1 class="news-title">Recent News</h1>
<p class="news-subtitle">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>
<div class="news-content">
<article class="news-card">
<img src="assets/images/satelite.png" alt="News article featured image" class="news-image">
<div class="news-card-content">
<h2 class="article-title">Bangladesh Launches New Satellite</h2>
<img src="assets/images/al-jazeera.png" class="article-meta-image">
<div class="article-meta">
<time datetime="2025-05-01 22:25">Date: 05/01/2025</time>
<time datetime="22:25">Time: 10.25 PM</time>
</div>
<p class="article-text">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="article-btn">Read More</button>
</div>
</article>
<article class="news-card">
<div class="news-card-content">
<h2 class="article-title">Bangladesh Launches New Satellite</h2>
<img src="assets/images/al-jazeera.png" class="article-meta-image">
<div class="article-meta">
<time datetime="2025-05-01 22:25">Date: 05/01/2025</time>
<time datetime="22:25">Time: 10.25 PM</time>
</div>
<p class="article-text">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="article-btn">Read More</button>
</div>
<img src="assets/images/satelite.png" alt="News article featured image" class="news-image">
</article>
<article class="news-card">
<img src="assets/images/satelite.png" alt="News article featured image" class="news-image">
<div class="news-card-content">
<h2 class="article-title">Bangladesh Launches New Satellite</h2>
<img src="assets/images/al-jazeera.png" class="article-meta-image">
<div class="article-meta">
<time datetime="2025-05-01 22:25">Date: 05/01/2025</time>
<time datetime="22:25">Time: 10.25 PM</time>
</div>
<p class="article-text">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="article-btn">Read More</button>
</div>
</article>
</div>
</div>
<div class="donation">
<div class="donate-section">
<h1 class="donate-heading">Donate Today</h1>
<div class="donate-wrapper">
<p class="description-text">
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>
</div>
<div class="amount-options" role="radiogroup">
<div class="amount-box" role="radio" aria-checked="false">
<div>100 Taka</div>
</div>
<div class="amount-box amount-box-selected" role="radio" aria-checked="true">
<div>200 Taka</div>
</div>
<div class="amount-box" role="radio" aria-checked="false">
<div>500 Taka</div>
</div>
<div class="amount-box" role="radio" aria-checked="false">
<div>1000 Taka</div>
</div>
</div>
<input type="number" class="custom-amount" placeholder="Other Amount (Taka)">
<button type="submit" class="donate-button">Done Now</button>
</div>
<div class="newsletter">
<div class="newsletter-content">
<div class="newsletter-header">
<h2 class="newsletter-title">Subscribe Newsletter</h2>
<p class="newsletter-description">
Bangladesh 2.0 aims to redefine the nation's trajectory by embracing
cutting-edge technology, promoting inclusive growth.
</p>
</div>
<form class="subscription-form">
<input type="email" class="email-input" placeholder="Enter your email here" required>
<button type="submit" class="subscribe-button">Subscribe</button>
</form>
<p class="privacy-notice">We promise not to spam you!</p>
</div>
</div>
</main>
<footer class="footer">
<h2 class="footer-title">Bangladesh 2.0</h2>
<div class="footer-divider"></div>
<div class="social-links">
<div class="social-icon-wrapper">
<img src="assets/images/facebook.png" class="social-icon" alt="Social media icon">
</div>
<img src="assets/images/instagram.png" class="social-icon-secondary" alt="Social media icon">
<img src="assets/images/x.png" class="social-icon-tertiary" alt="Social media icon">
</div>
</footer>
</body>
</html>