-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (49 loc) · 2.08 KB
/
index.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
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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<title>Eastern Pacific Weather</title>
</head>
<body>
<header>
<h1>Eastern Pacific Weather</h1>
</header>
<figure class="cd-image-container" style="width:100%">
<img src="http://www.ssd.noaa.gov/goes/west/epac/vis-animated.gif" alt="Original Image" >
<span class="cd-image-label" data-type="original"></span>
<div class="cd-resize-img"> <!-- the resizable image on top -->
<img src="http://www.ssd.noaa.gov/goes/west/epac/avn-animated.gif" alt="Modified Image" >
<span class="cd-image-label" data-type="modified"></span>
</div>
<span class="cd-handle"></span>
</figure> <!-- cd-image-container -->
<header>
<h1>500mb</h1>
</header>
<figure> <img src="http://tropic.ssec.wisc.edu/real-time/eastpac/winds/wg9vor2.GIF" style="width: 100%" /> </figure>
<header>
<h1>24h Surface Forecast</h1>
</header>
<figure> <img src="http://weather.noaa.gov/pub/fax/PYFE10.gif" style="width: 100%" /> </figure>
<header>
<h1>24h Wind/Wave Forecast</h1>
</header>
<figure> <img src="http://weather.noaa.gov/pub/fax/PWFE03.gif" style="width: 100%" /> </figure>
<header>
<h1>Sea Surface Temperature</h1>
</header>
<figure> <img src="http://www.ospo.noaa.gov/data/sst/contour/gulfcalf.cf.gif" style="width: 100%" /> </figure>
<header>
<h1>earth.nullschool.net</h1>
</header>
<figure> <iframe src="http://earth.nullschool.net/#current/wind/surface/level/orthographic=-111.39,19.92,1024" style="width: 100%; height: 800px;" /> </figure>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/jquery.mobile.custom.min.js"></script> <!-- Resource jQuery -->
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
</html>