Skip to content

Commit 0aada72

Browse files
committed
07-31-25
1 parent be25b34 commit 0aada72

5 files changed

Lines changed: 86 additions & 28 deletions

File tree

funding.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<html>
2-
3-
<head>
4-
<title>Title</title>
5-
</head>
6-
7-
<body>
8-
91
<h4>Funding & Acknowledgements</h4>
102

113
<p>The data used in this analysis is from the Export Standardized Tables in the SEACAR Data Discovery Interface (DDI). Documents and information available through the SEACAR DDI are owned by the data provider(s) and users are expected to provide appropriate credit following accepted citation formats. Users are encouraged to access data to maximize utilization of gained knowledge, reducing redundant research and facilitating partnerships and scientific innovation.
@@ -14,5 +6,6 @@ <h4>Funding & Acknowledgements</h4>
146

157
This report was funded in part, through a grant agreement from the Florida Department of Environmental Protection, Florida Coastal Management Program, by a grant provided by the Office for Coastal Management under the Coastal Zone Management Act of 1972, as amended, National Oceanic and Atmospheric Administration. The views, statements, findings, conclusions and recommendations expressed herein are those of the author(s) and do not necessarily reflect the views of the State of Florida, NOAA or any of their sub agencies.</p>
168

17-
</body>
18-
</html>
9+
<div style = "funding_text">
10+
<img src="https://floridaseacar.github.io/images/dep-logos.png">
11+
</div>

index.Rhtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<!--begin.rcode navbar, echo=F
66
htmltools::includeHTML("navbar.html")
77
end.rcode-->
8-
<link rel="stylesheet" href="style.css">
98
</head>
109

1110
<body>
@@ -23,12 +22,12 @@ Proin maximus risus ante, sed tincidunt arcu gravida non. Aenean lacinia nulla v
2322
Vivamus lobortis ipsum luctus diam viverra pretium. Proin pulvinar enim gravida vehicula ultrices. Nullam blandit dapibus elit vel hendrerit. Quisque quis imperdiet turpis, vel ornare urna. Curabitur lorem ipsum, blandit in metus at, volutpat luctus velit. Vivamus aliquam lobortis tristique. Praesent tempus vestibulum enim, ut semper urna ultrices vitae. Duis congue nunc ac lorem imperdiet placerat. Maecenas quis velit sem. Donec eu dictum turpis. Pellentesque volutpat felis sit amet vestibulum dictum. Maecenas ullamcorper eleifend fringilla.</p>
2423
</div>
2524

26-
<div class="funding_text">
2725
<hr>
26+
<div class="funding_text">
2827
<!--begin.rcode funding, echo=F, warning=F
2928
htmltools::includeHTML("funding.html")
3029
end.rcode-->
31-
<p>Published: <!--rinline Sys.Date() --></p>
30+
<p class="publish_date">Published: <!--rinline Sys.Date() --></p>
3231
</div>
3332

3433
</body>

index.html

Lines changed: 70 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,76 @@
11
<html>
22

33
<head>
4+
<style type="text/css">
5+
.inline {
6+
background-color: #f7f7f7;
7+
border:solid 1px #B0B0B0;
8+
}
9+
.error {
10+
font-weight: bold;
11+
color: #FF0000;
12+
}
13+
.warning {
14+
font-weight: bold;
15+
}
16+
.message {
17+
font-style: italic;
18+
}
19+
.source, .output, .warning, .error, .message {
20+
padding: 0 1em;
21+
border:solid 1px #F7F7F7;
22+
}
23+
.source {
24+
background-color: #f5f5f5;
25+
}
26+
.left {
27+
text-align: left;
28+
}
29+
.right {
30+
text-align: right;
31+
}
32+
.center {
33+
text-align: center;
34+
}
35+
.hl.num {
36+
color: #AF0F91;
37+
}
38+
.hl.sng {
39+
color: #317ECC;
40+
}
41+
.hl.com {
42+
color: #AD95AF;
43+
font-style: italic;
44+
}
45+
.hl.opt {
46+
color: #000000;
47+
}
48+
.hl.def {
49+
color: #585858;
50+
}
51+
.hl.kwa {
52+
color: #295F94;
53+
font-weight: bold;
54+
}
55+
.hl.kwb {
56+
color: #B05A65;
57+
}
58+
.hl.kwc {
59+
color: #55aa55;
60+
}
61+
.hl.kwd {
62+
color: #BC5A65;
63+
font-weight: bold;
64+
}
65+
</style>
466
<title>Florida SEACAR GitHub Index</title>
567
<div class="chunk" id="navbar"><div class="rcode"><!--html_preserve--><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
668
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
69+
<link rel="stylesheet" href="style.css">
770

871
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" style="background-color:#045273 !important;">
972
<a class="navbar-brand" href="https://floridaseacar.github.io/">
10-
<img src="images/logo-dep-color-small.png" width="82.5" height="55" alt="">Florida SEACAR
73+
<img src="https://floridaseacar.github.io/images/logo-dep-color-small.png" width="82.5" height="55" alt="">Florida SEACAR
1174
</a>
1275
<div class="collapse navbar-collapse">
1376
<ul class="navbar-nav">
@@ -92,7 +155,6 @@
92155
</ul>
93156
</div>
94157
</nav><!--/html_preserve--></div></div>
95-
<link rel="stylesheet" href="style.css">
96158
</head>
97159

98160
<body>
@@ -110,27 +172,20 @@
110172
Vivamus lobortis ipsum luctus diam viverra pretium. Proin pulvinar enim gravida vehicula ultrices. Nullam blandit dapibus elit vel hendrerit. Quisque quis imperdiet turpis, vel ornare urna. Curabitur lorem ipsum, blandit in metus at, volutpat luctus velit. Vivamus aliquam lobortis tristique. Praesent tempus vestibulum enim, ut semper urna ultrices vitae. Duis congue nunc ac lorem imperdiet placerat. Maecenas quis velit sem. Donec eu dictum turpis. Pellentesque volutpat felis sit amet vestibulum dictum. Maecenas ullamcorper eleifend fringilla.</p>
111173
</div>
112174

113-
<div class="funding_text">
114175
<hr>
115-
<div class="chunk" id="funding"><div class="rcode"><!--html_preserve--><html>
116-
117-
<head>
118-
<title>Title</title>
119-
</head>
120-
121-
<body>
122-
123-
<h4>Funding & Acknowledgements</h4>
176+
<div class="funding_text">
177+
<div class="chunk" id="funding"><div class="rcode"><!--html_preserve--><h4>Funding & Acknowledgements</h4>
124178

125179
<p>The data used in this analysis is from the Export Standardized Tables in the SEACAR Data Discovery Interface (DDI). Documents and information available through the SEACAR DDI are owned by the data provider(s) and users are expected to provide appropriate credit following accepted citation formats. Users are encouraged to access data to maximize utilization of gained knowledge, reducing redundant research and facilitating partnerships and scientific innovation.
126180

127181
With respect to documents and information available from SEACAR DDI, neither the State of Florida nor the Florida Department of Environmental Protection makes any warranty, expressed or implied, including the warranties of merchantability and fitness for a particular purpose arising out of the use or inability to use the data, or assumes any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed, or represents that its use would not infringe privately owned rights.
128182

129183
This report was funded in part, through a grant agreement from the Florida Department of Environmental Protection, Florida Coastal Management Program, by a grant provided by the Office for Coastal Management under the Coastal Zone Management Act of 1972, as amended, National Oceanic and Atmospheric Administration. The views, statements, findings, conclusions and recommendations expressed herein are those of the author(s) and do not necessarily reflect the views of the State of Florida, NOAA or any of their sub agencies.</p>
130184

131-
</body>
132-
</html><!--/html_preserve--></div></div>
133-
<p>Published: <code class="knitr inline">2025-07-30</code></p>
185+
<div style = "funding_text">
186+
<img src="https://floridaseacar.github.io/images/dep-logos.png">
187+
</div><!--/html_preserve--></div></div>
188+
<p class="publish_date">Published: <code class="knitr inline">2025-07-31</code></p>
134189
</div>
135190

136191
</body>

navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
22
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
3+
<link rel="stylesheet" href="https://floridaseacar.github.io/style.css">
34

45
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" style="background-color:#045273 !important;">
56
<a class="navbar-brand" href="https://floridaseacar.github.io/">

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,14 @@
44

55
.funding_text {
66
margin:20px;
7+
}
8+
9+
.funding_text img {
10+
display: block;
11+
margin: auto;
12+
width: 20%;
13+
}
14+
15+
.publish_date {
16+
text-align: center;
717
}

0 commit comments

Comments
 (0)