forked from opengapps/opengapps.github.io
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
15 lines (15 loc) · 886 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: home
---
<main id="content" class="mdl-layout__content">
<section class="mdl-layout__tab-panel is-active" id="downloadsection">{% include download.html %}</section>
<section class="mdl-layout__tab-panel mdsection" id="supportsection">
{% capture support %}{% include support.md %}{% endcapture %}{{support | markdownify}}</section>
<section class="mdl-layout__tab-panel mdsection" id="aboutsection">
{% capture about %}{% include about.md %}{% endcapture %}{{about | markdownify}}</section>
{% include footer.html %}
</main>
{% for tooltip in site.data.tooltips.common %}<span class="mdl-tooltip mdl-tooltip--large"
for="{{tooltip.tag}}">{{tooltip.info}}</span>{% endfor %}
{% for tooltip in site.data.tooltips.home %}<span class="mdl-tooltip mdl-tooltip--large"
for="{{tooltip.tag}}">{{tooltip.info}}</span>{% endfor %}