-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (64 loc) · 3.53 KB
/
Copy pathindex.html
File metadata and controls
69 lines (64 loc) · 3.53 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
<!doctype html>
<html lang="en-US">
<head>
<title>Wx Gonkulator</title>
<meta charset="utf-8">
<meta name="description" content="Wx Gonkulator fore SOFs">
<meta name="keywords" content="weather, ADDS, AWC, USAF, METAR, TAF">
<meta name="author" content="Andrew Geist">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi"
crossorigin="anonymous">
<!-- My own CSS stuff -->
<link rel="stylesheet" href="styles/style.css">
<style>
</style>
</head>
<body>
<header class="text-xs-center">
<h1 class="text-primary">Wx Gonkulator for SOFs</h1> </header>
<div id="tableContainer"></div>
<div id="fieldOptions">
<div class="row">
<a href="#" class="prebuilt" value="KVAD KVLD KNIP KJAX KWRB KSAV KPAM KSVN KLSF KABY KTLH KGNV KDAB">
<div class="col-sm-3"> <img src="images/moody.jpg" alt="Moody AFB, GA" title="Moody AFB, GA" class="img-thumbnail">
<h5 class="text-xs-center"><abbr title="Moody AFB, GA">KVAD</abbr></h5> </div>
</a>
<a href="#" class="prebuilt" value="KDMA KTUS KLUF KGXF KFHU KABQ KHMN KLSV KIWA KNYL">
<div class="col-sm-3"> <img src="images/davis-monthan.jpg" alt="Davis-Monthan AFB, AZ" title="Davis-Monthan AFB, AZ" class="img-thumbnail">
<h5 class="text-xs-center"><abbr title="Davis-Monthan AFB, AZ">KDMA</abbr></h5> </div>
</a>
<a href="#" class="prebuilt" value="RKSO RKTU RKTN RKSG RKNN RKPK RKSS RKJJ RKSI RKPC RKTI RKJK RKTH RKPS RKTP RKSM RKSW RKNW RKTY">
<div class="col-sm-3"> <img src="images/osan.jpg" alt="Osan AB, ROK" title="Osan AB, ROK" class="img-thumbnail">
<h5 class="text-xs-center"><abbr title="Osan AB, ROK">RKSO</abbr></h5> </div>
</a>
<a href="#" class="prebuilt" value="KLSV KINS KEDW KLUF KNID KNYL KNLC KNFL KHIF">
<div class="col-sm-3"> <img src="images/nellis.png" alt="Nellis AFB, NV" title="Nellis AFB, NV" class="img-thumbnail">
<h5 class="text-xs-center"><abbr title="Osan AB, ROK">KLSV</abbr></h5> </div>
</a>
</div>
<div hidden class="row">
<div class="col-sm-3">
<a href="#" id="testButton"> <img src="images/custom.png" alt="User-defined/Custom" title="User-defined/Custom" id="testButton" class="img-thumbnail">
<h5 class="text-xs-center" title="User-defined/Custom">Custom</h5>
<p id="testParam" value="KVAD KSEA KATL"></p>
</a>
</div>
</div>
</div>
<footer class="">
<h4 hidden class="">This is the footer.</h4> </footer>
<div>
<!-- Latest compiled Bootstrap JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js" integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK"
crossorigin="anonymous"></script>
<script src="scripts/wxgonk.js"></script>
</div>
</body>
</html>