-
-
-
-
DSpace 7
-
DSpace is the world leading open source repository platform that enables organisations to:
-
-
-
- - easily ingest documents, audio, video, datasets and their corresponding Dublin Core metadata
-
- - open up this content to local and global audiences, thanks to the OAI-PMH interface and Google Scholar optimizations
-
- - issue permanent urls and trustworthy identifiers, including optional integrations with handle.net and DataCite DOI
-
+
+
+
+
DSpace 7
+
DSpace is the world leading open source repository platform that enables
+ organisations to:
-
Photo by Anthony
-
\ No newline at end of file
+
+ - easily ingest documents, audio, video, datasets and their corresponding Dublin Core
+ metadata
+
+ - open up this content to local and global audiences, thanks to the OAI-PMH interface and
+ Google Scholar optimizations
+
+ - issue permanent urls and trustworthy identifiers, including optional integrations with
+ handle.net and DataCite DOI
+
+
+
diff --git a/src/app/+home-page/home-news/themes/home-news.component.preview-release.scss b/src/app/+home-page/home-news/themes/home-news.component.preview-release.scss
index 7e85366bed..e21eb56a00 100644
--- a/src/app/+home-page/home-news/themes/home-news.component.preview-release.scss
+++ b/src/app/+home-page/home-news/themes/home-news.component.preview-release.scss
@@ -1,58 +1,5 @@
-@import '../../../../styles/variables.scss';
-
:host-context(.preview-release) {
- div.background-image {
- color: white;
- background-color: #2e80a3;
- position: relative;
- background-position-y: -200px;
- background-image: url('/assets/images/banner.jpg');
- background-size: cover;
- @media screen and (max-width: map-get($grid-breakpoints, lg)) {
- background-position-y: 0;
- }
-
- .container {
- position: relative;
- text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
- &:before, &:after {
- content: '';
- display: block;
- width: $banner-background-gradient-width;
- height: 100%;
- top: 0;
- position: absolute;
- }
-
- &:before {
- background: linear-gradient(to left, $banner-text-background, transparent);
- left: -$banner-background-gradient-width;
-
- }
-
- &:after {
- background: linear-gradient(to right, $banner-text-background, transparent);
- right: -$banner-background-gradient-width;
- }
-
- background-color: $banner-text-background;
-
- .jumbotron {
- background-color: transparent;
- }
-
- }
-
-
- small.credits {
- a {
- color: inherit;
- }
- opacity: 0.3;
- position: absolute;
- right: 5px;
- bottom: 0;
- }
-
+ .jumbotron {
+ background-color: transparent;
}
}
\ No newline at end of file
diff --git a/src/app/+home-page/themes/home-page.component.preview-release.html b/src/app/+home-page/themes/home-page.component.preview-release.html
index 573cc8ecb4..ae7ee6bf48 100644
--- a/src/app/+home-page/themes/home-page.component.preview-release.html
+++ b/src/app/+home-page/themes/home-page.component.preview-release.html
@@ -1,5 +1,10 @@
-
-
-
-
+
+
+
diff --git a/src/app/+home-page/themes/home-page.component.preview-release.scss b/src/app/+home-page/themes/home-page.component.preview-release.scss
index ea13e0565e..cecbacf9a7 100644
--- a/src/app/+home-page/themes/home-page.component.preview-release.scss
+++ b/src/app/+home-page/themes/home-page.component.preview-release.scss
@@ -1,3 +1,52 @@
-:host-context(.preview-release) {
+@import '../../../styles/variables.scss';
+:host-context(.preview-release) {
+ div.background-image {
+ color: white;
+ background-color: $info;
+ position: relative;
+ background-position-y: -200px;
+ background-image: url('/assets/images/banner.jpg');
+ background-size: cover;
+ @media screen and (max-width: map-get($grid-breakpoints, lg)) {
+ background-position-y: 0;
+ }
+
+ .container {
+ position: relative;
+ text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
+ &:before, &:after {
+ content: '';
+ display: block;
+ width: $banner-background-gradient-width;
+ height: 100%;
+ top: 0;
+ position: absolute;
+ }
+
+ &:before {
+ background: linear-gradient(to left, $banner-text-background, transparent);
+ left: -$banner-background-gradient-width;
+
+ }
+
+ &:after {
+ background: linear-gradient(to right, $banner-text-background, transparent);
+ right: -$banner-background-gradient-width;
+ }
+ background-color: $banner-text-background;
+ }
+
+
+ small.credits {
+ a {
+ color: inherit;
+ }
+ opacity: 0.3;
+ position: absolute;
+ right: $spacer;
+ bottom: 0;
+ }
+
+ }
}
\ No newline at end of file
diff --git a/src/app/shared/search-form/search-form.component.ts b/src/app/shared/search-form/search-form.component.ts
index 8e1ccc27f6..6bae819513 100644
--- a/src/app/shared/search-form/search-form.component.ts
+++ b/src/app/shared/search-form/search-form.component.ts
@@ -40,6 +40,10 @@ export class SearchFormComponent {
*/
@Input() scopes: DSpaceObject[];
+
+ @Input() large = false;
+ @Input() brandColor = 'primary';
+
constructor(private router: Router) {
}
diff --git a/src/app/shared/search-form/themes/search-form.component.preview-release.html b/src/app/shared/search-form/themes/search-form.component.preview-release.html
index aa31b8bb84..ea2f54813e 100644
--- a/src/app/shared/search-form/themes/search-form.component.preview-release.html
+++ b/src/app/shared/search-form/themes/search-form.component.preview-release.html
@@ -1,16 +1,21 @@