-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathindex.html
39 lines (39 loc) · 1.43 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
---
layout: default
title: "hillhacks: Hacking and making in the Himalayas"
permalink: /
---
<div class="header row">
<div class="row logo"></div>
<h1>Hacking and making in the Hills</h1>
<h3>India</h3>
<h3>Dates to be announced</h3>
<div class="row cta-row">
<div class="col-md-4 col-sm-4 col-sm-offset-2">
<!-- <a href="{{site.baseurl}}/register/"> -->
<!-- <button type="button" class="btn btn-default btn-lg btn-block cta-1">Register to attend</button> -->
<!-- </a> -->
</div>
<div class="col-md-4 col-sm-4">
<!-- <a href="{{site.baseurl}}/participate/"> -->
<!-- <button type="button" class="btn btn-primary btn-lg btn-block cta-2">Propose a session</button> -->
<!-- </a> -->
</div>
</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..8) %}
{% capture image_href %}{{site.baseurl}}/assets/images/img-{{num}}.png{% endcapture %}
{% include lightbox-image.html href=image_href %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>