Skip to content

Commit

Permalink
WIP - Update index.html
Browse files Browse the repository at this point in the history
Trying to get tool cards to align
  • Loading branch information
webbpinner authored Jul 6, 2024
1 parent 43ebf3a commit 10976c9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ <h1>Ok data, let's dance!</h1>
</div>

<div class="row g-3 mb-5">
<div class="col-md-4">
<div class="card">
<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>
Expand All @@ -52,8 +52,8 @@ <h4>OpenRVDAS</h4>
</div>
</div>

<div class="col-md-4">
<div class="card">
<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>
Expand All @@ -71,8 +71,8 @@ <h4>OpenVDM</h4>
</div>
</div>

<div class="col-md-4">
<div class="card">
<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>
Expand Down

0 comments on commit 10976c9

Please sign in to comment.