Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ RelativeURLs=true
CanonifyURLs=true
title = "Collabora Online - Community Page"
copyright = "Unless a license is otherwise specified, content is under CC-BY-SA 3.0 <br> <br> Beaver illustrations are under <a href='https://github.com/CollaboraOnline/CollaboraOnline.github.io/blob/master/content/images/beaver/LICENSE'>Copyright © 2025 Collabora Ltd. All rights reserved.</a>"
paginate = 2
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
Expand Down Expand Up @@ -93,3 +92,6 @@ type = "type"

[services.twitter]
disableInlineCSS = true

[Paginator]
pageSize = 2
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="hero row">
<div class="col position-relative py-lg-7{{ if not .Site.Params.homepageImage }} py-7{{ else }} pb-5{{ end }}">
{{ if .Site.Params.homepageCAT -}}
<a href="https://www.collaboraonline.com/events/cool-days-2026/" target="_blank" id="img-container-cta"></a>
<a href="https://www.collaboraonline.com/events/cool-days-2025/" target="_blank" id="img-container-cta"></a>
{{- end -}}
<div class="homepage-image">
{{- with .Site.Params.homepageImageLaptop -}}
Expand Down
6 changes: 4 additions & 2 deletions static/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@
content: '';
width: 182px;
height: 182px;
background: url('/images/circle-cooldays-cta.svg');
background: url('/images/COOL-Days-2025-PeopleWaving.png');
background-color: white;
background-repeat: no-repeat;
background-position: center;
background-size: 570px auto;
background-position: -360px -50px;
border-radius: 182px;
margin-bottom: -100px;
position: relative;
Expand All @@ -83,7 +85,7 @@
}

#img-container-cta:hover::after {
content: 'COOL Days 2026';
content: 'COOL Days 2025';
text-align: center;
display: block;
font-weight: bold;
Expand Down
Binary file added static/images/COOL-Days-2025-PeopleWaving.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.