-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
311 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ _site/ | |
# Ignore folders generated by Bundler | ||
.bundle/ | ||
vendor/ | ||
node_modules/ | ||
|
||
.idea/ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<figure> | ||
<img src="images/{{ include.src }}" alt="{{ include.title }}" title="{{ include.title }}"> | ||
<img src="{{ include.src }}" alt="{{ include.title }}" title="{{ include.title }}"> | ||
<figcaption>{{ include.title }}</figcaption> | ||
</figure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
layout: default | ||
--- | ||
<div class="flex justify-center"> | ||
<div class="flex-col mx-12 lg:max-w-6xl items-center"> | ||
|
||
<header class="flex flex-col mt-28 mb-16 mx-28 text-center font-prachtsaal"> | ||
<h1>{{ page.title }}</h1> | ||
{% if page.subtitle %} | ||
<h2 class="text-sm my-2">{{ page.subtitle }}<br>{{ page.date | date: "%d %B %Y" }}</h2> | ||
{% endif %} | ||
<div> | ||
{% if page.quote %} | ||
<div class="mt-16 text-2xl sm:text-3xl font-bold text-gray-400">"{{ page.quote }}"</div> | ||
{% endif %} | ||
{% if page.quote_author %} | ||
<div class="mt-4 text-end font-bold">{{ page.quote_author }}</div> | ||
{% if page.quote_author_role %} | ||
<div class="text-end">{{ page.quote_author_role }}</div> | ||
{% endif %} | ||
{% endif %} | ||
</div> | ||
</header> | ||
|
||
<div class="flex flex-col items-center"> | ||
{% if page.main_image %} | ||
<img src="{{ page.main_image }}"> | ||
{% endif %} | ||
|
||
|
||
<div class="my-16 md:w-[650px] md:columns-2 gap-4 text-justify"> | ||
{{ content | markdownify }} | ||
</div> | ||
|
||
{% if page.link%} | ||
<div class="text-center bg-purple-300 border-2 border-gray-200"> | ||
<a href="{{ page.link }}" class="font-bold m-2">{{ page.link_text }}</a> | ||
</div> | ||
{% endif %} | ||
|
||
{% if page.images%} | ||
<div class="grid grid-flow-row sm:grid-cols-2 lg:grid-cols-3 justify-center gap-2"> | ||
{% for image in page.images %} | ||
{% include figure.html src=image.file title=image.label%} | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
</div> | ||
|
||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,8 @@ h2 { | |
|
||
.nav-y { | ||
@apply my-6 | ||
} | ||
|
||
ul { | ||
@apply list-disc list-inside | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.