-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (34 loc) · 1.32 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
---
layout: default
title: Início
---
</div>
</div>
<!-- We've temporary closed main-content and container to have a full width intro -->
<!-- Home Jumbotron
================================================== -->
<section class="intro" id="intro">
<div class="wrapintro" id="wrapintro">
<h1 id="titleintro">Curso Arduino Minas</h1>
<a id="buttonintro" target="_blank" href="http://facebook.com/cursoarduinominas" class="btn"><img src="/assets/images/facebook/FindUsOn-FB_pt-BR-RGB-Blk-1611.png" alt="" style="" /></a>
</div>
</section>
<!-- We reopen main-content and container -->
<div class="container">
<div class="main-content">
<!-- Featured
================================================== -->
{%- include postlistbox.html featured=true -%}
<!-- Posts Index
================================================== -->
{%- include postlistbox.html -%}
</section>
<script src="{{ site.baseurl }}/assets/js/plax.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#wrapintro').plaxify({"xRange":40,"yRange":40});
$('#titleintro').plaxify({"xRange":40,"yRange":40});
$('#buttonintro').plaxify({"xRange":40,"yRange":40});
$.plax.enable();
});
</script>