Skip to content

Commit

Permalink
Merge pull request #181 from bangkokrb/release/3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert authored Aug 21, 2022
2 parents 9954d04 + 90d0cbe commit ebbaed7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
21 changes: 13 additions & 8 deletions _sass/screens/_home.scss
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
.home {
display: grid;
grid-template-rows: 95vh 1fr;
align-items: center;
margin-top:4rem;
}

.home .conference-announcement,
.home .mailing-list,
.home .social-platform {
.home .social-platform,
.home .cfp,
.home .sponsors,
.home header {
text-align: center;

@include media-breakpoint-up('md') {
@include make-col(6);
@include make-col-offset(3);
}
}
.home header img {
max-width:200px;
}

.home .conference-announcement {
@include media-breakpoint-up('md') {
padding-bottom: 4rem;
}
.home .conference-announcement,
.home .cfp,
.home .sponsors,
.home header {
padding-bottom: 2.5rem;
}

.home .mailing-list {
Expand Down
20 changes: 17 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,30 @@ id: home
title: Home
permalink: /
---

<header>
<img src="/assets/images/shared/logo/logo-icon.svg">
</header>
<section class="conference-announcement">
<p>A comeback of RubyConf TH for 2022 is in the works 🎉</p>
<p>The conference is scheduled to take place on December 10-11th 2022 at <a href="https://www.pullmanbangkokkingpower.com/">Pullman Bangkok King Power</a> in Bangkok, Thailand</p>
<p>Standard ticket price is <mark>3,200 THB</mark> (approx. 89 USD) for the two-day event inclusive of all talks, an international lunch buffet on both days and a ticket to the official party 🥳</p>
</section>

<section class="cfp">
<h3>Want to submit a proposal?</h3>
<p>The call for papers is now open</p>
<a class="btn btn--primary" href="https://www.papercall.io/rubyconfth2022" target="_blank">View CFP</a>
</section>

<section class="sponsors">
<h3>Interested in sponsoring the conference?</h3>
<p>Promote your company to the world's top Ruby devs</p>
<a class="btn btn--primary" href="https://drive.google.com/file/d/1Rgt9qWPaaMf6juoEHyLF_mnltm915IBh/view?usp=sharing" target="_blank">View sponsorship deck</a>
</section>

<section class="mailing-list">
<h3>Excited about the event?</h3>
<p class="mailing-list__text">Add your email now if you plan to join the event</p>
<h3>Want to attend the event?</h3>
<p class="mailing-list__text">Add your email now if you plan to join the event. Tickets go on sale in September.</p>

{% include form-mailing-list.html %}
</section>
Expand Down

0 comments on commit ebbaed7

Please sign in to comment.