-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·38 lines (32 loc) · 1.28 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
---
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 2018</h1>
<p><br /></p>
<p class="wow animated fadeInUp" data-wow-duration="1s" data-wow-delay="1.5s">ONE AUDITORIUM @ MENARA TA ONE, KLCC <br /> Kuala Lumpur, Malaysia</p>
<p><br /></p>
<p class="wow animated fadeInUp" data-wow-duration="1s" data-wow-delay="2s">25 - 26 October 2018</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 price.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>