Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-pfarr authored Oct 11, 2023
1 parent 3453ed4 commit df33255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="tx-hero__content">
<h1><br/><br/>Web-Design for Scientists</h1>
<h2>A workshop for easy and fast website generation using mkdocs.</h2>
<img src="docs/assets/images/landing.png" alt="" width="600" height="400" style="float:right" style="vertical-align:top" draggable="false">
<img src="./landing.png" alt="" width="600" height="400" style="float:right" style="vertical-align:top" draggable="false">
<p><br/>More and more scientists make use of easy static website generation to introduce themselves and their work to the broad public, potential future employers or funding sources.</p>
<p>During the workshop we will set up our own website using <a href="https://pages.github.com/">GitHub Pages</a>, <a href="https://www.mkdocs.org/">MkDocs</a>, and <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a>.</p>
<p>After going through this workshop you'll have a first draft of your website and the skills to develop the website further on your own.</p>
Expand Down

0 comments on commit df33255

Please sign in to comment.