d667ce5ef9
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@140 a672b425-5310-4d7a-af5c-997e18724b81
49 lines
1.1 KiB
HTML
49 lines
1.1 KiB
HTML
---
|
|
layout: home
|
|
category: nosearch
|
|
author: A bunch of people
|
|
title: Home page
|
|
---
|
|
<!--<video autoplay muted loop id="videoHome">
|
|
<source src="assets/style/prew.mp4" type="video/mp4">
|
|
</video>-->
|
|
|
|
<div class="home-tiles">
|
|
|
|
<article class="home-tile">
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/basic.html">
|
|
<h2>Basic</h2>
|
|
</a>
|
|
</article>
|
|
|
|
<article class="home-tile">
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/basic.html">
|
|
<h2>Intermediate</h2>
|
|
</a>
|
|
</article>
|
|
|
|
<article class="home-tile">
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/basic.html">
|
|
<h2>Advanced</h2>
|
|
</a>
|
|
</article>
|
|
|
|
<article class="home-tile">
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/basic.html">
|
|
<h2>FileSystem</h2>
|
|
</a>
|
|
</article>
|
|
|
|
<article class="home-tile">
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/basic.html">
|
|
<h2>Scripting</h2>
|
|
</a>
|
|
</article>
|
|
|
|
<article class="home-tile">
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/about.html">
|
|
<h2>About</h2>
|
|
</a>
|
|
</article>
|
|
|
|
</div>
|