-
Notifications
You must be signed in to change notification settings - Fork 0
/
infographic.html
135 lines (101 loc) · 5.97 KB
/
infographic.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
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
<!DOCTYPE HTML>
<!--
Florida Keys ESR - Home
-->
<html>
<head>
<title>Caribbean Keys ESR</title>
<link rel="shortcut icon" type="image/png" href='NOAAfavicon.ico'/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176398491-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176398491-1');
</script>
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<script src="http://code.highcharts.com/highcharts.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="http://code.highcharts.com/modules/exporting.js"></script>
<!-- optional -->
<script src="http://code.highcharts.com/modules/offline-exporting.js"></script>
<!--highcharts dependency-->
</head>
<body class="landing">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>conceptual model of the Florida Keys Ecosystem </h2>
<br />
<img src="images/FKIEA_Ecosystem_tri.jpg" width=900px height=600px;>
<br>
<p>
Text how to use and navigate the infogrpahic
<br>
</p>
</header>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<br>
<h2>for more info about the IEA program in the Florida Keys please Contact us:</h2>
<p> <br>
<br>
<br>
Kelly Montenero: <a href="mailto:[email protected]">[email protected]</a><br/>
Chris Kelble: <a href="mailto:[email protected]">[email protected] </a><br/>
Seann Regan: <a href="mailto:[email protected]">[email protected]</a><br/>
Beth Dieveney: <a href="mailto:[email protected]">[email protected]</a><br/>
<br>
<br>
</p>
</header>
<ul class="actions vertical">
<br>
<br>
<br>
<br>
<br>
<!-- <li><a href="https://www.integratedecosystemassessment.noaa.gov//" target="_blank" class="button fit">Leave Feedback</a></li> -->
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<br>
<img src="images/NOAA.svg" height="50" >
<img src="images/DOC_logo.svg" height="50">
<ul class="copyright">
<li>2019 © <a href="http://www.noaa.gov" target="_blank">National Oceanic and Atmospheric Administration</a> A Proejct of the NOAA <a href="https://www.integratedecosystemassessment.noaa.gov" target="_blank">IEA</a> Program </li> <br>
<a href="https://www.commerce.gov/" target="_blank">U.S. Department of Commerce</a>
<br>
<br>
<h6>PHOTOS FROM THE FKIEA TEAM, THE FLORIDA KEYS NATIONAL MARINE SANCTUARY, AND THE NOAA FLICKR ACCOUNT <a href="https://www.flickr.com/photos/noaaphotolib/">Flickr</a></h6>
</ul>
<br/>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>