diff --git a/content/assets/stylesheets/includes/tiles.scss b/content/assets/stylesheets/includes/tiles.scss index eb03ade..1893093 100644 --- a/content/assets/stylesheets/includes/tiles.scss +++ b/content/assets/stylesheets/includes/tiles.scss @@ -55,7 +55,7 @@ $top_coder_size: 80px; .content { color: white; - h1, h2 { + h1, h2, h3 { color: inherit; } a, a:visited { @@ -130,7 +130,7 @@ $top_coder_size: 80px; .content { position: relative; - h1, h2 { + h1, h2, h3 { color: white; } diff --git a/content/events/19-20/ctf2.md b/content/events/19-20/ctf2.md new file mode 100644 index 0000000..063c93b --- /dev/null +++ b/content/events/19-20/ctf2.md @@ -0,0 +1,7 @@ +--- +title: 'Capture The Flag II' +description: Zeus CTF in aanloop naar de Belgische Cybersecuritychallenge +time: '12-11-2019 18:00' +location: 'Kelder Zeus WPI' +soon: true +--- diff --git a/content/events/19-20/godot.md b/content/events/19-20/godot.md new file mode 100644 index 0000000..ade633c --- /dev/null +++ b/content/events/19-20/godot.md @@ -0,0 +1,8 @@ +--- +title: Game Development - Godot +description: Maak je eerste spel met Godot, we focussen op Flappy Bird! +color: '#478CBF' +time: '12-11-2019 18:00' +location: 'Kelder Zeus WPI' +soon: true +--- diff --git a/content/events/19-20/spelletjesavond2.md b/content/events/19-20/spelletjesavond2.md new file mode 100644 index 0000000..3ef92b4 --- /dev/null +++ b/content/events/19-20/spelletjesavond2.md @@ -0,0 +1,8 @@ +--- +title: Spelletjesavond +description: Kom samen met andere Zeussers en Zeusinnen spelletjes spelen! +color: lightblue +time: '12-11-2019 18:00' +location: 'Kelder Zeus WPI' +soon: true +--- diff --git a/layouts/events.erb b/layouts/events.erb index c381c86..827c71f 100644 --- a/layouts/events.erb +++ b/layouts/events.erb @@ -64,25 +64,27 @@ <% unless soon_events().empty? %>
- +
<% end %> diff --git a/lib/helpers/preprocess.rb b/lib/helpers/preprocess.rb index 3574b6a..6f8a3f4 100644 --- a/lib/helpers/preprocess.rb +++ b/lib/helpers/preprocess.rb @@ -5,7 +5,6 @@ module PreprocessHelper time: 'An event item should include the :time attribute, which describes the begin time and date of the event.', title: 'The event does not include a :title', location: 'The event should include a :location, a textual description', - locationlink: 'The event does not include a :locationlink, which is a querystring which is used for Google Maps' } } end