-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable.html
More file actions
770 lines (747 loc) · 25.7 KB
/
table.html
File metadata and controls
770 lines (747 loc) · 25.7 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
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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Global Climate Data | SAGE</title>
<link rel="stylesheet" href="./css/global.css" />
<link rel="preconnect" href="https://flagcdn.com" crossorigin />
<link rel="stylesheet" href="./css/table.css" />
<link rel="icon" href="./assets/images/favicon.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
/>
<meta
name="description"
content="SAGE empowers individuals and communities to take meaningful climate action. Join us in building a sustainable future for everyone."
/>
<meta
name="keywords"
content="climate action, sustainability, environment, global warming, green energy, carbon footprint"
/>
<meta name="author" content="ThevinduW" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
/>
<script src="./js/script.js"></script>
</head>
<body>
<header class="header" id="header">
<div class="header-left">
<div style="display: flex; align-items: center; gap: 16px">
<div class="logo-primary">
<a href="/"><img src="./assets/images/logo.png" alt="SAGE" /></a>
</div>
<div class="logo logo-text"><a href="/">SAGE</a></div>
<div class="logo-separator"></div>
<div class="logo">
<a href="https://sdgs.un.org/" target="_blank">
<img src="./assets/images/sdgsaf.webp" alt="SDG Logo" />
</a>
</div>
</div>
<div class="mobile-menu-button" onclick="toggleMobileMenu()">☰</div>
</div>
<nav class="nav-links">
<a href="/home.html">Home</a>
<a href="./volunteer.html">Volunteer</a>
<a href="/table.html" class="active">Climate Data</a>
<a href="./team.html">Team</a>
<a href="./sitemap.html">Sitemap</a>
<a href="./feedback.html">Feedback</a>
</nav>
<div class="header-right">
<a href="./profile.html" class="profile-button">Profile →</a>
</div>
<div class="mobile-nav" id="mobileNav">
<a href="/home.html">Home</a>
<a href="./volunteer.html">Volunteer</a>
<a href="/table.html">Climate Data</a>
<a href="./team.html">Team</a>
<a href="./sitemap.html">Sitemap</a>
<a href="./feedback.html">Feedback</a>
<a href="./profile.html" class="profile-button">Profile →</a>
</div>
</header>
<main>
<!-- Main content section block for climate analytics -->
<section class="block-section">
<!-- Wrapper to control layout and spacing -->
<div class="block-wrapper">
<!-- Container for aligning the main content -->
<div class="block-container">
<!-- Actual content block: heading, label, and paragraph text -->
<div class="block-content">
<!-- Visual label for the block, can be enhanced with aria-label if icon is used -->
<span class="block-label">ANALYZE</span>
<!-- Main heading for this section (semantic importance) -->
<h2 class="block-heading">Global Climate Action Through Data</h2>
<!-- Paragraph describing the purpose of the climate analytics section -->
<p>
Discover how countries around the world are responding to the
climate crisis. Our climate analytics table reveals key trends,
national initiatives, and measurable progress aligned with SDG
13 empowering you to learn from real-world efforts and drive
change through informed action.
</p>
<!-- Supporting paragraph emphasizing collaboration and impact -->
<p>
Through collaboration, innovation, and advocacy, we strive to
address the urgent challenges posed by climate change and create
a more resilient and equitable world for all.
</p>
</div>
</div>
</div>
</section>
<!-- Table -->
<div class="climate-section">
<div
class="climate-scroll"
aria-label="Climate Action Data Table Scroll Area"
>
<table
class="climate-table"
aria-label="Global Climate Action Data Table"
>
<!-- Table Header -->
<thead>
<tr>
<th
title="Country name and flag"
aria-label="Country name and flag"
>
Country
</th>
<th
title="Average increase in temperature since pre-industrial times"
aria-label="Average increase in temperature since pre-industrial times"
>
Temp Rise
</th>
<th
title="Percentage of energy derived from renewable sources"
aria-label="Percentage of energy derived from renewable sources"
>
Renewables
</th>
<th
title="Area (in hectares) of land reforested in recent years"
aria-label="Area (in hectares) of land reforested in recent years"
>
Reforested
</th>
<th
title="Current trend in national carbon emissions"
aria-label="Current trend in national carbon emissions"
>
Emissions
</th>
<th
title="Notable climate-related programs or policies"
aria-label="Notable climate-related programs or policies"
>
Initiatives
</th>
<th
title="Thematic focus of each country’s climate actions"
aria-label="Thematic focus of each country’s climate actions"
>
Alignment
</th>
</tr>
</thead>
<!-- Table Row Section Begins -->
<tbody>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/lk.png"
width="20"
alt="Flag of Sri Lanka"
/>
Sri Lanka
</div>
</td>
<td>+1.2°C</td>
<td>42%</td>
<td>8,500 ha</td>
<td>
<i
class="fas fa-arrow-up"
style="color: black; margin-right: 6px"
></i>
Increasing
</td>
<td>
<a
href="https://www.energy.gov.lk/en/soorya-bala-sangramaya"
target="_blank"
>Soorya Bala Sangramaya</a
><br />
<small
><a
href="https://www.energy.gov.lk/en/soorya-bala-sangramaya"
target="_blank"
>energy.gov.lk</a
></small
>
</td>
<td>
Energy & Farming
<br />
<i
class="fas fa-bolt"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-leaf"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/in.png"
width="20"
alt="Flag of India"
/>
India
</div>
</td>
<td>+1.0°C</td>
<td>38%</td>
<td>21,000 ha</td>
<td>
<i
class="fas fa-arrow-down"
style="color: black; margin-right: 6px"
></i>
Decreasing
</td>
<td>
<a
href="https://jgu.edu.in/jsgp/jindal-policy-research-lab/ev-policy-of-india/"
target="_blank"
>EV Policy of India</a
><br />
<small
><a
href="https://jgu.edu.in/jsgp/jindal-policy-research-lab/ev-policy-of-india/"
target="_blank"
>jgu.edu.in</a
></small
>
</td>
<td>
Urban Shift
<br />
<i
class="fas fa-city"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-arrows-rotate"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/de.png"
width="20"
alt="Flag of Germany"
/>
Germany
</div>
</td>
<td>+0.9°C</td>
<td>47%</td>
<td>9,200 ha</td>
<td>
<i
class="fas fa-arrows-left-right"
style="color: black; margin-right: 6px"
></i>
Stable
</td>
<td>
<a
href="https://www.bmwk.de/Redaktion/EN/Hydrogen/Dossiers/national-hydrogen-strategy.html"
target="_blank"
>Germany’s National Hydrogen Strategy</a
><br />
<small
><a
href="https://www.bmwk.de/Redaktion/EN/Hydrogen/Dossiers/national-hydrogen-strategy.html"
target="_blank"
>bmwk.de</a
></small
>
</td>
<td>
Industry Reform
<br />
<i
class="fas fa-industry"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-screwdriver-wrench"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/us.png"
width="20"
alt="Flag of United States"
/>
USA
</div>
</td>
<td>+1.6°C</td>
<td>19%</td>
<td>3,800 ha</td>
<td>
<i
class="fas fa-arrow-up"
style="color: black; margin-right: 6px"
></i>
Increasing
</td>
<td>
<a
href="https://www.congress.gov/bill/118th-congress/house-bill/5744"
target="_blank"
>Energy Innovation & Carbon Dividend Act</a
><br />
<small
><a href="https://www.congress.gov" target="_blank"
>congress.gov</a
></small
>
</td>
<td>
Transport & Energy
<br />
<i
class="fas fa-car"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-bolt"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/fr.png"
width="20"
alt="Flag of France"
/>
France
</div>
</td>
<td>+0.7°C</td>
<td>55%</td>
<td>12,000 ha</td>
<td>
<i
class="fas fa-arrow-down"
style="color: black; margin-right: 6px"
></i>
Decreasing
</td>
<td>
<a
href="https://www.ecologie.gouv.fr/net-zero-france"
target="_blank"
>Net Zero France</a
><br />
<small
><a href="https://ecologie.gouv.fr" target="_blank"
>ecologie.gouv.fr</a
></small
>
</td>
<td>
Energy Innovation
<br />
<i
class="fas fa-bolt"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-lightbulb"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/jp.png"
width="20"
alt="Flag of Japan"
/>
Japan
</div>
</td>
<td>+0.8°C</td>
<td>25%</td>
<td>4,000 ha</td>
<td>
<i
class="fas fa-arrows-left-right"
style="color: black; margin-right: 6px"
></i>
Stable
</td>
<td>
<a
href="https://www.enecho.meti.go.jp/en/category/others/basic_plan/2040-smartgrid.html"
target="_blank"
>Smart Grid 2040</a
><br />
<small
><a href="https://meti.go.jp" target="_blank"
>meti.go.jp</a
></small
>
</td>
<td>
Urban Planning
<br />
<i
class="fas fa-city"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-drafting-compass"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/br.png"
width="20"
alt="Flag of Brazil"
/>
Brazil
</div>
</td>
<td>+1.4°C</td>
<td>81%</td>
<td>31,000 ha</td>
<td>
<i
class="fas fa-arrow-down"
style="color: black; margin-right: 6px"
></i>
Decreasing
</td>
<td>
<a
href="https://www.gov.br/en/geography/environment/amazon-deforestation-control"
target="_blank"
>Amazon Shield</a
><br />
<small
><a href="https://gov.br" target="_blank">gov.br</a></small
>
</td>
<td>
Deforestation Control
<br />
<i
class="fas fa-tree"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-shield-alt"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/au.png"
width="20"
alt="Flag of Australia"
/>
Australia
</div>
</td>
<td>+1.7°C</td>
<td>29%</td>
<td>6,700 ha</td>
<td>
<i
class="fas fa-arrow-up"
style="color: black; margin-right: 6px"
></i>
Increasing
</td>
<td>
<a
href="https://www.agriculture.gov.au/climate-change/climate-smart-farms"
target="_blank"
>Climate‑Smart Farms</a
><br />
<small
><a href="https://agriculture.gov.au" target="_blank"
>agriculture.gov.au</a
></small
>
</td>
<td>
Water & Land
<br />
<i
class="fas fa-water"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-mountain"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/cn.png"
width="20"
alt="Flag of China"
/>
China
</div>
</td>
<td>+1.5°C</td>
<td>35%</td>
<td>11,500 ha</td>
<td>
<i
class="fas fa-arrow-up"
style="color: black; margin-right: 6px"
></i>
Increasing
</td>
<td>
<a href="https://www.greenbelt.org.cn/" target="_blank"
>Green Belt Initiative</a
><br />
<small
><a href="https://greenbelt.org.cn" target="_blank"
>greenbelt.org.cn</a
></small
>
</td>
<td>
Urban Emissions
<br />
<i
class="fas fa-city"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-smog"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/ng.png"
width="20"
alt="Flag of Nigeria"
/>
Nigeria
</div>
</td>
<td>+1.3°C</td>
<td>13%</td>
<td>9,000 ha</td>
<td>
<i
class="fas fa-arrows-left-right"
style="color: black; margin-right: 6px"
></i>
Stable
</td>
<td>
<a
href="https://www.worldbank.org/en/news/press-release/2025/06/20/world-bank-group-to-support-sri-lanka-s-clean-energy-transition-with-150-million-program"
target="_blank"
>Solar Villages</a
><br />
<small
><a href="https://worldbank.org" target="_blank"
>worldbank.org</a
></small
>
</td>
<td>
Rural Access
<br />
<i
class="fas fa-tractor"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-road"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td>
<div class="country">
<img
src="https://flagcdn.com/w40/ca.png"
width="20"
alt="Flag of Canada"
/>
Canada
</div>
</td>
<td>+1.0°C</td>
<td>61%</td>
<td>14,200 ha</td>
<td>
<i
class="fas fa-arrow-down"
style="color: black; margin-right: 6px"
></i>
Decreasing
</td>
<td>
<a
href="https://www.canada.ca/en/environment-climate-change/services/climate-change/pricing-pollution-how-it-will-work.html"
target="_blank"
>Federal Carbon Tax</a
><br />
<small
><a href="https://canada.ca" target="_blank"
>canada.ca</a
></small
>
</td>
<td>
Forests & Fuel
<br />
<i
class="fas fa-tree"
style="margin-right: 6px; color: #4caf50"
></i>
<i
class="fas fa-gas-pump"
style="margin-right: 6px; color: #4caf50"
></i>
</td>
</tr>
<tr>
<td colspan="7" class="table-note">
<div class="note-flex">
<div class="logo">
<div class="logo logo-text">SAGE</div>
</div>
<span
>Source: UNFCCC, FAO, IRENA, National Climate Reports
(2024)</span
>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</main>
<button
class="scroll-to-top"
onclick="scrollToTop()"
aria-label="Scroll to Top"
>
<i class="fas fa-arrow-up"></i>
</button>
<!-- Footer Section -->
<footer class="footer">
<div class="footer-grid">
<div class="footer-column">
<h4>Website Links</h4>
<a href="/home.html">Home</a>
<a href="./volunteer.html">Volunteer</a>
<a href="/table.html">Climate Data</a>
<a href="./team.html">Team</a>
<a href="./sitemap.html">Sitemap</a>
<a href="./feedback.html">Feedback</a>
</div>
<div class="footer-column">
<h4>Useful Links</h4>
<a
href="https://www.undp.org/sustainable-development-goals"
target="_blank"
>Conditions</a
>
<a
href="https://sdgactioncampaign.org/privacy-policy/"
target="_blank"
>Privacy Policy</a
>
<a href="https://sdgdata.gov.uk/cookies/" target="_blank">Cookies</a>
<a
href="https://anti-corruption.org/themes/anti-corruption-in-sdgs-2/"
target="_blank"
>Anti Corruption</a
>
<a
href="https://www.un.org/sustainabledevelopment/news/communications-material/"
target="_blank"
>Asset License</a
>
</div>
<div class="footer-column">
<h4>Content Pages</h4>
<a href="./content_ST1.html">Content 01</a>
<a href="./content_ST2.html">Content 02</a>
<a href="./content_ST3.html">Content 03</a>
<a href="./content_ST4.html">Content 04</a>
</div>
<div class="footer-column">
<h4>Student Pages</h4>
<a href="./pageEditor_ST1.html">Student 01</a>
<a href="./pageEditor_ST2.html">Student 02</a>
<a href="./pageEditor_ST3.html">Student 03</a>
<a href="./pageEditor_ST4.html">Student 04</a>
</div>
</div>
<div class="footer-bottom">
<p>Copyright © 2025 WebDev Group 5 Subgroup 5. All rights reserved.</p>
</div>
</footer>
</body>
</html>