diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index c055574f..28a5884e 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -7,68 +7,14 @@
-
-
-
-
-
-
- -
-
-
- - -
-
- - -
-
- -
-
-
+
+
+ + +
+
diff --git a/explore/src/app/home/home.module.ts b/explore/src/app/home/home.module.ts index 4e8f3c0f..cdbef5b9 100644 --- a/explore/src/app/home/home.module.ts +++ b/explore/src/app/home/home.module.ts @@ -25,6 +25,8 @@ import {IconsModule} from "../openaireLibrary/utils/icons/icons.module"; import {IconsService} from "../openaireLibrary/utils/icons/icons.service"; import {arrow_right, book, cog, database, earth} from "../openaireLibrary/utils/icons/icons"; import {NumbersModule} from "../openaireLibrary/sharedComponents/numbers/numbers.module"; +import {AdvancedSearchInputModule} from "../openaireLibrary/sharedComponents/advanced-search-input/advanced-search-input.module"; +import {InputModule} from "../openaireLibrary/sharedComponents/input/input.module"; @NgModule({ imports: [ @@ -35,7 +37,7 @@ import {NumbersModule} from "../openaireLibrary/sharedComponents/numbers/numbers PiwikServiceModule, HomeRoutingModule, HelperModule, - SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule, IconsModule, NumbersModule + SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule, IconsModule, NumbersModule, AdvancedSearchInputModule, InputModule ], declarations: [ HomeComponent diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index d17f9b4d..cee1d9f8 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit d17f9b4d5c548a8f5f36cc7049f1b27ac23874d3 +Subproject commit cee1d9f8767063877438665f13d34148a6fe531b diff --git a/explore/src/assets/openaire-theme b/explore/src/assets/openaire-theme index 0690007b..a47c66f4 160000 --- a/explore/src/assets/openaire-theme +++ b/explore/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit 0690007b7b3eb567b09b09c6f2968d5abc700cc9 +Subproject commit a47c66f4802cb7af2ad12f1ad75516e94b20c328