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:
parent
bea23de0c8
commit
8253f19674
8 changed files with 18 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
.list-commands {
|
||||
list-style: none;
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.list-commands li {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>© 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
5
site/pages/topic/about.html
Normal file
5
site/pages/topic/about.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
layout: topic
|
||||
category-page: about
|
||||
title: About
|
||||
---
|
Loading…
Reference in a new issue