Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-pfarr committed Oct 10, 2023
1 parent 36e2473 commit ca4c1d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/landing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Create a new directory on the same level as the `docs` folder called `material`
##### Optional Task 2

Create a `home.html` in your `overrides` directory and put the following content:
```
```html
{% extends "main.html" %}
{% block tabs %}
{{ super() }}
Expand Down Expand Up @@ -118,7 +118,7 @@ Create a `home.html` in your `overrides` directory and put the following content
##### Optional Task 3

Create another file in the same directory called `main.html` with the following content:
```
```html
{% extends "base.html" %}
```

Expand Down
4 changes: 2 additions & 2 deletions 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="../assets/images/landing.png" alt="" width="800" height="600" style="float:right" style="vertical-align:top" draggable="false">
<img src="../../docs/assets/images/landing.png" alt="" width="800" height="600" 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 All @@ -23,7 +23,7 @@ <h2>A workshop for easy and fast website generation using mkdocs.</h2>
<p>Find additional background information on web design, the utilized tools in this workshop and CI on GitHub in these</p><a href="https://docs.google.com/presentation/d/16Rgdn_-uqjZVwmeyDhGL41vKMRCFA0dSom2IpreZ59I/edit?usp=sharing" class="md-button">
Google Slides
</a>
<p><br/><br/><small>This website contains instructions on how to create a personal website using Material for MkDocs and is thus heavily based on the documentation pages for MkDocs, Material for MkDocs, and GitHub Pages. I want to thank the developers for making their software and documentation freely available for everyone.</p></small>
<p><br/><br/><footer>This website contains instructions on how to create a personal website using Material for MkDocs and is thus heavily based on the documentation pages for MkDocs, Material for MkDocs, and GitHub Pages. I want to thank the developers for making their software and documentation freely available for everyone.</p></footer>
</div>
</div>
</div>
Expand Down

0 comments on commit ca4c1d9

Please sign in to comment.