-
Notifications
You must be signed in to change notification settings - Fork 27
/
index.html
executable file
·43 lines (33 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: default
title: Christian Noss
class: grid
---
<div class="section herotext">
{% capture content %}{% include intro.html %}{% endcapture %}
{{ content | markdownify }}
</div>
<section class="section has-seperator">
{% capture content %}{% include fields-of-interest.html %}{% endcapture %}
{{ content | markdownify }}
</section>
<section class="section" style="margin-top: 3em; ">
{% capture content %}{% include shift-2024.html %}{% endcapture %}
{{ content | markdownify }}
</section>
<section class="section has-seperator">
{% capture content %}{% include preparing-the-thesis.html %}{% endcapture %}
{{ content | markdownify }}
</section>
<section class="section has-seperator">
{% capture content %}{% include working-on-the-thesis.html %}{% endcapture %}
{{ content | markdownify }}
</section>
<section class="section has-seperator">
{% capture content %}{% include after-finishing.html %}{% endcapture %}
{{ content | markdownify }}
</section>
<section class="section has-seperator">
{% capture content %}{% include artefacts-and-evaluation.html %}{% endcapture %}
{{ content | markdownify }}
</section>