From b49c947919e55e9e070dbd7b005eecde1d7cbeb8 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Wed, 1 Apr 2015 16:54:43 +0200 Subject: [PATCH] some graffix --- src/app.coffee | 2 +- src/index.html | 18 +++++++++++------- src/style.css | 12 ++++++++++++ src/welcome.md | 12 ++++++++++++ 4 files changed, 36 insertions(+), 8 deletions(-) create mode 100644 src/welcome.md diff --git a/src/app.coffee b/src/app.coffee index 7791872..e4b2ceb 100644 --- a/src/app.coffee +++ b/src/app.coffee @@ -5,7 +5,7 @@ pertApp.config ($stateProvider,$urlRouterProvider) -> $stateProvider.state 'home', url: '/' - templateUrl: 'README.html' + templateUrl: 'welcome.html' controller: ($scope) -> return $stateProvider.state 'rawedit', diff --git a/src/index.html b/src/index.html index 80d4a86..62ca073 100644 --- a/src/index.html +++ b/src/index.html @@ -1,9 +1,10 @@ - Pert + PBS Wizard + @@ -29,16 +30,19 @@ - Pert + + PBS diff --git a/src/style.css b/src/style.css index 9fabd80..7467cb7 100644 --- a/src/style.css +++ b/src/style.css @@ -17,6 +17,18 @@ margin-bottom: 1em; } +span.github { + margin-top: .75em; +} + +@media(max-width: 765px){ + span.github { display: none } +} + +@media(min-width: 766px){ + li.github { display: none } +} + #ta { margin: 1em 0 1em 0; } diff --git a/src/welcome.md b/src/welcome.md new file mode 100644 index 0000000..8d5ec72 --- /dev/null +++ b/src/welcome.md @@ -0,0 +1,12 @@ +## Welcome to PBS Wizard + +This web application will supposedly help you manage your Project Breakdown Structure. + +## What can it do + +- You can use the [RawEdit](#/rawedit)or to import and export your PBS data. This software is still a prototype, so be careful! +- You can use the [Edit](#/edit)or to more easily edit your Project Activities. +- With the [Table](#/table) you can view detailed info about your Activities. +- [Pert](#/pert) and [Gantt](#/gantt) are self-explanatory, try them! + +Made by [Enrico Fasoli](http://github.com/fazo96).