Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/themes/datashare/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ <h3 class="footer-discover-heading">
<ul class="list-unstyled">
<li><a routerLink="/info/accessibility" target="_blank">Change accessibility settings</a>
</li>
<li><a routerLink="/info/accessibility-statement" target="_blank">Datashare accessibility
<li><a routerLink="/info/accessibility-statement" target="_blank">DataShare accessibility
statement</a></li>
<!-- <li><a href="https://library.ed.ac.uk/research-support/research-data-service/contact" target="_blank">Contact Us</a></li> -->
<li><a href="https://library.ed.ac.uk/research-support/research-data-service/after/data-repository/service-policies/privacy-notice"
target="_blank">Datashare
target="_blank">DataShare
privacy notice</a>
<li><a href="https://library.ed.ac.uk/research-support/research-data-service/after/data-repository/service-policies/service-level-definition"
target="_blank">Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="d-flex flex-wrap">
<div>

<h1>Accessibility statement for <a href="https://datashare.ed.ac.uk/">Edinburgh Datashare</a></h1>
<h1>Accessibility statement for <a href="https://datashare.ed.ac.uk/">Edinburgh DataShare</a></h1>
<p>Website accessibility statement in line with Public Sector Body (Websites and Mobile Applications) (No. 2)
Accessibility Regulations 2018</p>
<p><a href="https://datashare.ed.ac.uk/">Datashare</a> - <a
<p><a href="https://datashare.ed.ac.uk/">DataShare</a> - <a
href="https://datashare.ed.ac.uk/">https://datashare.ed.ac.uk/</a> is a website hosted by the University of
Edinburgh Library on behalf of the University of Edinburgh. It is a digital repository of research data
produced at
Expand Down
2 changes: 1 addition & 1 deletion src/themes/datashare/app/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ng-container>
<div class="navbar-nav align-items-md-center mr-auto shadow-none gapx-3" role="menubar">
<!-- DATASHARE - start -->
<a routerLink="/home"><img src="/assets/datashare/images/house-door-fill.svg" alt="Edinburgh Datashare Home" class="house-door-fill-icon"></a>
<a routerLink="/home"><img src="/assets/datashare/images/house-door-fill.svg" alt="Edinburgh DataShare Home" class="house-door-fill-icon"></a>
<!-- DATASHARE - end -->
<ng-container *ngFor="let section of (sections | async)">
<ng-container
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- // DATASHARE - start -->
<div class="datashare-search-form-container px-3 py-3 my-3 bg-primary text-white">
<h3>Search Datashare</h3>
<h3>Search DataShare</h3>
<form #form="ngForm" (ngSubmit)="onSubmit(form.value)" action="/search">
<div>
<div class="form-group input-group">
Expand Down
Loading