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
8 changes: 6 additions & 2 deletions src/themes/collspec/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,21 +97,25 @@ <h3 class="text-title-bib mb-3">{{ 'collspec.footer.bibliotheque' | translate }}
<ul class="list-unstyled text-gray ml-2">
<li class="footer-link-udem mt-2">
<a class="footer-link-udem" href="https://boite-outils.bib.umontreal.ca/">
<i class="fas fa-circle" style="color:#f04e24; font-size:16px; margin-right:6px;"></i>
Boite à outils
</a>
</li>
<li class="footer-link-udem mt-3">
<a href="https://studio.bib.umontreal.ca/" class="footer-link-udem">
<i class="fas fa-circle" style="color:#FFCA40; font-size:16px; margin-right:6px;"></i>
Studio-bib
</a>
</li>
<li class="footer-link-udem mt-3">
<a href="https://umontreal.scholaris.ca/home" class="footer-link-udem">
<i class="fas fa-circle" style="color:#024244; font-size:16px; margin-right:6px;"></i>
Papyrus
</a>
</li>
<li class="footer-link-udem mt-3">
<a href="https://geoapp.bibl.ulaval.ca/" class="footer-link-udem">
<i class="fas fa-circle" style="color:#CCE2F3; font-size:16px; margin-right:6px;"></i>
Géolndex
</a>
</li>
Expand All @@ -126,11 +130,11 @@ <h3 class="text-title-bib mb-3">{{ 'collspec.footer.bibliotheque' | translate }}
</div>

<!-- Urgence -->
<div class="col-12 mb-3">
<!--<div class="col-12 mb-3">
<a href="#" class="footer-link-udem">
<img src="/assets/collspec/images/Siren.svg" alt=""> {{ 'collspec.footer.emergency' | translate }}
</a>
</div>
</div>-->
</div>
</div>

Expand Down
7 changes: 4 additions & 3 deletions src/themes/collspec/assets/i18n/en.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"collspec.cookies.consent.content-notice.description": 'Your personal data is collected and used for the following purposes: <strong>authentication, preferences, consent, and statistics</strong>.<br>For more information, please refer to the <a href="https://vie-privee.umontreal.ca/confidentialite">privacy policy</a>.',
"collspec.cookies.consent.content-notice.description": "Your personal data is collected and used for the following purposes: <strong>authentication, preferences, consent, and statistics</strong>.<br>For more information, please refer to the <a href=\"https://vie-privee.umontreal.ca/confidentialite\">privacy policy</a>.",

"collspec.menu.a-propos": "About",
"collspec.menu.guide": "Collections guide",
Expand Down Expand Up @@ -44,14 +44,15 @@
"collspec.footer.emergency": "Emergency 514 343-7771",
"collspec.footer.contact.titre": "Contact us",
"collspec.footer.contact.clavarder": "Chat with the library team",

"collspec.footer.infos.titre": "Information",
"collspec.footer.infos.a_propos": "About",
"collspec.footer.infos.a_propos.description": "This portal allows you to explore a selection of items from the Special Collections of the Université de Montréal Libraries. These documents, preserved for their historical, academic, or cultural value, are available for consultation and research.",

"collspec.footer.liens.confidentialite": "Privacy",
"collspec.footer.liens.accord_utilisateur": "Terms of Use",
"collspec.footer.copyright": "© Université de Montréal, {{year}}. All rights reserved",
"collspec.footer.sofia": "Sofia Catalogue",
"collspec.footer.data-base": "A–Z Databases",
"collspec.footer.contact.site-bib": "Library website",

"collspec.donate.text": "Donate",
"collspec.donate.link": "https://bib.umontreal.ca/nous-soutenir/",
Expand Down
7 changes: 7 additions & 0 deletions src/themes/collspec/assets/i18n/fr.json5
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
"collspec.footer.liens.confidentialite": "Confidentialité",
"collspec.footer.liens.accord_utilisateur": " Condition d’utilisation",
"collspec.footer.copyright": "© Université de Montréal, {{year}}. Tous droits réservés",
"collspec.footer.sofia": "Catalogue Sofia",

"collspec.footer.data-base": "Base de données A-Z",

"collspec.footer.infos.a_propos": "À propos",

"collspec.footer.contact.site-bib": "Site des bibliothèques",

"collspec.donate.text": "Je donne",
"collspec.donate.link": "https://bib.umontreal.ca/nous-soutenir/",
Expand Down