diff --git a/app/views/application/index.html.erb b/app/views/application/index.html.erb index 31e537e..9d10e0d 100644 --- a/app/views/application/index.html.erb +++ b/app/views/application/index.html.erb @@ -1,35 +1,61 @@ -
-
-
-

- - Login -

-
+
+
+
+
+

+ +   + Welcome +

+
+ +
+

Welcome to GRNET Archiving as a Service (AaaS)

+ +

If you are new to the service, take some time to explore its features in the hyperlink provided at the end of this page.

+

Service's procedures, requirements and features are also available.

+ +

Suggestions or problems should be reported to GRNET NOC's Helpdesk (<%= mail_to 'support@grnet.gr', 'support at grnet.gr' %>).

-
-
-
- <%= link_to 'ViMa User', vima_path(vima: 'vima'), method: :post, role: :button, - class: 'btn btn-default btn-lg', disabled: !Archiving.settings[:vima_oauth_enabled] %> + Achiving as a Service
-
-
-
- <%= link_to 'Institutional User', institutional_path, role: :button, - class: 'btn btn-default btn-lg', - disabled: !Archiving.settings[:institutional_authentication_enabled] %> +
+ +
+
+
+

+ +   + Login +

-
-
-
-
- <%= link_to 'Okeanos User', '', role: :button, - class: 'btn btn-default btn-lg', - disabled: !Archiving.settings[:okeanos_authentication_enabled] %> + +
+
+
+ <%= link_to 'ViMa User', vima_path(vima: 'vima'), method: :post, role: :button, + class: 'btn btn-default btn-lg', disabled: !Archiving.settings[:vima_oauth_enabled] %> +
+
+
+
+
+ <%= link_to 'Institutional User', institutional_path, role: :button, + class: 'btn btn-default btn-lg', + disabled: !Archiving.settings[:institutional_authentication_enabled] %> +
+
+
+
+
+ <%= link_to 'Okeanos User', '', role: :button, + class: 'btn btn-default btn-lg', + disabled: !Archiving.settings[:okeanos_authentication_enabled] %> +
+
-