Skip to content

Commit

Permalink
Added events page and tentative EOY party page
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine committed Dec 19, 2015
1 parent b8661d8 commit bdd17e2
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 0 deletions.
29 changes: 29 additions & 0 deletions contents/events/_index/main.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Events
<style>
.event a {
text-decoration: none;
color: black;
}

.event h2 {
font-weight: bold;
padding: 0 0 0 0.25em;
}

.event-date {
padding: 0 0 0 1em;
}
</style>

<div class="col-md-6 event">
<blockquote>
<a href="eoy2015/">
<img src="/imgs/bussorahfws.jpg" />
<h2>End-of-Year Party</h2>
<div class="event-date">
<h3>Saturday, 26 December 2015</h3>
<h4>7pm till late</h4>
</a>
</div>
</blockquote>
</div>
110 changes: 110 additions & 0 deletions contents/events/eoy2015/_index/main.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<style>
.hsg-header {
padding: 150px;
background-image: url('/imgs/bussorahfwl.jpg');
background-position: 0% 50%;
}

.centre {
text-align: center;
}

h1, h2, h3 {
text-align: center;
}

.menu {
width: 50%;
margin: 0 auto 20px auto;
padding: 15px 20px;
background-color: #eee;
border: 2px solid;
border-color: #eee #ccc #ccc #eee;
}

.payment {
width: 50%;
margin: 0 auto 0 auto;
padding: 15px 20px;
background-color: #eee;
border: 2px solid;
border-color: #eee #ccc #ccc #eee;
}

.payment td {
font-family: Helvetica, sans-serif;
font-size: 1.5em;
font-weight: bold;
text-align: center;
}

.payment [name=submit] {
display: block;
margin: auto;
padding: 20px 0 0 0;
}

.payment table {
margin-left: auto;
margin-right: auto;
}

</style>
</style>

<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<h1>End-of-Year Party</h1>
<h2>Saturday, 26 November 2015</h2>
<h3>7pm till late</h3>

<p>**HackerspaceSG**, the Singapore tech scene's community centre, is having its end-of-year party on **26 December 2015**. Let's celebrate!</p>

<p>If you've ever been a part of HackerspaceSG in some way, whether as a current or former member (thanks for your continued support, guys!), event attendee, or tech/startup scene enthusiast, we welcome you to come celebrate the progress of Singapore's tech community with us!</p>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<h2>Programme</h2>
<ul>
<li>6:00pm — Event starts. (Doors are always open!)</li>
<li>7:00pm — Dinner time. (See below for menu and tickets.)</li>
<li>9:00pm — More fun and games. (Show and tell, anyone?)</li>
</ul>
</div>
</div>
<h2>Dinner</h2>
<p>A dinner ticket buys you access to our wildly popular dinner, where Meng will be cooking up his famous Meng's Meat.</p>
<div class="menu">
<h3>Saturday's Food Menu</h3>
<div class="centre">
<p>*To be confirmed*</p>
</div>
</div>
<p>Please note that guests with halal and vegetarian dietary preferences will be served different menus. You're welcome to BYOB (bring your own bottle). Dress code: casual.</p>
<p>All net proceeds from this event will be used to support HackerspaceSG in its future activities.</p>
<p>Early bird tickets are available until 23 December 2015, 11:59pm.</p>
<div class="payment">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="MT5JVSAHKSJU6">
<table>
<tr><td><input type="hidden" name="on0" value="Ticket types">Get your tickets here!</td></tr><tr><td><select name="os0">
<option value="" disabled>Early bird tickets</option>
<option value="1 early-bird ticket">1 early-bird ticket — $30.00 SGD</option>
<option value="2 early-bird tickets">2 early-bird tickets — $60.00 SGD</option>
<option value="1 early-bird ticket (halal)">1 early-bird ticket (halal) — $30.00 SGD</option>
<option value="1 early-bird ticket (vegetarian)">1 early-bird ticket (vegetarian) — $30.00 SGD</option>
<option value="" disabled>Normal tickets (from 24 Dec 2015)</option>
<option value="1 normal ticket" disabled>1 normal ticket — $50.00 SGD</option>
<option value="2 normal tickets" disabled>2 normal tickets — $100.00 SGD</option>
<option value="1 normal ticket (halal)" disabled>1 normal ticket (halal) — $30.00 SGD</option>
<option value="1 normal ticket (vegetarian)" disabled>1 normal ticket (vegetarian) — $30.00 SGD</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="SGD">
<input type="image" src="https://www.paypalobjects.com/en_GB/SG/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
</form>
</div>
</div>
</div>
Binary file added templates/imgs/bussorahfwl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added templates/imgs/bussorahfws.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 bdd17e2

Please sign in to comment.