Skip to content

Commit 6dbbb81

Browse files
committed
Update home.md
1 parent 48c88e0 commit 6dbbb81

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

home.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,12 @@ This documentation offers guidance on risk screening and provides pythons tools
6060
width: 250px;
6161
height: 250px;
6262
flex-shrink: 0;
63-
border-radius: 8px;
63+
}
64+
.tool-image img {
65+
width: 100%;
66+
height: 100%;
6467
object-fit: cover;
68+
border-radius: 8px;
6569
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
6670
}
6771
.tool-content {
@@ -92,34 +96,50 @@ This documentation offers guidance on risk screening and provides pythons tools
9296
<div class="tools-grid">
9397

9498
<div class="tool-item">
95-
<img src="docs/images/rdl-disaster-risk-logo.png" alt="Disaster Risk Analysis" class="tool-image" />
99+
<div class="tool-image">
100+
101+
![Disaster Risk Analysis](docs/images/rdl-disaster-risk-logo.png)
102+
103+
</div>
96104
<div class="tool-content">
97105
<h3><strong>Analyze disaster risk</strong></h3>
98-
<p>Perform <strong>spatial analytics of disaster risk</strong> using globally available datasets.</p>
106+
<p>Perform <strong><a href="https://gfdrr.github.io/CCDR-tools/docs/intro-risk.html">spatial analytics of disaster risk</a></strong> using globally available datasets.</p>
99107
</div>
100108
</div>
101109

102110
<div class="tool-item">
103-
<img src="docs/images/rdl-risk-poverty-logo.png" alt="Risk and Poverty Mapping" class="tool-image" />
111+
<div class="tool-image">
112+
113+
![Risk and Poverty Mapping](docs/images/rdl-risk-poverty-logo.png)
114+
115+
</div>
104116
<div class="tool-content">
105117
<h3><strong>Map the interaction of risk and poverty</strong></h3>
106-
<p>Combine hazard exposure and socio-economic vulnerability to produce <strong>bi-variate maps</strong> highlighting risk-poverty hotspots.</p>
118+
<p>Combine hazard exposure and socio-economic vulnerability to produce <strong><a href="docs/risk-poverty.html">bi-variate maps</a></strong> highlighting risk-poverty hotspots.</p>
107119
</div>
108120
</div>
109121

110122
<div class="tool-item">
111-
<img src="docs/images/rdl-climate-risk-logo.png" alt="Future Climate Risk" class="tool-image" />
123+
<div class="tool-image">
124+
125+
![Future Climate Risk](docs/images/rdl-climate-risk-logo.png)
126+
127+
</div>
112128
<div class="tool-content">
113129
<h3><strong>Explore future climate risk</strong></h3>
114-
<p>Generate climate risk outlooks based on <strong>CMIP6 climate projections</strong> and standardized risk indices.</p>
130+
<p>Generate climate risk outlooks based on <strong><a href="docs/climate-risk.html">CMIP6 climate projections</a></strong> and standardized risk indices.</p>
115131
</div>
116132
</div>
117133

118134
<div class="tool-item">
119-
<img src="docs/images/rdl-dashboard-logo.png" alt="Interactive Dashboards" class="tool-image" />
135+
<div class="tool-image">
136+
137+
![Interactive Dashboards](docs/images/rdl-dashboard-logo.png)
138+
139+
</div>
120140
<div class="tool-content">
121141
<h3><strong>Build interactive dashboards</strong></h3>
122-
<p>Present results in an <strong>interactive dashboard</strong> format to support communication, exploration, and stakeholder engagement.</p>
142+
<p>Present results in an <strong><a href="docs/presentation.html#dashboard">interactive dashboard</a></strong> format to support communication, exploration, and stakeholder engagement.</p>
123143
</div>
124144
</div>
125145

0 commit comments

Comments
 (0)