forked from geekcampsg/website-2016
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (70 loc) · 3.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: Geekcamp.SG - By Geeks for Geeks
description: Geekcamp.SG is a conference for geeks. No startup talks. No how to get rich talks. This is purely a tech conference.
---
{% include head.html %}
<div class="blog-masthead">
<div class="container">
<nav class="blog-nav">
<a class="blog-nav-item active" href="/index.html">Home</a>
<a class="blog-nav-item" href="/schedule.html">Schedule</a>
<a class="blog-nav-item" href="https://www.eventbrite.com/e/geekcampsg-2016-registration-18323491055">Tickets</a>
<a class="blog-nav-item" href="/talks.html">Submitted Talks</a>
<a class="blog-nav-item" href="/team.html">The Team</a>
</nav>
</div>
</div>
<div class="container">
<div class="blog-header">
<!-- <img id="logo" src="images/logo.svg" width="250"> -->
<svg id="logo" xmlns="http://www.w3.org/2000/svg" version="1.1" preserveAspectRatio="xMidYMin meet" viewBox="0 0 400 350">
<defs>
<mask id="power-button">
<rect class="include" x="0" y="0" width="400" height="350"/>
<circle class="include stroke-exclude" cx="200" cy="250" r="30"/>
<line class="stroke-exclude" x1="200" y1="200" x2="200" y2="245"/>
<line class="stroke-include thin" x1="196" y1="200" x2="196" y2="245"/>
<line class="stroke-include thin" x1="204" y1="200" x2="204" y2="245"/>
</mask>
</defs>
<rect x="0" y="325" width="400" height="25"/>
<polygon mask="url(#power-button)" points="200,80 60,330 340,330"/>
<g id="tent-poles">
<line x1="154" y1="5" x2="200" y2="85"/>
<line x1="246" y1="5" x2="200" y2="85"/>
</g>
</svg>
<h1 class="blog-title">Geekcamp.SG</h1>
<p class="lead blog-description">By Geeks. For Geeks.</p>
<div class="fb-like" data-href="http://geekcamp.sg" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
<a class="twitter-follow-button"
href="https://twitter.com/geekcamp">
Follow @geekcamp</a>
</div>
<div class="row">
<div class="col-sm-7 blog-main">
<div class="jumbotron">
<h2>Saturday, 29th October 2016</h2>
<p>
Time: <strong>09.30 to 18.00</strong><br>
Location: <strong>Microsoft Singapore</strong><br>
</p>
<p>No startup talks. No how to get rich talks. This is purely a tech conference.</p>
</div>
</div><!-- /.blog-main -->
<div class="col-sm-4 col-sm-offset-1 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<!-- <div class="sponsor-large" data-sponsor="Venue Sponsor"> -->
<!-- <a href="http://www.microsoft.com/"><img src="images/sponsors/microsoft.png"></a> -->
<!-- </div> -->
<div class="sponsor-large" data-sponsor="Lunch Sponsor">
<a href="https://paypal.com/"><img src="images/sponsors/paypal.png"></a>
</div>
<div class="sponsor-large" data-sponsor="Coffee & Prize Sponsor">
<a href="https://www.bandlab.com"><img src="images/sponsors/bandlab.png"></a>
</div>
</div>
</div><!-- /.blog-sidebar -->
</div><!-- /.row -->
</div><!-- /.container -->
{% include footer.html %}