Skip to content

Commit

Permalink
Refine headings and improve accessibility score (shown by Lighthouse)
Browse files Browse the repository at this point in the history
  • Loading branch information
eecavanna committed Nov 19, 2024
1 parent 9e788e5 commit 75ddce8
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,29 @@

<main class="container shadow-sm rounded">
<div class="p-5">
<h1 class="h3 mb-4">I want to...</h1>
<h3 class="mb-4">I want to learn about...</h3>
<div class="row">
<div class="col-md-4 col-sm-6 mb-3">
<div class="card">
<div class="card-img-wrapper card-img-top" style="justify-content: flex-end;">
<img src="assets/img/undraw_dashboard_re_3b76.svg" alt="Services">
</div>
<div class="card-body">
<h5 class="card-title">Submit and explore metadata</h5>
<h4 class="card-title h5">Submitting and exploring metadata</h4>
<p class="card-text">
Learn how you can submit metadata to the NMDC and explore it in multiple ways.
Learn how you can submit metadata to the NMDC and explore it in various ways.
</p>
<ul class="list-group">
<li class="list-group-item">
<a href="nmdc-runtime-documentation/index.html">
API documentation
</a>
</li>
<li class="list-group-item">
<a href="https://microbiomedata.github.io/nmdc-schema">
Metadata schema
</a>
</li>
</ul>
</div>
</div>
Expand All @@ -70,7 +75,7 @@ <h5 class="card-title">Submit and explore metadata</h5>
<img src="assets/img/undraw_data_processing_yrrv.svg" alt="Workflows">
</div>
<div class="card-body">
<h5 class="card-title">Run bioinformatics workflows</h5>
<h4 class="card-title h5">Running bioinformatics workflows</h4>
<p class="card-text">
Learn how you can leverage standardized bioinformatics workflows
to process data.
Expand All @@ -91,9 +96,9 @@ <h5 class="card-title">Run bioinformatics workflows</h5>
<img src="assets/img/undraw_text_files_au1q.svg" alt="Legacy">
</div>
<div class="card-body">
<h5 class="card-title">Browse legacy documentation</h5>
<h4 class="card-title h5">Other stuff</h4>
<p class="card-text">
Explore legacy documentation produced during earlier phases of the project.
Explore documentation produced during earlier phases of the project.
</p>
<ul class="list-group">
<li class="list-group-item">
Expand Down

0 comments on commit 75ddce8

Please sign in to comment.