-
Notifications
You must be signed in to change notification settings - Fork 0
/
About_IMPACTS.html
33 lines (31 loc) · 1.3 KB
/
About_IMPACTS.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
<!DOCTYPE html>
<html>
<head>
<title>UW/IMPACTS Home Page</title>
<link href="home.css" type="text/css" rel="stylesheet">
<meta charset="utf-8" />
<link rel="icon" href="http://impacts.atmos.washington.edu/gif/IMPACTSlogo_small.png" type="image/png">
</head>
<body>
<div id="top">
<div id="topContent">
<img src="http://impacts.atmos.washington.edu/gif/IMPACTSlogo_small.png" alt="logo">
<p>IMPACTS: Investigation of Microphysics and Precipitation for Atlantic Coast-Threatening Snowstorms</p>
</div>
</div>
<div id="main">
<div class="summary">
<h2>The IMPACTS Field Campaign</h2>
<p id="about">The Investigation of Microphysics and Precipitation
for Atlantic Coast-Threatening Snowstorms (IMPACTS)
.......
</p>
<a href="../">Back to IMPACTS Home Page</a>
</div>
</div>
<div id="center">
<img class="bottom" src="gif/nasa.png" alt="NASA">
<p class="bottom">For questions, contact <a href="mailto:[email protected]?subject=IMPACTS">Lynn McMurdie</a></p>
<img class="bottom" src="http://impacts.atmos.washington.edu/gif/uw_logo.jpg" alt="UW" height="40">
</div>
</body>