diff --git a/content/index.tmpl.html b/content/index.tmpl.html
index 647a87e..8b03d27 100644
--- a/content/index.tmpl.html
+++ b/content/index.tmpl.html
@@ -11,6 +11,9 @@
+
+
This is your ECG start page where you find shortcuts to all tools you can access inside ECG.
+
$items
diff --git a/content/item.tmpl.html b/content/item.tmpl.html
index b3a5e84..8bc5d58 100644
--- a/content/item.tmpl.html
+++ b/content/item.tmpl.html
@@ -1,5 +1,5 @@
$title
-
$solution
+
$description
diff --git a/items.yml b/items.yml
index 5ed4cd7..5d4db75 100644
--- a/items.yml
+++ b/items.yml
@@ -1,35 +1,57 @@
items:
-# - url: https://forum.ecogood.org
-# solution: Discourse
-# title:
-# en: Forum
-# de: Discussion Board
-# cssClass: forum
- - url: https://webmail.ecogood.org
- solution: Roundcube
- title: Webmail
- cssClass: mail
- - url: https://wiki.ecogood.org
- solution: Confluence
- title: Wiki
- cssClass: wiki
- url: https://datacloud.ecogood.org
- solution: Nextcloud
title: Datacloud
+ description: "Collaborate, share and manage documents, files and folders"
cssClass: cloud
+ - url: https://wiki.ecogood.org
+ title: Wiki
+ description: "Central knowledge base with collaborative functions"
+ cssClass: wiki
+ - url: https://webmail.ecogood.org
+ title: Webmail
+ description: "Email client in your web browser"
+ cssClass: mail
- url: https://wiki.ecogood.org/display/INTERN/Mailinglisten-Anmeldung
- solution: Mlmmj
- title: E-Mail lists
+ title: Mailinglists
+ description: "Information distribution lists via email"
cssClass: maillist
- - url: https://login.smartwe.de/SmartWe/
- solution: SmartWE
- title: Membership admin
- cssClass: smartwe
+ - url: https://datacloud.ecogood.org/apps/calendar/
+ title: Calendar
+ description: Manage and share calendars
+ cssClass: cloud
+ - url: https://datacloud.ecogood.org/apps/contacts/
+ title: Contacts
+ description: Manage and share contacts
+ cssClass: cloud
+ - url: https://datacloud.ecogood.org/apps/polls/
+ title: Polls
+ description: "Schedule meetings
(like Doodle®)"
+ cssClass: cloud
+ - url: https://datacloud.ecogood.org/apps/deck/
+ title: Deck
+ description: KanBan Board
(like Trello®)
+ cssClass: cloud
+ - url: https://chat.ecogood.org
+ title: Chat
+ description: "Chat directly or within channels and groups
(like Slack®)"
+ cssClass: chat
+ - url: https://survey.ecogood.org/index.php/admin
+ title: LimeSurvey
+ description: "Create and send complex surveys"
+ cssClass: survey
- url: https://git.ecogood.org
- solution: Gitea
- title: Code hosting
+ title: Gitea
+ description: "Code hosting and collaboration platform"
cssClass: code
+ - url: https://my.ecogood.org/index_extended.html
+ title: Page 2
+ description: "I want to see more IT tools"
+ cssClass: next
+ - url: https://login.smartwe.de/SmartWe/
+ title: SmartWe
+ description: "Manage all data regarding ECG membership"
+ cssClass: smartwe
- url: https://jira.ecogood.org
- solution: JIRA
- title: Ticket system
+ title: JIRA
+ description: "Ticketing system"
cssClass: projekte
diff --git a/static/ecogood.css b/static/ecogood.css
index cf40df6..fac564c 100644
--- a/static/ecogood.css
+++ b/static/ecogood.css
@@ -15,6 +15,19 @@ a {
margin: auto;
}
+.heading-summary {
+ text-align: center;
+ background-color: #deffbc;
+ margin: auto;
+ width: auto;
+ margin-left: auto;
+ margin-right: auto;
+ width: 48rem;
+ padding: 0.5rem;
+ border: 1px solid #9ace3e;
+ border-radius: 0.25rem;
+}
+
.epframe {
margin: auto;
max-width: 900px;
@@ -36,15 +49,15 @@ a {
font-weight: bold;
position: absolute;
color: white;
- bottom: 20%;
+ bottom: 33%;
font-size: 1.35rem;
}
-.eptexttool {
+.eptextdescription {
width: 100%;
position: absolute;
color: white;
- bottom: 8%;
+ top: 68%;
}
.epcolwiki {
@@ -63,7 +76,7 @@ a {
}
.epcolmaillist {
- background-color: #99CC00;
+ background-color: #889e33;
background-image: url(epmaillist.png);
}
@@ -82,11 +95,20 @@ a {
background-image: url(epcode.png);
}
-.epcolforum {
- background-color: #FF9900;
- background-image: url(epforum.png);
+.epcolchat {
+ background-color: #F5455C;
+ background-image: url(epchat.png);
}
+.epcolsurvey {
+ background-color: #42ac00;
+ background-image: url(epsmartwe.png);
+}
+
+.epcolnext {
+ background-color: #b694ff;
+ background-image: url(epnext.png);
+}
@media only screen and (max-width: 900px) {
.epsquare {
width: 30%;
diff --git a/static/epchat.png b/static/epchat.png
new file mode 100644
index 0000000..f6bcc3c
Binary files /dev/null and b/static/epchat.png differ
diff --git a/static/epcloud.png b/static/epcloud.png
index 6860304..9df3125 100644
Binary files a/static/epcloud.png and b/static/epcloud.png differ
diff --git a/static/epcode.png b/static/epcode.png
index 9be8df2..500dab8 100644
Binary files a/static/epcode.png and b/static/epcode.png differ
diff --git a/static/epforum.png b/static/epforum.png
deleted file mode 100644
index af3cf05..0000000
Binary files a/static/epforum.png and /dev/null differ
diff --git a/static/epmail.png b/static/epmail.png
index d19a53b..1c91f62 100644
Binary files a/static/epmail.png and b/static/epmail.png differ
diff --git a/static/epmaillist.png b/static/epmaillist.png
index bbd6b88..db319fb 100644
Binary files a/static/epmaillist.png and b/static/epmaillist.png differ
diff --git a/static/epnext.png b/static/epnext.png
new file mode 100644
index 0000000..55c880b
Binary files /dev/null and b/static/epnext.png differ
diff --git a/static/epprojekte.png b/static/epprojekte.png
index 43e14cb..f3d8b2f 100644
Binary files a/static/epprojekte.png and b/static/epprojekte.png differ
diff --git a/static/epsmartwe.png b/static/epsmartwe.png
index a709e73..cc0a249 100644
Binary files a/static/epsmartwe.png and b/static/epsmartwe.png differ
diff --git a/static/epwiki.png b/static/epwiki.png
index f693430..5e71ab8 100644
Binary files a/static/epwiki.png and b/static/epwiki.png differ