-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
35 lines (35 loc) · 1.27 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
---
layout: default
title: "Hackbeach: Hacking and making in the coast"
permalink: /
---
<div class="header row">
<div class="row logo"></div>
<h1>hackbeach</h1>
<h3>Gokarna, Karnataka, India</h3>
<h3>24th November - 3rd December 2018</h3>
<div class="col-md-4 col-sm-4 col-sm-offset-2 col-md-offset-4">
<a href="{{site.baseurl}}/participate/">
<button type="button" class="btn btn-primary btn-lg btn-block cta-1">Submit your proposal</button>
</a>
<!-- <a href="{{site.schedule}}">
<button type="button" class="btn btn-primary btn-lg btn-block cta-1">View 2017 Schedule</button>
</a> -->
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 font-size-md">
<div class="section-white">
<div class="row homepage-gallery">
<div class="col-md-12 no-padding mt20">
<div class="row">
{% for num in (1..9) %}
{% capture image_href %}{{site.baseurl}}/assets/images/img-{{num}}.jpg{% endcapture %}
{% include lightbox-image.html href=image_href %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>