Skip to content

Commit 573b736

Browse files
Merge pull request #87 from InnerSourceCommons/feat/update-next-events
chore: adds Berlin to next events
2 parents 259d569 + 0226257 commit 573b736

33 files changed

+16
-10
lines changed

assets/gathering.pptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:53372aacc0c3b245c31de460e24dc363d0664c1ca19c4125f94773a94387952b
3-
size 35986571
2+
oid sha256:4024e6781109fd20cf35e7847d58d67805094b66a93bedf1cf62483aea35c31e
3+
size 37356401

assets/theme-berlin Large.jpeg

Lines changed: 3 additions & 0 deletions
Loading

assets/theme-berlin.jpeg

Lines changed: 3 additions & 0 deletions
Loading

assets/theme-berlin.jpg

Lines changed: 0 additions & 3 deletions
This file was deleted.

berlin-2024/data/en/homepage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
banner:
33
enable : true
44
title : "InnerSource Gathering Berlin 2024"
5-
bg_image: "images/berlin.png"
5+
bg_image: "images/berlin.jpg"
66
date_time : "Sep 13, 2024"
77
button:
88
enable : false

berlin-2024/static/images/berlin.jpg

2.05 MB
Loading

berlin-2024/static/images/berlin.png

-2.55 MB
Binary file not shown.
-10.6 KB
Binary file not shown.
Binary file not shown.
-16.5 KB
Binary file not shown.
-262 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-114 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-262 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-3.24 MB
Binary file not shown.
-195 KB
Binary file not shown.

landing-page/data/en/homepage.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,13 @@ events:
7474
blog:
7575
enable: true
7676
items:
77-
- name: "InnerSource Gathering Dublin 2024"
78-
image: "./images/gathering/dublin-2024.png"
79-
url: "https://www.eventbrite.ie/e/innersource-gathering-dublin-2024-tickets-965968476717?aff=oddtdtcreator"
77+
- name: "InnerSource Gathering Berlin 2024"
78+
image: "./images/gathering/berlin-2024.jpg"
79+
url: "https://www.eventbrite.ie/e/innersource-gathering-berlin-2024-tickets-980264486467?aff=oddtdtcreator"
8080
- name: "InnerSource Gathering Vienna 2024"
8181
image: "./images/gathering/vienna-2024.png"
8282
url: "https://www.eventbrite.ie/e/innersource-gathering-vienna-2024-tickets-1001244738967?aff=oddtdtcreator"
83+
- name: "InnerSource Gathering Dublin 2024"
84+
image: "./images/gathering/dublin-2024.png"
85+
url: "https://www.eventbrite.ie/e/innersource-gathering-dublin-2024-tickets-965968476717?aff=oddtdtcreator"
8386

Loading

themes/gathering-theme/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2> Next Events</h2>
9191
<div class="row">
9292
{{ with $data.homepage.blog }}
9393
{{ range .items }}
94-
<div class="col-lg-6 col-md-6">
94+
<div class="col-lg-6 col-md-6 mb-2">
9595
<div class="blog-item card border-0 mb-5 mb-lg-0">
9696
<a href="{{ .url| absURL }}">
9797
<img src="{{ .image | absURL }}" class="img-fluid" ></img>

0 commit comments

Comments
 (0)