diff --git a/TODO b/TODO
index 1c9d6bc..2940fa1 100644
--- a/TODO
+++ b/TODO
@@ -18,7 +18,7 @@
- [ ] mark their attendance there as well
- [ ] view mugshots of other attendees there as well
- [x] see the people assigned to a task (friends like to do things together) - implemented as tooltip
-- [x] see the the tasks a user has assigned himself to, on his profile (friends like to do things together)
+- [x] see the tasks a user has assigned himself to, on his profile (friends like to do things together)
- [ ] print schedules for entire task templates (handy for staff members, to get an overview of "their" volunteers)
- [ ] get an overview of who's supposed to be where for any given date/time, default to "now"
- [ ] do anything else I might have overlooked
diff --git a/volunteers/init_data/generic_tasks.xml b/volunteers/init_data/generic_tasks.xml
index d22af8e..2f32652 100644
--- a/volunteers/init_data/generic_tasks.xml
+++ b/volunteers/init_data/generic_tasks.xml
@@ -3,14 +3,16 @@
Buildup
1
- Any bit of time you can spare on Friday will be helpful! Ideally you can be there from 12:00 until
- ready. Experience learns us we'll be ready between 18:30 and 22:00 (hard deadline, have to leave the
- building). Just come in as early you can! We'll have some pizza or other food in the evening. Deadline is
- 22:00. Some of us go to the beer event afterwards.
+
+Buildup is a great task for first-time volunteers, as you will get to know the conference, the volunteers and the staff very well. As a task, it is fairly simple: each year we have to convert five university buildings to a location fit for FOSDEM.
+
+There are many jobs to do: setting up stands, covering the wall with the famous brown paper, running cables, putting up signs, etc. While carrying heavy stuff around is sometimes required, other work requires a more delicate touch.
+
+We usually start at 12:00 and hope to finish before 19:00 (we have to leave the building at 22:00, so that's our deadline). Around that time, someone will bring food for everyone, usually Chinese.
- This task includes many subtasks. Some require carrying heavy stuff around, some don't. We need to set up
- stands (tables, chairs), cover the walls in brown paper, put signalization in place, run power cords, ...
- There will be 3 work areas, each with their own coordinator.
+As you can imagine, this is a mammoth task, and more volunteers are always wanted. So if you can't make it at 12:00, come a little later. There will be enough work to do to keep you busy, don't worry!
+
+You can find more details on our wiki at https://github.com/FOSDEM/volunteers/wiki/Build%E2%80%90up .
-1
12:00
@@ -68,15 +70,14 @@
Cleanup
1
- We need to leave the premises in a presentable state. Everything we bring and set up must be torn
- down and removed. All signalization removed, network torn down (go wild; we don't reuse the cables!), tables
- and chairs stacked so the rental company can load them up when they retrieve them, the floors wiped, ...
-
- Don't damage the building, but make sure none of our stuff remains behind.
+
+ We need to leave the premises in a presentable state. Everything we bring and set up must be torn down and removed. All signalization removed, network torn down (go wild; we don't reuse the cables!), tables and chairs stacked so the rental company can load them up when they retrieve them, the floors wiped, ...
- Normally we're finished around 9pm, but we stay until we're done.
+Normally we're finished around 9pm, but we stay until we're done.
- As many volunteers as possible! That way, it won't take too long. :)
+As many volunteers as possible! That way, it won't take too long. :)
+
+You can read more on our wiki at https://github.com/FOSDEM/volunteers/wiki/Clean%E2%80%90up .
1
18:00
diff --git a/volunteers/static/css/master.css b/volunteers/static/css/master.css
index f95c0b9..66b7fbf 100644
--- a/volunteers/static/css/master.css
+++ b/volunteers/static/css/master.css
@@ -1056,6 +1056,11 @@ ul.faq {
display: block;
text-align: center;
}
+
+ tbody td {
+ margin: 0.25rem 0.5rem;
+ }
+
table.task_list tbody tr.category th:nth-child(2) {
padding-top: 40px;
padding-bottom: 40px;
@@ -1063,12 +1068,20 @@ ul.faq {
color: #0088cc;
text-decoration: none;
}
-
+
table.task_list tbody tr.day th:first-child {
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
}
+
+ table.task_list tbody tr td:first-child {
+ margin-top: 1rem;
+ }
+
+ table.task_list tbody tr td:last-child {
+ margin-bottom: 1rem;
+ }
form.task_list fieldset {
margin: 0px;
diff --git a/volunteers/templates/static/promo.html b/volunteers/templates/static/promo.html
index 64bb67b..7017ded 100644
--- a/volunteers/templates/static/promo.html
+++ b/volunteers/templates/static/promo.html
@@ -17,7 +17,7 @@ FOSDEM
Volunteering
Location
- FOSDEM 2023 will be returning the the ULB in Brussels, Belgium, while continuing to offer an online presence.
+ FOSDEM 2024 will be returning to the ULB in Brussels, Belgium, while continuing to offer an online presence.
Volunteering
@@ -36,16 +36,17 @@ FOSDEM
Volunteering
Real time chat is bridged between matrix and irc:
Real People
Pieter De Praetere
- pieter@fosdem.org
+ Send Pieter an email
Kristian Schuhmacher
- kristian@fosdem.org
+ Send Kristian an email
+ Dan Clark
+ Send Dan an email
{% endblock %}
diff --git a/volunteers/templates/volunteers/tasks.html b/volunteers/templates/volunteers/tasks.html
index b9b42ae..a8d6e74 100644
--- a/volunteers/templates/volunteers/tasks.html
+++ b/volunteers/templates/volunteers/tasks.html
@@ -61,7 +61,7 @@
{% endif %}
{% if not setup_for_current_year_complete %}
-
+