-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathearlywarning.html.bak
More file actions
267 lines (240 loc) · 7.73 KB
/
earlywarning.html.bak
File metadata and controls
267 lines (240 loc) · 7.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Climate Services Dashboard | Climate Hazards Center - UC Santa Barbara</title>
<style>
/* --- Reset & General Styling --- */
*, *::before, *::after {
box-sizing: border-box;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: "Helvetica Neue", Arial, sans-serif;
display: flex;
flex-direction: column;
background-color: #f8f9fa;
color: #333;
}
a {
text-decoration: none;
color: #003660;
}
a:hover {
text-decoration: underline;
}
h1, h2 {
color: #003660;
margin: 0 0 10px 0;
}
/* --- Header --- */
.header {
background-color: #003660;
color: white;
padding: 0;
}
.header table {
width: 100%;
border-collapse: collapse;
}
.header a {
color: white;
font-weight: 500;
font-size: 14px;
}
.header img {
display: block;
}
/* --- Main Content --- */
.container {
flex: 1; /* expands to fill remaining space */
max-width: 1100px;
margin: 40px auto;
padding: 0 20px;
}
/* Section cards */
.section {
background-color: white;
border-left: 6px solid #02788a;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
margin-bottom: 25px;
padding: 25px 30px;
}
.section h2 a {
color: #02788a;
font-weight: bold;
}
.section p {
line-height: 1.6;
}
/* Under construction notice */
.notice {
color: red;
font-style: italic;
text-align: center;
margin: 10px 0;
}
/* --- Footer --- */
.footer {
background-color: #003660;
color: white;
padding: 0;
}
.footer table {
width: 100%;
border-collapse: collapse;
}
.footer td {
vertical-align: middle;
}
.footer a {
color: white;
margin: 0 8px;
font-weight: 500;
}
.footer img {
display: inline-block;
width: 33px;
height: 33px;
margin-left: 6px;
vertical-align: middle;
}
</style>
</head>
<body>
<!-- ====== Header ====== -->
<div class="header">
<table>
<!-- Top row: Logo left, UCSB text right -->
<tr>
<td style="padding:5px 15px;">
<a href="https://chc.ucsb.edu">
<img src="CHC_logo_white.png" alt="Climate Hazards Center - UC Santa Barbara" style="width:175px; height:auto;">
</a>
</td>
<td style="padding:5px 20px; text-align:right;">
<a href="http://www.ucsb.edu">University of California,<br>Santa Barbara</a>
</td>
</tr>
<!-- Navigation row -->
<tr>
<td colspan="2" style="text-align:center; padding:5px 0;">
<a href="https://chc.ucsb.edu/about">About</a> |
<a href="https://chc.ucsb.edu/people">People</a> |
<a href="https://chc.ucsb.edu/research">Publications</a> |
<a href="https://chc.ucsb.edu/tools">Tools</a> |
<a href="https://chc.ucsb.edu/data">Data Sets</a> |
<a href="https://chc.ucsb.edu/monitoring">Monitoring & Forecasting</a> |
<a href="https://chc.ucsb.edu/news">News</a> |
<a href="https://chc.ucsb.edu/activities">Activities</a>
</td>
</tr>
</table>
</div>
<!-- ====== Under Construction Notice ====== -->
<p class="notice">This page is currently under construction.</p>
<!-- ====== Main Content ====== -->
<div class="container">
<h1>Early Warning Initiatives</h1>
<p>
The Climate Hazards Center (CHC) supports early warning initiatives to monitor and forecast climate extremes.
Below are some of our active projects that provide actionable information for vulnerable communities.
</p>
<!-- Project 1 -->
<div class="section">
<h2>
<a href="https://climateservices.chc.ucsb.edu/kenya_subseasonal_forecast_update.html">
Kenya Subseasonal Forecast Update
</a>
</h2>
</div>
<!-- Project 2 -->
<div class="section">
<h2>
<a href="https://climateservices.chc.ucsb.edu/chc-snippet-kenya.html">
Kenya Rainfall Monitor
</a>
</h2>
<p>
The Rainfall Monitor shows snippets of recent rainfall conditions in Kenya using a combination of CHIRPS and CHIRPS-GEFS forecasts.
Snippets are a publicly accessible tool to display maps from the Climate Hazards Center Early Warning Explorer (EWX) online application on your own webpage.
</p>
</div>
<!-- Project 3 -->
<div class="section">
<h2>
<a href="https://climateservices.chc.ucsb.edu/chirps3-monthly-Madagascar.html">
Madagascar Rainfall Monitor
</a>
</h2>
<p>
The Rainfall Monitor shows snippets of recent rainfall conditions in Madagascar using a combination of CHIRPS and CHIRPS-GEFS forecasts.
Snippets are a publicly accessible tool to display maps from the Climate Hazards Center Early Warning Explorer (EWX) online application on your own webpage.
</p>
</div>
<!-- Project 4 -->
<div class="section">
<h2>
<a href="https://climateservices.chc.ucsb.edu/kakumarefugeecampheatracker.html">
Kakuma Refugee Camp Heat Tracker
</a>
</h2>
<p>
This project monitors extreme heat events in Kakuma Refugee Camp using satellite and ground-based temperature data.
The Heat Tracker provides near real-time alerts to humanitarian agencies and camp managers, helping reduce heat-related risks.
</p>
</div>
</div>
<!-- ====== Footer ====== -->
<div class="footer">
<table>
<!-- Top row: Left text, right social icons -->
<tr>
<td style="padding:10px 15px; color:#ffffff;">
<p style="margin:0;">
<strong>Climate Hazards Center</strong><br>
UC Santa Barbara<br>
Santa Barbara, CA 93106
</p>
</td>
<td style="padding:10px 15px; text-align:right;">
<a href="https://x.com/climatehazards" target="_blank">
<img src="https://chc.ucsb.edu/sites/default/themes/at_lsit/images/department/logo-white.png" alt="X">
</a>
<a href="https://www.facebook.com/climatehazardscenter/" target="_blank">
<img src="https://chc.ucsb.edu/sites/default/themes/at_lsit/images/department/facebook.png" alt="Facebook">
</a>
<a href="https://www.instagram.com/ucsb_chc/?hl=en" target="_blank">
<img src="https://chc.ucsb.edu/sites/default/themes/at_lsit/images/department/instagram.png" alt="Instagram">
</a>
<a href="https://www.linkedin.com/company/climate-hazards-center/about/" target="_blank">
<img src="https://chc.ucsb.edu/sites/default/themes/at_lsit/images/department/linkedin100.png" alt="LinkedIn">
</a>
</td>
</tr>
<!-- Bottom row: links -->
<tr>
<td colspan="2" style="text-align:center; padding:8px 0;">
<a href="http://www.college.ucsb.edu">College of Letters and Science</a> |
<a href="http://www.ucsb.edu">UC Santa Barbara</a> |
<a href="https://chc.ucsb.edu/accessibility">Accessibility</a> |
<a href="http://www.policy.ucsb.edu/terms_of_use/">Appropriate Use</a> |
<a href="http://www.policy.ucsb.edu/privacy-notification/">Privacy</a> |
<a href="mailto:dcalaso@ucsb.edu">Webmaster</a>
</td>
</tr>
<!-- Copyright -->
<tr>
<td colspan="2" style="text-align:center; padding:5px 0; font-size:13px;">
©2026 The Regents of the University of California. All Rights Reserved.
</td>
</tr>
</table>
</div>
</body>
</html>