Skip to content

Commit

Permalink
docs: added icons to where next grid
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-moss committed Jun 11, 2024
1 parent 47e45fd commit 529ac42
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/_static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,9 @@
grid-row-start: 3;
grid-row-end: 3;
}

.jumbotron-icon{
font-size: 50px;
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
8 changes: 7 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,32 @@ These docs are structured in accordance with the [Diátaxis][diataxis] framework

<div class="grid-container">
<div class="grid-item item1 jumbotron">
<p class="jumbotron-icon">🏁</p>
<p>Want to get up and running with `transport_performance` quickly?</p>
<a class="btn btn-primary btn-lg" href="./docs/getting_started/" role="button">Getting Started</a>
</div>
<div class="grid-item item2 jumbotron">
<p class="jumbotron-icon">🔎</p>
<p>Need more details on the methods/tools used within `transport_performance`?</p>
<a class="btn btn-primary btn-lg" href="./docs/explanation" role="button">Explanation</a>
</div>
<div class="grid-item item3 jumbotron">
<p>Looking for instructions on how to get something done (e.g. find input data)?</p>
<p class="jumbotron-icon">🧭</p>
<p>Looking for guidance on how to get something done (e.g. find input data)?</p>
<a class="btn btn-primary btn-lg" href="./docs/how_to" role="button">How-To</a>
</div>
<div class="grid-item item4 jumbotron">
<p class="jumbotron-icon">📝</p>
<p>Interested in learning how to use `transport_performance` by examples?</p>
<a class="btn btn-primary btn-lg" href="./docs/tutorials" role="button">Tutorials</a>
</div>
<div class="grid-item item5 jumbotron">
<p class="jumbotron-icon">📖</p>
<p>Requiring a technical reference covering the `transport_performance` API?</p>
<a class="btn btn-primary btn-lg" href="./docs/reference" role="button">API reference</a>
</div>
<div class="grid-item item6 jumbotron">
<p class="jumbotron-icon">🛠️</p>
<p>Want to contribute to the development of `transport_performance`?</p>
<a class="btn btn-primary btn-lg" href="https://github.com/datasciencecampus/transport-network-performance" role="button">GitHub</a>
</div>
Expand Down

0 comments on commit 529ac42

Please sign in to comment.