-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
157 lines (144 loc) · 5.11 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
---
layout: default
title: GEO2020--MSc Geomatics
---
<section class="section">
<div class="tile is-ancestor">
<div class="tile">
<div class="tile is-parent is-4">
<article class="tile is-child">
<figure class="image">
<img src="assets/img/logo.svg">
</figure>
</article>
</div>
<div class="tile is-parent is-4 has-text-centered">
<article class="tile is-child notification box is-danger">
<a href="{{ '/rules' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-parking"></i>
</span>
</a>
<p class="subtitle">Info about the Ps</p>
</article>
</div>
<div class="tile is-parent is-4 has-text-centered">
<article class="tile is-child notification box is-info">
<a href="{{ '/faq' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-question"></i>
</span>
</a>
<p class="subtitle">FAQ</p>
</article>
</div>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile">
<div class="tile is-parent has-text-centered">
<article class="tile is-child notification box is-dark">
<a href="{{ '/exampletheses' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-graduation-cap"></i>
</span>
</a>
<p class="subtitle">Example theses</p>
</article>
</div>
<div class="tile is-parent has-text-centered">
<article class="tile is-child notification box is-warning">
<a href="{{ '/templates' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-file"></i>
</span>
</a>
<p class="subtitle">Templates for deliverables</p>
</article>
</div>
<div class="tile is-parent has-text-centered">
<article class="tile is-child notification box is-primary">
<a href="{{ '/tips' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-lightbulb"></i>
</span>
</a>
<p class="subtitle">Research & writing tips</p>
</article>
</div>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile">
<div class="tile is-parent is-4 has-text-centered">
<article class="tile is-child notification box is-link">
<a href="{{ '/potentialtopics' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-list-ol"></i>
</span>
</a>
<p class="subtitle">Potential topics</p>
</article>
</div>
<div class="tile is-parent is-4 has-text-centered">
<article class="tile is-child notification box is-success">
<a href="{{ '/company' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-cog"></i>
</span>
</a>
<p class="subtitle">Graduating with a company</p>
</article>
</div>
<div class="tile is-parent is-4 has-text-centered">
<article class="tile is-child notification box is-info">
<a href="{{ '/supervisors' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-chalkboard-teacher"></i>
</span>
</a>
<p class="subtitle">Stuff for supervisors</p>
</article>
</div>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile">
<div class="tile is-parent is-8">
<article class="tile is-child notification is-light box">
<div class="content">
<p class="title"><i class="fas fa-rss"></i> Latest news</p>
{% for post in site.posts limit:5 %}
<p><b>{{ post.date | date_to_string }}:</b> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></p>
{% endfor %}
<br>
<p><a href="{{ '/news' | prepend: site.baseurl}}"><i class="fas fa-chevron-circle-right"></i> longer list of news</a></p>
</div>
</article>
</div>
<div class="tile ">
<div class="tile is-vertical is-parent has-text-centered">
<article class="tile is-child notification box is-white">
<a href="{{ '/theses/' | prepend: site.baseurl}}">
<span style="font-size: 60px;">
<i class="fas fa-file-alt"></i>
</span>
</a>
<p class="subtitle">Current Theses</p>
</article>
<div class="tile is-child box">
<p class="title">Dates</p>
<p><a href="{{ '/dates/Jaarkalender_afstuderen_2024-2025.pdf' | prepend: site.baseurl}}"><i class="fas fa-chevron-circle-right"></i> BK academic graduation calendar 2024-2025</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="tile is-ancestor">
<div class="tile is-parent is-12 has-text-centered">
<article class="tile is-child notification box has-text-centered is-primary" style="flex: 1 1 auto;">
<a href="{{ '/coordinator' | prepend: site.baseurl}}"> <i class="fas fa-at"></i> contact the coordinator</a>
</article>
</div>
</div>
</section>