857011d3f5
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@234 a672b425-5310-4d7a-af5c-997e18724b81
53 lines
1.3 KiB
HTML
53 lines
1.3 KiB
HTML
---
|
|
layout: home
|
|
category: nosearch
|
|
author: A bunch of people
|
|
title: Home page
|
|
---
|
|
|
|
|
|
<iframe id="foolChrome" src="{{ site.baseurl }}/assets/style/silence.mp3" allow="autoplay" style="display:none"></iframe>
|
|
|
|
<video id="videoHome">
|
|
<source src="assets/front/hero_video.mp4" type="video/mp4">
|
|
</video>
|
|
|
|
<div class="home-tiles">
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/basic.html">
|
|
<article class="home-tile">
|
|
<h2>Basic</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/interm.html">
|
|
<article class="home-tile">
|
|
<h2>Intermediate</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/advanced.html">
|
|
<article class="home-tile">
|
|
<h2>Advanced</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/fs.html">
|
|
<article class="home-tile">
|
|
<h2>FileSystem</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/scripts.html">
|
|
<article class="home-tile">
|
|
<h2>Scripting</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/about.html">
|
|
<article class="home-tile">
|
|
<h2>About</h2>
|
|
</article>
|
|
</a>
|
|
|
|
</div>
|