info: add info topic page

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@109 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
bevilj 2018-11-11 20:50:30 +00:00
parent d53b5cd5da
commit cf3e3a35d2
8 changed files with 18 additions and 16 deletions

View File

@ -1,6 +1,6 @@
.list-commands {
list-style: none;
width: 50%;
width: 100%;
}
.list-commands li {

View File

@ -41,7 +41,7 @@ title: Home page
</article>
<article class="home-tile">
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/cmd/about.html">
<a class="home-tile-title" href="{{ site.baseurl }}/pages/topic/about.html">
<h2>About</h2>
</a>
</article>

View File

@ -1,14 +1,12 @@
---
layout: page
category_title: frontpage
category-page: About
category-page: about
category-title: About
tags: Legal notice copyright information
author: Nicola Brunner
title: Legal notice and copyright information
---
<h2>Legal notice and copyright information</h2>
<h3>&#169; 2018 THE SHELL - All rights reserved.</h3>
<p>Any reproduction or distribution of material on the THE SHELL
website for commercial purposes is prohibited without the express written

View File

@ -1,7 +1,7 @@
---
layout: page
category-title: Information
category-page: info
category-page: about
category-title: About
tags: History shell shells command-line interpreter Ken Thompson V6 PWD John Mashey Bourne C Korn Bourne-Again Brian Fox David Korn Bill Joy Stephen Bourne
author: Nicola Brunner
title: History of shells

View File

@ -1,7 +1,7 @@
---
layout: page
category-title: Information
category-page: info
category-page: about
category-title: About
tags: motivation why important
author: Matteo Omenetti
title: Motivation

View File

@ -1,14 +1,13 @@
---
layout: page
category-title: Information
category-page: info
category-page: about
category-title: About
tags: project author people humans
author: Joey Bevilacqua
title: Who we are
---
<p>
<p>
<ul>
{% for item in site.authors %}
<li><b>{{ item.name }}</b>: {{ item.position }}</li>

View File

@ -1,7 +1,7 @@
---
layout: page
category-title: Information
category-page: info
category-page: about
category-title: About
tags: project why goal members organization timeline
author: Matteo Omenetti
title: About the project

View File

@ -0,0 +1,5 @@
---
layout: topic
category-page: about
title: About
---