Skip to content

Commit

Permalink
Merge pull request #103 from InnerSourceCommons/sponsors-info
Browse files Browse the repository at this point in the history
Update sponsors info
  • Loading branch information
yuhattor authored Sep 24, 2024
2 parents bacf0bc + 26ae0b5 commit 17598b9
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 9 deletions.
2 changes: 1 addition & 1 deletion themes/gathering-theme/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h4 class="mb-0 mt-3">{{ .Title }}</h4>
<div class="col-lg-3 col-md-6 card-image" style='background-image: url("{{ .image | absURL }}");'>
</div>
<div class="col-lg-9 col-md-6 card-contents">
<h5 class="text-uppercase letter-spacing mb-4">{{ .title | markdownify }}</h5>
<h5 class="">{{ .title | markdownify }}</h5>
<h6 class="text-color mb-3">{{ .date }}</h6>
<p class="lead">{{ .location | markdownify }}</p>
{{ if .button.enable }}
Expand Down
3 changes: 3 additions & 0 deletions themes/gathering-theme/layouts/partials/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ <h2>{{ .title | markdownify }}</h2>
{{ range $index, $element := .schedule_tab }}
{{ $.Scratch.Set "counter" (add ($.Scratch.Get "counter") 1) }}
<div class="tab-pane fade {{ if eq $index 0 }} show active {{ end }} " id="scheduleTab{{$.Scratch.Get `counter`}}" role="tabpanel">
{{ if .description }}
{{ .description }}
{{ end }}
<ul class="mt-5 time-table pl-0 list-unstyled">
{{ range .schedule_items }}
<li class="d-md-flex align-items-center justify-content-between bg-almost-white p-3 mb-3">
Expand Down
15 changes: 15 additions & 0 deletions themes/gathering-theme/layouts/partials/sponsor.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,37 @@
{{ $data := index .Site.Data .Site.Language.Lang }}

<!-- set hugo variable if value == black, then -->

{{ with $data.homepage.sponsor }}
{{ $sp := .white }}
{{ if eq $sp true }}
<section class="section ">
{{ else }}
<section class="section sponsors">
{{ end }}
<div class="container">
<div class="row section-heading">
<div class="col-lg-6">
<div class="heading">
<span class="stroke-text">{{ .title_outline }}</span>
<div class="pl-90">
{{ if eq .white true }}
<h2 class="">{{ .title | markdownify }}</h2>
{{ else }}
<h2 class="text-white">{{ .title | markdownify }}</h2>
{{ end }}
</div>
</div>
</div>
</div>
{{ range .sponsor_group }}
<div class="row mb-5">
<div class="col-lg-8" style="margin-top:20px;">
{{ if eq $sp true }}
<h4 class="mb-4 letter-spacing ">{{ .title | markdownify }}</h4>
{{ else }}
<h4 class="mb-4 text-white letter-spacing ">{{ .title | markdownify }}</h4>
{{ end }}
{{ if .body}}
<h2 class="mb-4 text-white letter-spacing" style="color: white !important; font-weight: 200;">{{ .body | markdownify}}</h2>
{{ end }}
Expand Down
17 changes: 9 additions & 8 deletions tokyo-2024-returns/data/en/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ banner:
button:
enable : true
label : "Registration"
link : "#"
link : "https://www.eventbrite.com/o/innersource-commons-32844580869"

########################## timer #################################
timer:
Expand Down Expand Up @@ -42,7 +42,7 @@ event:
At InnerSource Gatherings, we showcase the latest trends and practical examples of InnerSource, providing a platform for participants to network and share experiences. This is your opportunity to unlock the future of your organization. Join us and be part of this transformative journey!
Stay tuned for more details and registration information. We can't wait to see you at **InnerSource Gathering Tokyo 2024 Returns**!
We can't wait to see you at **InnerSource Gathering Tokyo 2024 Returns**!
<br>
<br>
button:
Expand Down Expand Up @@ -100,17 +100,18 @@ speaker:
######################### sponsor ############################
sponsor:
enable : true
white: true
title_outline : "Sponsors"
title : ""
sponsor_group:
############################ sponsor group loop
- title : "Sponsors"
sponsor:
- logo : "images/clients/Simplex-Inc.png"
link : "https://www.simplex.inc/"
# - logo : "images/clients/linux-foundation.png"
# link : "https://www.linuxfoundation.jp/"
# size: large
# - logo : "images/clients/client-img-1.png"
# link : "https://examplesite.org"
# - logo : "images/clients/client-img-2.png"
# link : "#"

Expand All @@ -132,11 +133,11 @@ sponsor:
################################ venue ########################
venue:
enable : true
title : "Venue: Simplex Atago Training Center"
# image : "images/kddi-dd-logo.jpg"
title : "Venue:<br>Simplex Inc. Training Room <br>(シンプレクス株式会社 トレーニングルーム)"
image : "images/clients/simplex-square.png"
date : "Nov 1, 2024"
location : "Atago Green Hills MORI Tower"
location : "2-5-1 Atago, Minato-ku, Tokyo <br>(〒105-6290&nbsp;東京都港区愛宕2丁目5番1号)"
button:
enable : true
label : "View Map location"
link : "https://maps.app.goo.gl/VXHuma2iMDiXKef99"
link : "https://maps.app.goo.gl/uqZiHnAgFAKguDPx5"
1 change: 1 addition & 0 deletions tokyo-2024-returns/data/en/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ schedule:
################# tab item loop ################
- title: "Day 1: Kick-off and Collaboration"
date_time: "Thursday, Aug 8th"
description: "The event will be conducted in English, but many Japanese speakers will also participate."
schedule_items:
- time: "16:30"
# image: "images/user.jpg"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17598b9

Please sign in to comment.