-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (115 loc) · 5.14 KB
/
index.html
File metadata and controls
130 lines (115 loc) · 5.14 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
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
---
layout: default
title: GEO2021--MSc Geomatics
---
<section class="section">
<div class="fixed-grid has-3-cols has-2-cols-mobile">
<div class="grid has-text-centered">
<div class="cell is-col-span-2 is-hidden-tablet">
<span class="has-text-primary is-size-1">GEO2021</span><br />
<span class="has-text-info is-size-3">MSc Geomatics</span>
</div>
<div class="cell is-hidden-mobile">
<span class="has-text-primary is-size-1">GEO2021</span><br />
<span class="has-text-info is-size-3">MSc Geomatics</span>
</div>
<div class="cell is-col-span-2 is-row-span-2 notification box has-background-light has-text-left has-text-light-invert">
<div class="content">
<p class="title"><i class="fa-solid fa-newspaper"></i> Latest news</p>
<p><i class="fa-solid fa-triangle-exclamation"></i> For students who started before the 2025-2026 academic year (P system), see the <a href="https://3d.bk.tudelft.nl/courses/geo2020/">GEO2020 website</a>.</p>
{% for post in site.posts limit:3 %}
<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> all news</a></p>
</div>
</div>
<div class="cell notification box has-background-danger-60 has-text-danger-60-invert">
<a href="{{ '/rules' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-a"></i>
</span>
</a>
<p class="subtitle">Info about the As</p>
</div>
<div class="cell notification box has-background-warning-60 has-text-warning-60-invert">
<a href="{{ '/templates' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-pen-ruler"></i>
</span>
</a>
<p class="subtitle">Templates for deliverables</p>
</div>
<div class="cell notification box has-background-info-60 has-text-info-60-invert">
<a href="{{ '/faq' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-question"></i>
</span>
</a>
<p class="subtitle">FAQ</p>
</div>
<div class="cell notification box has-background-dark has-text-dark-invert">
<a href="{{ '/exampletheses' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-book"></i>
</span>
</a>
<p class="subtitle">Example theses</p>
</div>
<div class="cell notification box has-background-success-60 has-text-success-60-invert">
<a href="{{ '/company' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-briefcase"></i>
</span>
</a>
<p class="subtitle">Graduating with a company</p>
</div>
<div class="cell notification box has-background-primary-60 has-text-primary-60-invert">
<a href="{{ '/tips' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-lightbulb"></i>
</span>
</a>
<p class="subtitle">Research & writing tips</p>
</div>
<div class="cell notification box has-background-link-60 has-text-link-60-invert">
<a href="{{ '/potentialtopics' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-list"></i>
</span>
</a>
<p class="subtitle">Potential topics</p>
</div>
<div class="cell notification box has-background-info-60 has-text-info-60-invert">
<a href="{{ '/supervisors' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-person-chalkboard"></i>
</span>
</a>
<p class="subtitle">Stuff for supervisors</p>
</div>
<div class="cell notification box has-background-white has-text-white-invert">
<a href="{{ '/theses/' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-book"></i>
</span>
</a>
<p class="subtitle">Current Theses</p>
</div>
<div class="cell notification box has-background-light has-text-light-invert">
<a href="{{ '/dates/' | prepend: site.baseurl}}">
<span class="is-size-1">
<i class="fa-solid fa-calendar-days"></i>
</span>
</a>
<p class="subtitle">Graduation calendars</p>
</div>
<div class="cell is-col-span-3 notification box has-background-primary-60 has-text-primary-60-invert is-hidden-mobile">
<a href="{{ '/coordinator' | prepend: site.baseurl}}"> <i class="fas fa-at"></i> contact the coordinator</a>
</div>
<div class="cell is-col-span-2 notification box has-background-primary-60 has-text-primary-60-invert is-hidden-tablet">
<a href="{{ '/coordinator' | prepend: site.baseurl}}"> <i class="fas fa-at"></i> contact the coordinator</a>
</div>
</div>
</div>
</section>