Skip to content

Commit 06e4ef8

Browse files
LUC065-341
1 parent b4bb10e commit 06e4ef8

2 files changed

Lines changed: 33 additions & 45 deletions

File tree

src/themes/aura/app/footer/footer.component.html

Lines changed: 26 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -55,36 +55,34 @@ <h5 class="text-uppercase">Footer Content</h5>
5555
<!-- Copyright -->
5656
<div class="top-footer p-1 d-flex justify-content-center align-items-center text-white">
5757
<div class="container">
58-
<div class="col-md-12 col-sm-12 col-xs-12 first-footer">
59-
<button (click)="onEdit()" title="Top of page" class="top-of-page">
58+
<div class="row first-footer">
59+
<button (click)="onEdit()" title="Top of page" class="footer-button">
6060
<i class="fa fa-angle-double-up" aria-hidden="true"></i> Top of Page
6161
</button>
62-
<ul class="footer-info list-unstyled d-flex justify-content-center mb-0">
63-
<li>
64-
<a href="/" title="AURA Home">AURA Home</a>
65-
</li>
66-
<li>
67-
<a href="/info/accessibility" title="Accessibility Statement">Accessibility</a>
68-
</li>
69-
<li>
70-
<a href="https://www.abdn.ac.uk/pure" title="PURE" target="_blank">PURE</a>
71-
</li>
72-
<li>
73-
<a href="https://abdn.primo.exlibrisgroup.com/discovery/collectionDiscovery?vid=44ABE_INST:44ABE_VU1&amp;collectionId=81151714170005941" title="Digital Resources" target="_blank">Digital Resources</a>
74-
</li>
75-
<li>
76-
<a href="https://www.abdn.ac.uk/library" title="Library, Special Collections &nbsp; Museums" target="_blank">Library, Special Collections &amp; Museums</a>
77-
</li>
78-
<li>
79-
<a href="https://www.abdn.ac.uk/it/service-portfolio/sc-systems-aura.php#repository-takedown" title="Take-Down Notice" target="_blank">Take-Down Notice</a>
80-
</li>
81-
<li>
82-
<a href="/info/feedback">Send Feedback</a>
83-
</li>
84-
<li>
85-
<a href="mailto:aura-manager@abdn.ac.uk" title="Contact Us">Contact Us</a>
86-
</li>
87-
</ul>
62+
<button onclick="location.href='/'" title="AURA home" class="footer-button">
63+
AURA Home
64+
</button>
65+
<button onclick="location.href='/info/accessibility'" title="Accessibility Statement" class="footer-button">
66+
Accessibility
67+
</button>
68+
<button onclick="location.href='https://www.abdn.ac.uk/pure'" title="PURE" class="footer-button">
69+
PURE
70+
</button>
71+
<button onclick="location.href='https://abdn.primo.exlibrisgroup.com/discovery/collectionDiscovery?vid=44ABE_INST:44ABE_VU1&amp;collectionId=81151714170005941'" title="Digital Resources" class="footer-button">
72+
Digital <br>Resources
73+
</button>
74+
<button onclick="location.href='https://www.abdn.ac.uk/library'" title="Library, Special Collections &nbsp; Museums" class="footer-button">
75+
Library, <br>Special Collections <br>&amp; Museums
76+
</button>
77+
<button onclick="location.href='https://www.abdn.ac.uk/it/service-portfolio/sc-systems-aura.php#repository-takedown'" title="Take-Down Notice" class="footer-button">
78+
Take-Down <br>Notice
79+
</button>
80+
<button onclick="location.href='/info/feedback'" title="Feedback page" class="footer-button">
81+
Send Feedback
82+
</button>
83+
<button onclick="location.href='mailto:aura-manager@abdn.ac.uk'" title="Contact Us" class="footer-button">
84+
Contact Us
85+
</button>
8886
</div>
8987
</div>
9088
</div>
@@ -124,20 +122,6 @@ <h5 class="text-uppercase">Footer Content</h5>
124122
</div>
125123
</div>
126124
</div>
127-
<!-- <div style="float:left; width:190px;">
128-
<a href="https://www.abdn.ac.uk/library/" title="Library, Special Collections and Museums home page"><img title="Library, Special Collections and Museums logo" alt="Library, Special Collections and Museums logo" src="assets/aura/images/unilogo3.gif"></a>
129-
</div>
130-
<div style="float:left;">
131-
<b>The Sir Duncan Rice Library</b>
132-
<br>
133-
University of Aberdeen<br>
134-
Bedford Road<br>
135-
Aberdeen<br>
136-
AB24 3AA<br>
137-
<br>
138-
Tel: +44 (0)1224 273330<br>
139-
Email: <a href="mailto:library@abdn.ac.uk" title="Email Library, Special Collections and Museums">library@abdn.ac.uk</a>
140-
</div> -->
141125
</div>
142126
<!-- Copyright -->
143127

src/themes/aura/app/footer/footer.component.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
padding-bottom: 1rem;
2828
text-align: center;
2929
}
30-
button.top-of-page {
30+
button.footer-button {
3131
margin-right: 20px;
3232
border: none;
3333
background-color: transparent;
3434
color: #365594;
3535
}
36-
button.top-of-page:hover {
36+
button.footer-button:hover {
3737
color: #124154;
3838
text-decoration: underline;
3939
}
@@ -53,7 +53,6 @@
5353
padding-bottom: 1rem;
5454
}
5555
.footer-logo {
56-
// width: 15rem;
5756
margin-right: 20px;
5857
}
5958
.footer-divider{
@@ -62,6 +61,11 @@
6261
.footer-socials p {
6362
text-align: right;
6463
}
64+
65+
.verticle-container {
66+
height: 200px;
67+
position: relative;
68+
}
6569
}
6670

6771
}

0 commit comments

Comments
 (0)