theshell.ch/site/index.html
bevilj 157d82eca6 home: add video
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@177 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-14 13:28:12 +00:00

54 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 autoplay preload="auto" 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>