Frontpage Team: About the project and motivation pages added

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@83 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
omenem 2018-11-10 12:47:46 +00:00
parent 0b7ebe736b
commit 2e3af8b66b
3 changed files with 53 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

View File

@ -0,0 +1,27 @@
---
layout: page
category_title: Frontpage
category-page: info
tags: project why goal members organization timeline
author: Matteo Omenetti <br> Frontpage Leader
title: About the project
---
<p>
<img id="TimeLine" src="../../assets/info/Timeline.jpg" alt="Timeline of the project" width="500px"</img>
<p>
This is the final project of the course “Software Atelier 1” hosted by the University of Lugano.
For this project, the informatics students of the first year got divided into two groups, each made up of 25 students.
The goal of this project was to put into practice all the skills obtained during the entire duration of this course: Latex,
HTML, CSS, Unix Shell and SVN. <br>
The students had about 4 weeks to develop, from the ground up, this 100 pages website. A great coordination was needed to develop
such a big website in such a short time. For this reason some students had to take care of specific tasks, such as managing the SVN
repository and developing the CSS templates. Our topic (Unix Shell) got divided into three macro sections, each taking care of a
number of commands based on their advancement level, therefore there is a basic, intermediate and advance section commands.
Each macro section had its own leader, that was responsible for overseeing the conduct of the other team members within his group.
hen each team leader reported back to group leader, that was responsible for the success of the entire project. <br>
The ultimate goal of this website is to provide, to the future first-year students, a useful and human readable guide that can guide
them through the learning process of this fundamental tool. This website in intended to be a guide that can be followed, understood and
found interesting by anyone, since it starts from the really basic concepts of the shell, all the way to the most advanced and foremost commands.
</p>
</p>

View File

@ -0,0 +1,26 @@
---
layout: page
category_title: Frontpage
category-page: info
tags: motivation why important
author: Matteo Omenetti <br> Frontpage Leader
title: Motivation
---
<p>
<p> Why Learning the Unix Shell? <br>
This is the question that you probably asked yourself
the first time you saw someone doing something with it.
Well, Unix Shell is actually a must have skill for any well respectable computer scientist.
There are indeed several reasons to learn using it, here are some: </p>
<ul>
<li> It is the only way to communicate with servers, because they dont have a graphical user interface. </li>
<li> You can program in the Shell! Unix Shell provides a set of special commands that can be used to create Scripts.
Scripts are programs that can execute in a loop a series of commands. You can even create scripts that automatically fix your code! </li>
<li> You look like a hacker, when you use it! (If you really want to look like a pro, go to settings and make
the shell background black, with green text.) </li>
</ul>
</p>