diff --git a/docs/_static/styles.css b/docs/_static/styles.css index e74306b1..0ee09761 100644 --- a/docs/_static/styles.css +++ b/docs/_static/styles.css @@ -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; +} diff --git a/index.qmd b/index.qmd index 2785770f..53a770c5 100644 --- a/index.qmd +++ b/index.qmd @@ -50,26 +50,32 @@ These docs are structured in accordance with the [Diรกtaxis][diataxis] framework
+

๐Ÿ

Want to get up and running with `transport_performance` quickly?

Getting Started
+

๐Ÿ”Ž

Need more details on the methods/tools used within `transport_performance`?

Explanation
-

Looking for instructions on how to get something done (e.g. find input data)?

+

๐Ÿงญ

+

Looking for guidance on how to get something done (e.g. find input data)?

How-To
+

๐Ÿ“

Interested in learning how to use `transport_performance` by examples?

Tutorials
+

๐Ÿ“–

Requiring a technical reference covering the `transport_performance` API?

API reference
+

๐Ÿ› ๏ธ

Want to contribute to the development of `transport_performance`?

GitHub