index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ---
  2. layout: default
  3. title: Home
  4. ---
  5. <link href="lightbox/lightbox.css" rel="stylesheet" />
  6. <script src="lightbox/lightbox-plus-jquery.js"></script>
  7. <aside class="screenshots">
  8. {% include donate.html %}
  9. <br>
  10. <small><em>Be aware of transaction fees. Review the <a href="{{ site.baseurl }}/donate.html">donation</a> page for information.</em></small>
  11. <h3>Screenshots</h3>
  12. {% for screenshot in site.data.screenshots["v0.6.0"] %}
  13. {% if screenshot.sample %}
  14. <a href="{{ site.baseurl }}/{{ screenshot.large }}" data-lightbox="screenshot_sample"><img class="screenshot screenshot_home" alt="{{ site.baseurl }}/{{ screenshot.large }}" src="{{ site.baseurl }}/{{ screenshot.small }}" width="200" height="150"/></a>
  15. {% endif %}
  16. {% endfor %}
  17. <a href="screenshots.html">More Screenshots</a>
  18. </aside>
  19. <article id="pagebody">
  20. <h2>Welcome</h2>
  21. <p>
  22. SuperTux is an open-source classic 2D jump'n run sidescroller game in a style
  23. similar to the original Super Mario games.
  24. <a href="{{ site.baseurl }}/discover.html">Learn more…</a>
  25. </p>
  26. <hr/>
  27. <section class="news">
  28. <div class="datestamp">
  29. <p>{{ site.posts.first.date | date: "%b %-d, %Y" }}</p>
  30. </div>
  31. <h2><a href="{{ post.url | prepend: site.baseurl }}">{{ site.posts.first.title }}</a></h2>
  32. {{ site.posts.first.content }}
  33. </section>
  34. <hr/>
  35. <p>Read more news posts <a href="{{ site.baseurl }}/news/">in the news section</a>.</p>
  36. </article>