Skip to content

Commit

Permalink
Merge pull request #131 from InnerSourceCommons/feat/make-changes-to-…
Browse files Browse the repository at this point in the history
…berlin-gathering

feat: makes requested Berlin 2025 changes
  • Loading branch information
andrea-kyurchiev authored Jan 15, 2025
2 parents bcb20c2 + 5949c7f commit 22b3208
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion berlin-2025/data/en/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tickets:
event:
enable: true
title: "Join us in Berlin for a gathering of the InnerSource community!"
content: "The InnerSource Gathering is an event that explores the secrets to achieving collaboration across organizational boundaries in software development. InnerSource means fostering an open source-like culture within a company and realizing highly transparent collaboration. As companies grow, walls can form between departments and products, making collaboration difficult. By adopting InnerSource to break down barriers between departments and achieve co-creation, organizations can generate synergy and prevent reinventing the wheel. InnerSource Gatherings introduces the latest trends and practical examples of InnerSource and provides a place for participants to deepen their interactions. The key to unlocking the future of your organization is here. Please join us! Registration for the Gathering will open soon or you can get your gathering pass as an add-on to a ticket for FOSS Backstage, the two day conference on all things community, management and compliance in Free and Open Source Software here"
content: "The InnerSource Gathering is an event that explores the secrets to achieving collaboration across organizational boundaries in software development. InnerSource means fostering an open source-like culture within a company and realizing highly transparent collaboration. As companies grow, walls can form between departments and products, making collaboration difficult. By adopting InnerSource to break down barriers between departments and achieve co-creation, organizations can generate synergy and prevent reinventing the wheel. InnerSource Gatherings introduces the latest trends and practical examples of InnerSource and provides a place for participants to deepen their interactions. The key to unlocking the future of your organization is here. Please join us! Registration for the Gathering will open soon or you can get your gathering pass as an add-on to a ticket for FOSS Backstage, the two day conference on all things community, management and compliance in Free and Open Source Software <a href='https://25.foss-backstage.de/tickets/'>here</a>"
link: "https://25.foss-backstage.de/tickets/"

############################# Feature ###########################
Expand Down
45 changes: 22 additions & 23 deletions themes/gathering-theme/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,29 +158,6 @@ <h2>Upcoming Events</h2>
{{ end }}
{{ end }}

<!-- feature -->
{{ if $data.homepage.feature.enable }}
{{ with $data.homepage.feature }}
<section id="section-feature">
<div class="container mt-8">
<div class="row">
{{ range .feature_item }}
<div class="col-lg-4 col-md-6">
<div class="feature-box">
<i class="{{ .icon }}"></i>
<h4 class="mt-3 mb-3">{{ .name | markdownify }}</h4>
<div class="divider"></div>
<p>{{ .content | markdownify }}</p>
</div>
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
{{ end }}
<!-- /feature -->

<!-- schedule -->
{{ if $data.homepage.schedule.enable }}
{{ partial "schedule.html" . }}
Expand Down Expand Up @@ -274,6 +251,28 @@ <h6 class="text-color mb-3">{{ .date }}</h6>
<!-- venue -->


<!-- feature -->
{{ if $data.homepage.feature.enable }}
{{ with $data.homepage.feature }}
<section id="section-feature">
<div class="container mt-8">
<div class="row">
{{ range .feature_item }}
<div class="col-lg-4 col-md-6">
<div class="feature-box">
<i class="{{ .icon }}"></i>
<h4 class="mt-3 mb-3">{{ .name | markdownify }}</h4>
<div class="divider"></div>
<p>{{ .content | markdownify }}</p>
</div>
</div>
{{ end }}
</div>
</div>
</section>
{{ end }}
{{ end }}
<!-- /feature -->

<!-- Past events -->
<br>
Expand Down

0 comments on commit 22b3208

Please sign in to comment.