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).