Skip to content

Commit 84f16a5

Browse files
committed
(1) Weather wane rename (2) tool archive changes (3) updated linkedin feed
1 parent edc1e6a commit 84f16a5

11 files changed

Lines changed: 32 additions & 31 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ _site
44
.jekyll-metadata
55
vendor
66
node_modules
7+
**/.DS_Store

_data/linkedin_feed.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
- 7404826296993710080
2-
- 7396816376612564992
3-
- 7354353616050155520
4-
# - 7345691918535708672
5-
# - 7338893695305297921
1+
- 7445044504073777152
2+
- 7434548963141177344
3+
- 7396816376612564992

_includes/nav.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
<li><a href="{{ site.baseurl }}/resources/#publications">publications</a></li>
4949
<li><a href="{{ site.baseurl }}/resources/#newsletter">newsletters</a></li>
5050
<li><a href="{{ site.baseurl }}/resources/#financials">financials</a></li>
51-
<li><a href="{{ site.baseurl }}/resources/#archive">archive</a></li>
51+
<li><a href="{{ site.baseurl }}/resources/#archive">tools archive</a></li>
5252
</ul>
5353
</li>
5454
<ul class="inner-nav">
5555
<li><a href="{{ site.baseurl }}/resources/#publications">publications</a></li>
5656
<li><a href="{{ site.baseurl }}/resources/#newsletter">newsletters</a></li>
5757
<li><a href="{{ site.baseurl }}/resources/#financials">financials</a></li>
58-
<li><a href="{{ site.baseurl }}/resources/#archive">archive</a></li>
58+
<li><a href="{{ site.baseurl }}/resources/#archive">tools archive</a></li>
5959
</ul>
6060
<li class="{% if page.url == '/get-involved/' %}active{% endif %}">
6161
<a href="{{ site.baseurl }}/get-involved/">get involved</a>
@@ -107,6 +107,7 @@
107107
padding: var(--p1-rem);
108108
cursor: pointer;
109109
position: relative;
110+
text-wrap-mode: nowrap;
110111
}
111112

112113
nav>ul>li::before {
@@ -163,7 +164,7 @@
163164

164165
.dropdown {
165166
position: absolute;
166-
left: 0.75rem;
167+
left: calc(var(--p1-rem) * 0.5);
167168
background-color: white;
168169
border: 1px solid var(--grey-4);
169170
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

_layouts/projects-layout.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2 class="about title" id="all">All Projects</h2>
2626
</div>
2727

2828
<!-- Description -->
29-
<div class="description">
29+
<!-- <div class="description">
3030
<div id="our-work-description">
3131
<p class="simple-content">
3232
Our goal is to design better policy using games and simulations. Our work involves three
@@ -52,7 +52,7 @@ <h2 class="about title" id="all">All Projects</h2>
5252
{% endfor %}
5353
5454
<a href="/docs/brochures/FoVBrochure.pdf" class="mailid">Download our brochure here.</a><br/><br>
55-
</div>
55+
</div> -->
5656
</div>
5757
</div>
5858
</section>
@@ -70,7 +70,7 @@ <h2 class="about title" id="all">All Projects</h2>
7070

7171
.grid {
7272
display: grid;
73-
grid-template-columns: 1fr 2fr 1.5fr;
73+
grid-template-columns: 1fr 2fr;
7474
/* sidebar / projects / description */
7575
gap: 2rem;
7676
}

_posts/tools/2025-01-10-gudluck.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
layout: tool-layout
3-
title: Weather Wane
3+
title: Gullack
44
subtitle: A Capacity-Building Game on Climate Risks and Adaptation
55
category: tool
66
tag: Game
7-
permalink: /tools/weather-wane/
8-
main-img: /img/tools/gudluck-img-1.webp
7+
permalink: /tools/gullack/
8+
main-img: /img/tools/gullack-img-1.webp
99

10-
img1: /img/tools/gudluck-img-1.webp
11-
img2: /img/tools/gudluck-img-2.webp
12-
img3: /img/tools/gudluck-img-3.webp
10+
img1: /img/tools/gullack-img-1.webp
11+
img2: /img/tools/gullack-img-2.webp
12+
img3: /img/tools/gullack-img-3.webp
1313

1414
objective: How do you communicate climate risks and the role adaptation measures play in building resilience to at risk communities?
15-
description: Weather Wane is a capacity-building game designed to help communities understand the impact of climate change and the role of adaptation strategies in safeguarding household well-being.
15+
description: Gullack is a capacity-building game designed to help communities understand the impact of climate change and the role of adaptation strategies in safeguarding household well-being.
1616
summary: <p>
1717
In the game, participants navigate through different seasons, making timely investments in climate adaptation strategies—such as measures for extreme heat or flood preparedness—to mitigate household impacts before they become unaffordable or too difficult to recover from.
1818
</p>
@@ -21,7 +21,7 @@ summary: <p>
2121
</p>
2222
impact:
2323
<p>
24-
Weather Wane raises awareness and strengthens individuals’ understanding of climate risks and available adaptation options, empowering them to make decisions that enhance household resilience. It also supports communities in evaluating and selecting effective strategies, thereby improving overall climate resilience.
24+
Gullack raises awareness and strengthens individuals’ understanding of climate risks and available adaptation options, empowering them to make decisions that enhance household resilience. It also supports communities in evaluating and selecting effective strategies, thereby improving overall climate resilience.
2525
</p>
2626
<p>
2727
The game can be customised with relevant data tailored to the target audience, and can incorporate a range of climate adaptation strategies, including relevant schemes and policies.

resources.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<button class="tab-btn active" data-tab="publications">Publications</button>
99
<button class="tab-btn" data-tab="newsletter">Newsletter</button>
1010
<button class="tab-btn" data-tab="financials">Financials</button>
11-
<button class="tab-btn" data-tab="archive">Archive</button>
11+
<button class="tab-btn" data-tab="archive">Tools Archive</button>
1212
</nav>
1313

1414
<!-- PUBLICATIONS -->
@@ -201,7 +201,7 @@ <h2 class="about title" id="all">All Projects</h2>
201201
{% endfor %}
202202
</div>
203203

204-
<div class="description">
204+
<!-- <div class="description">
205205
<div id="our-work-description">
206206
<p class="simple-content">
207207
Our goal is to design better policy using games and simulations. Our work involves three
@@ -227,7 +227,7 @@ <h2 class="about title" id="all">All Projects</h2>
227227
{% endfor %}
228228
229229
<a href="/docs/brochures/FoVBrochure.pdf" class="mailid">Download our brochure here.</a><br/><br>
230-
</div>
230+
</div> -->
231231
</div>
232232
</div>
233233
</div>
@@ -435,7 +435,7 @@ <h2 class="about title" id="all">All Projects</h2>
435435

436436
.archive-tab .grid {
437437
display: grid;
438-
grid-template-columns: 1fr 2fr 1.5fr;
438+
grid-template-columns: 1fr 4fr;
439439
gap: 2rem;
440440
}
441441

@@ -453,14 +453,10 @@ <h2 class="about title" id="all">All Projects</h2>
453453
}
454454

455455
.archive-tab .projects {
456-
display: flex;
457-
flex-wrap: wrap;
456+
display: grid;
458457
gap: 1.5rem;
459458
padding-top: var(--p4-rem);
460-
}
461-
462-
.archive-tab .project {
463-
flex: 1 1 calc(50% - 1.5rem);
459+
grid-template-columns: 1fr 1fr 1fr 1fr;
464460
}
465461

466462
.archive-tab .project img {
@@ -488,12 +484,16 @@ <h2 class="about title" id="all">All Projects</h2>
488484
}
489485

490486
@media (max-width: 768px) {
487+
.archive-tab {
488+
padding: var(--p1-rem);
489+
}
490+
491491
.archive-tab .grid {
492492
grid-template-columns: 1fr;
493493
}
494494

495-
.archive-tab .project {
496-
flex: 1 1 100%;
495+
.archive-tab .projects {
496+
grid-template-columns: 1fr 1fr;
497497
}
498498
}
499499

0 commit comments

Comments
 (0)