Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Added links for OpenVDM and Sealog
  • Loading branch information
webbpinner authored Jul 6, 2024
1 parent 960ee73 commit 80ddda3
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,13 @@
<main>
<h1>Ok data, let's dance!</h1>
<p class="fs-5 col-md-8">OceanDataTools provides a suite of open-source tools for collecting and managing data created aboard oceanographic research vessels as well as manned, remotely operated and autonomously operated vehicles.</p>

<div class="mb-5">
<a href="https://github.com/OceanDataTools" class="btn btn-primary btn-lg px-4">To The Repos <svg xmlns="https://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-up-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"/>
</svg></a>
</div>

<div class="row g-3 mb-5">
<div class="col-md-4 tool-col">
<div class="card tool-card">
<div class="card-header">
<a style="text-decoration: none" href="https://oceandatatools.github.io/openrvdas-docs/">
<h4>OpenRVDAS</h4>
<p>A modular platform for developing custom data acquisition systems to support vessels or vehicles.</p>
<h4>OpenRVDAS</h4>
<p>A modular platform for developing custom data acquisition systems to support vessels or vehicles.</p>
</a>
</div>
<div class="card-body">
Expand All @@ -60,8 +54,10 @@ <h4>OpenRVDAS</h4>
<div class="col-md-4 tool-col">
<div class="card tool-card">
<div class="card-header">
<h4>OpenVDM</h4>
<p>A flexible vessel-wide data managment system for organizing files from data acquistion systems</p>
<a style="text-decoration: none" href="https://github.com/OceanDataTools/openvdm">
<h4>OpenVDM</h4>
<p>A flexible vessel-wide data managment system for organizing files from data acquistion systems</p>
</a>
</div>
<div class="card-body">
<ul class="icon-list">
Expand All @@ -79,8 +75,10 @@ <h4>OpenVDM</h4>
<div class="col-md-4 tool-col">
<div class="card tool-card">
<div class="card-header">
<h4>Sealog</h4>
<p>A modular platform for building custom event-logging solutions to support vessels or vehicles.</p>
<a style="text-decoration: none" href="https://github.com/OceanDataTools/sealog-server">
<h4>Sealog</h4>
<p>A modular platform for building custom event-logging solutions to support vessels or vehicles.</p>
</a>
</div>
<div class="card-body">
<ul class="icon-list">
Expand Down

0 comments on commit 80ddda3

Please sign in to comment.