
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@286 a672b425-5310-4d7a-af5c-997e18724b81
50 lines
1.3 KiB
HTML
50 lines
1.3 KiB
HTML
---
|
|
layout: home
|
|
category: nosearch
|
|
author: A bunch of people
|
|
title: Home page
|
|
---
|
|
|
|
<video autoplay muted 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 home-tile-white">
|
|
<h2>Basic</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/intermediate.html">
|
|
<article class="home-tile home-tile-green">
|
|
<h2>Intermediate</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/advanced.html">
|
|
<article class="home-tile home-tile-grey">
|
|
<h2>Advanced</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/fs.html">
|
|
<article class="home-tile home-tile-grey">
|
|
<h2>FileSystem</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title home-tile-title-2" href="{{ site.baseurl }}/pages/topic/scripts.html">
|
|
<article class="home-tile home-tile-white">
|
|
<h2>Scripting</h2>
|
|
</article>
|
|
</a>
|
|
|
|
<a class="home-tile-title home-tile-title-3" href="{{ site.baseurl }}/pages/topic/about.html">
|
|
<article class="home-tile home-tile-green">
|
|
<h2>About</h2>
|
|
</article>
|
|
</a>
|
|
|
|
</div>
|