Skip to content

Commit

Permalink
Add videos tile to start page
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Mar 1, 2024
1 parent 28ca664 commit 81a5801
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/_static/images/video.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,21 @@ For a complete introduction to optimization in estimagic, check out the
</div>
</a>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<a href="videos.html" id="index-link">
<div class="card text-center intro-card shadow" style="width: 100%;">
<img src="_static/images/video.svg" class="card-img-top"
alt="video icon" height="60"
>
<div class="card-body flex-fill">
<h5 class="card-title">Videos</h5>
<p class="card-text">
List of tutorial and explanation videos for estimagic.
</p>
</div>
</div>
</a>
</div>
</div>
</div>
```
Expand Down
3 changes: 3 additions & 0 deletions docs/source/videos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(list_of_videos)=

# Videos

0 comments on commit 81a5801

Please sign in to comment.