-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·37 lines (31 loc) · 1.24 KB
/
index.html
File metadata and controls
executable file
·37 lines (31 loc) · 1.24 KB
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
---
layout: homepage
desc: Official website for RubyConf MY
image: http://rubyconf.my/assets/img/social.png
---
<!--PRELOADER-->
<div class="preloader">
<div class="status"></div>
</div>
<!--/PRELOADER-->
{% include header-homepage.html %}
<!--HOME-->
<section id="home" class="autoheight">
<div class="home-bg"></div>
<div class="col-lg-12 landing-text-pos align-center">
<h1 class="wow animated fadeInDown" data-wow-duration="1s" data-wow-delay="1s">RUBYCONF MY 2017</h1>
<p><br /></p>
<p class="wow animated fadeInUp" data-wow-duration="1s" data-wow-delay="1.5s">Auditorium, MaGIC @ Cyberjaya <br /> Selangor, Malaysia</p>
<p><br /></p>
<p class="wow animated fadeInUp" data-wow-duration="1s" data-wow-delay="2s">12 - 13 October 2017</p>
<a class="registration-link register-btn btn-effect wow animated fadeIn" data-wow-duration="1s" data-wow-delay="2.5s" data-scroll href="http://tickets.rubyconf.my/">Register Now</a>
</div>
</section>
<!--/HOME-->
{% include about.html %}
{% include speakers.html %}
{% include schedule.html %}
{% include code-of-conduct.html %}
{% include sponsors.html %}
{% include location.html %}
<div class="animate-canvas"><canvas id="demo-canvas"></canvas></div>