-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·79 lines (63 loc) · 2.21 KB
/
index.html
File metadata and controls
executable file
·79 lines (63 loc) · 2.21 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
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">
<h2><i class="icofont-rocket is-inline"></i>Aktuelle Themenvorschläge</h2>
{% capture content %}{% include fields-of-interest.html %}{% endcapture %}
{{ content }}
</section>
<!--section class="state-of-work">
<h2><i class="icofont-chart-pie-alt is-inline"></i>Meine aktuelle Auslastung</h2>
{% capture content %}{% include state-of-work.html %}{% endcapture %}
{{ content | markdownify }}
</section-->
<section class="section" style="margin-top: 3em; ">
<h2><i class="icofont-direction-sign is-inline"></i>Welche Art von Arbeiten werden von mir betreut?</h2>
{% capture content %}{% include intro-works.html %}{% endcapture %}
{{ content | markdownify }}
</section>
<section class="section has-seperator">
<h2><i class="icofont-chart-flow-2 is-inline"></i>Ablauf</h2>
<details>
<summary><h3>Vor der Arbeit</h3></summary>
<div class="details-content">
<div>
{% capture content %}{% include preparing-the-thesis.html %}{% endcapture %}
{{ content | markdownify }}
</div>
</div>
</details>
<details>
<summary><h3>Während der Arbeit</h3></summary>
<div class="details-content">
<div>
{% capture content %}{% include working-on-the-thesis.html %}{% endcapture %}
{{ content | markdownify }}
</div>
</div>
</details>
<details>
<summary><h3>Abschluss der Arbeit</h3></summary>
<div class="details-content">
<div>
{% capture content %}{% include after-finishing.html %}{% endcapture %}
{{ content | markdownify }}
</div>
</div>
</details>
</section>
<section class="section has-seperator">
<h2><i class="icofont-code is-inline"></i>Artefakte und Bewertung </h2>
{% capture content %}{% include artefacts-and-evaluation.html %}{% endcapture %}
{{ content | markdownify }}
</section>
<section class="section with-bg-gray">
<h2><i class="icofont-dart is-inline"></i>Abgeschlossene Arbeiten</h2>
<ul data-js-finished-works class="work-overview is-full-width"></ul>
</section>