theshell.ch/site/index.html
bevilj 818f1b724e home: mute video by default and fix refences to the interm topic page
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@263 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-19 10:14:22 +00:00

51 lines
1.2 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">
<h2>Basic</h2>
</article>
</a>
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/intermediate.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>