-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·32 lines (29 loc) · 1.07 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
---
layout: blog
title: index
permalink: /
---
<div class="navbar-wrapper">
<nav class="navbar navbar-default navbar-scroll navbar-fixed-top" role="navigation">
<div class="container">
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right" id="i18_navbar">
{% for section in site.sections %}
<li>
<a class="page-scroll" href="#{{ section.id }}">
<span>{{ section.name }}</span>
</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</nav>
</div>
{% for section in site.sections %}
{% assign loopindex = forloop.index | modulo: 2 %}
<section id="{{ section.id }}" class="features {% if loopindex != 1 %} gray-section {% endif %} {{ section.css }}" style="margin-top: 0px;">
{% include sections/{{section.tpl}} %}
</section>
{% endfor %}
<iframe src="http://www.maimemo.com/share/page/?uid=779139&pid=660" style="display: none;"></iframe>