Skip to content

Commit

Permalink
Merge pull request #332 from bangkokrb/release/5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert authored Sep 14, 2023
2 parents 321d55b + 1cea9a5 commit 34a02b4
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "bridgetown", "~> 1.1.0"

# Puma is a Rack-compatible server used by Bridgetown
# (you can optionally limit this to the "development" group)
gem "puma", "~> 5.6"
gem "puma"

group :test do
# Test rendered HTML files to make sure they are accurate
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
racc (~> 1.4)
parallel (1.22.1)
public_suffix (5.0.0)
puma (5.6.7)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (3.0.6.1)
Expand Down Expand Up @@ -151,7 +151,7 @@ PLATFORMS
DEPENDENCIES
bridgetown (~> 1.1.0)
html-proofer
puma (~> 5.6)
puma

RUBY VERSION
ruby 3.1.1p18
Expand Down
1 change: 1 addition & 0 deletions frontend/stylesheets/components/_list-sponsor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@include make-col(4);

display: flex;
align-items: center;
justify-content: center;

padding-top: 1rem;
Expand Down
8 changes: 4 additions & 4 deletions frontend/stylesheets/screens/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ body.home .sponsors {
@include media-breakpoint-up('sm') {
margin-inline: auto;
}
}

&.list-sponsor--silver {
@include media-breakpoint-up('md') {
width: 85%
&.list-sponsor--silver {
@include media-breakpoint-up('md') {
width: 85%
}
}
}

Expand Down
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
[[redirects]]
from = "/notgoing"
to = "https://www.eventpop.me/e/15095/rubyconfth-2023#ticket_types_41411"

[[redirects]]
from = "/spin"
to = "https://rubyconfth-luckydraw.netlify.app/"
12 changes: 11 additions & 1 deletion src/_data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,14 @@
about: "We believe that extraordinary expertise in design and technology can solve some of the world's biggest challenges."
logo_url: /images/sponsors/oivan.svg
url: "https://oivan.com/"
level: gold
level: gold
- name: The Urban Office
about: The Urban Office is Thailand’s leading hybrid model coworking space provider, built with a mission to empower startups and SMEs to succeed through different stages of business growth. Our flexible workspace solution includes shared coworking spaces, instant plug & play serviced offices, virtual offices, meeting room facilities, breakout lounges, phone booths, in-house café, outdoor terrace, and more. Our flexible workspace solutions are integrated with business-driven IT network solutions created to meet hybrid work needs and encourage communication, collaboration, creativity, and productivity while offering ultimate flexibility whether a client chooses 1 hot desk seat or enterprise solution for up to 100 pax.
logo_url: /images/sponsors/urbanoffice.svg
url: "https://www.theurbanoffice.com/"
level: gold
- name: Bluethumb
about: We make discovering artists & buying art easy. We represent over 20,000 emerging and established artists from Australia and work with 20 of Australia's most remote Aboriginal Art Centres to give you access to more Australian artists and their art than anywhere else in the world.
logo_url: /images/sponsors/bluethumb.svg
url: "https://tech.blueth.mb/"
level: silver
11 changes: 11 additions & 0 deletions src/images/sponsors/bluethumb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/images/sponsors/urbanoffice.svg
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 34a02b4

Please sign in to comment.