diff --git a/src/app/communities/communities.component.html b/src/app/communities/communities.component.html index 9bdac6a..0f5774d 100644 --- a/src/app/communities/communities.component.html +++ b/src/app/communities/communities.component.html @@ -56,10 +56,8 @@ -
-
- -
+
+
@@ -224,10 +222,8 @@
-
-
- -
+
+

Let us Help you Develop a Collaborative Science Gateway. It is fast. It is reliable.

diff --git a/src/app/communities/communities.component.ts b/src/app/communities/communities.component.ts index 81b67ce..101b9d0 100644 --- a/src/app/communities/communities.component.ts +++ b/src/app/communities/communities.component.ts @@ -175,18 +175,28 @@ export class CommunitiesComponent { private createGifs() { this.gifs.push({ - gif: "../../../../assets/Connect%20animations.gif", + gif: "../../../../assets/home/1.gif", header: "Research Community Dashboard", text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box." }); this.gifs.push({ - gif: "../../../../assets/admin-portal.png", - header: "Research Community Dashboard 2", + gif: "../../../../assets/home/2.gif", + header: "Research Community Dashboard", text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box." }); this.gifs.push({ - gif: "../../../../assets/banner connect.jpg", - header: "Research Community Dashboard 3", + gif: "../../../../assets/home/3.gif", + header: "Research Community Dashboard", + text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box." + }); + this.gifs.push({ + gif: "../../../../assets/home/4.gif", + header: "Research Community Dashboard", + text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box." + }); + this.gifs.push({ + gif: "../../../../assets/home/5.gif", + header: "Research Community Dashboard", text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box." }); } diff --git a/src/app/learn-how/learn-how.component.ts b/src/app/learn-how/learn-how.component.ts index 1e7d76a..008b5f0 100644 --- a/src/app/learn-how/learn-how.component.ts +++ b/src/app/learn-how/learn-how.component.ts @@ -59,6 +59,9 @@ import {FAQ} from "../openaireLibrary/utils/entities/FAQ";
+
@@ -80,10 +83,8 @@ import {FAQ} from "../openaireLibrary/utils/entities/FAQ"; CONTACT US -
-
- -
+
+
@@ -105,8 +106,8 @@ import {FAQ} from "../openaireLibrary/utils/entities/FAQ";

Frequently Asked Questions

-
- Coming Soon +
+ Coming Soon...
diff --git a/src/assets/home/1.gif b/src/assets/home/1.gif new file mode 100644 index 0000000..fb9dd56 Binary files /dev/null and b/src/assets/home/1.gif differ diff --git a/src/assets/home/2.gif b/src/assets/home/2.gif new file mode 100644 index 0000000..5d4a014 Binary files /dev/null and b/src/assets/home/2.gif differ diff --git a/src/assets/home/3.gif b/src/assets/home/3.gif new file mode 100644 index 0000000..3b7c5b1 Binary files /dev/null and b/src/assets/home/3.gif differ diff --git a/src/assets/home/4.gif b/src/assets/home/4.gif new file mode 100644 index 0000000..3bf7c07 Binary files /dev/null and b/src/assets/home/4.gif differ diff --git a/src/assets/home/5.gif b/src/assets/home/5.gif new file mode 100644 index 0000000..2bec923 Binary files /dev/null and b/src/assets/home/5.gif differ