mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
11 lines
439 B
HTML
11 lines
439 B
HTML
<div class="background-image">
|
|
<div class="container">
|
|
<ds-home-news></ds-home-news>
|
|
<ds-search-form class="d-block pb-3" [inPlaceSearch]="false" [large]="true" [brandColor]="'success'"></ds-search-form>
|
|
</div>
|
|
<small class="credits">Photo by <a href="https://www.pexels.com/@inspiredimages">@inspiredimages</a></small>
|
|
</div>
|
|
<div class="container pt-3">
|
|
<ds-top-level-community-list></ds-top-level-community-list>
|
|
</div>
|