-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
24 lines (18 loc) · 886 Bytes
/
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
---
layout: default
---
<div class="home">
<p>From simple to complex parallax scrolling, <a href="http://janpaepke.github.io/ScrollMagic/">ScrollMagic</a> is a great JavaScript library with powerful tools.</p>
<p>But, as always, with great tools may come great difficulty ! Follow along on the journey to creating stunning dynamic pages with this library with {{ site.categories.lessons | size }} lessons, and more to come !</p>
<h1 class="page-heading">Lessons</h1>
<ul class="post-list">
{% for post in site.categories.lessons reversed %}
<li>
<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>
<p class="rss-subscribe">More exercises to come, subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a> to be notified !</p>
</div>