-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (41 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DjGrego.com</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
<div class="navbar">
<a href="#home">Home</a>
<a href="\wx">Weather</a>
<a href="\traffic">Traffic Cams</a>
<div class="dropdown">
<button class="dropbtn">Bird
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://birdcast.info/migration-tools/live-migration-maps">Bird Migration Map</a>
<a href="https://alert.birdcast.info/birdcast?latLng=30.080174,-94.1265562&locName=Beaumont,%20TX,%20USA">Bird
Migration Alert Beaumont</a>
<a href="https://birdcast.info/migration-tools/migration-forecast-maps/">Bird Migration Forecast Map</a>
<a href="\dbird">dBird</a>
<a href="https://weather.rap.ucar.edu/radar/">NEXRAD radar</a>
</div>
</div>
<div class="navbar-center">
<a href="#center">DjGrego.com</a>
</div>
<div class="navbar-right">
<a href="#home">Login</a>
</div>
</div>
<br><br>
<a href="https://weather.rap.ucar.edu/radar/">Main NEXRAD Radar Site</a><br><br>
<a href="https://weather.rap.ucar.edu/radar/displayRad.php?icao=KHGX&prod=BREF&bkgr=black&endTime=-1&duration=3">Houston Radar - Base Reflectivity (Only close to the ground)- Last 3 Hours</a><br><br>
<a href="https://weather.rap.ucar.edu/radar/displayRad.php?icao=KHGX&prod=CREF&bkgr=black&endTime=-1&duration=3">Houston Radar - Composite Reflectivity (Combination of all heights)- Last 3 Hours</a><br><br>
<a href="https://weather.rap.ucar.edu/radar/displayRad.php?icao=KHGX&prod=VEL&bkgr=black&endTime=-1&duration=3">Houston Radar - Velocity (Traveling towards or away from radar) - Last 3 Hours</a><br><br>
</body>
</html>