Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Refactor ticket posting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Mar 7, 2019
1 parent f626ea5 commit 820fe74
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 18 deletions.
9 changes: 2 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,8 @@ css = ["syntax"]
github = "https://github.com/rustcon-asia/beijing-2019"

[[params.home.buttons]]
text = "门票(中文)"
link = "http://www.huodongxing.com/event/6479456003900"

[[params.home.buttons]]
text = "Tickets (Eng)"
link = "https://ti.to/cryptape/rustcon-asia"

text = "Tickets / 门票"
link = "/tickets"

[[params.home.buttons]]
text = "Call for Proposals"
Expand Down
17 changes: 17 additions & 0 deletions content/blog/cfp-and-eth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Updates: CFP Closes, Ether Payments"
date: 2019-03-07
author: Ana (飘飘熊) & Aimee (阿敏), RustCon Team
---

Since we last wrote, the RustCon CFP closed with 50 proposals submitted! We're very excited about this level of engagement for a first time conference. We'll be reaching out next week with selections.

We also added a way to pay by Ether! We know many folks in our community have coins laying around, and we happen to have the facilities to handle those!

<div class="columns">
<img class="column is-half is-offset-one-quarter" src="/img/ether-payment.jpg">
</div>

We've also been talking to companies and other conference organizers worldwide, learning how we can create the best experience for you. If you're a company or organizer interested in sponsoring or supporting RustCon Asia please [reach out to us](mailto:[email protected])!

[Tickets are still on sale](/tickets) for the conference. Hope to see you soon!
22 changes: 22 additions & 0 deletions content/tickets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Tickets"
---

There are several ways to get tickets for RustCon Asia!

<div class="buttons is-centered">
<a class="button is-medium is-rounded is-large is-primary"
href="{{< param chinese_tickets >}}">
门票(中文)
</a>
<a class="button is-medium is-rounded is-large is-primary"
href="{{< param english_tickets >}}">
Tickets (English)
</a>
</div>

If you prefer, you can also pay with Ether!

<div class="columns">
<img class="column is-half is-offset-one-quarter" src="/img/ether-payment.jpg">
</div>
13 changes: 2 additions & 11 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,12 @@
</span>
</a>

<a class="button is-black{{ if not $isHome }} is-inverted{{ end }}" target="_blank" href="{{ .Site.Params.chinese_tickets }}">
<a class="button is-black{{ if not $isHome }} is-inverted{{ end }}" href="/tickets">
<span class="icon">
<i class="fas fa-ticket-alt"></i>
</span>
<span>
门票(中文)
</span>
</a>

<a class="button is-black{{ if not $isHome }} is-inverted{{ end }}" target="_blank" href="{{ .Site.Params.english_tickets }}">
<span class="icon">
<i class="fas fa-ticket-alt"></i>
</span>
<span>
Tickets (English)
Tickets / 门票
</span>
</a>

Expand Down
Binary file added static/img/ether-payment.jpg
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 820fe74

Please sign in to comment.