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
26 changes: 17 additions & 9 deletions src/themes/elte/app/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<footer class="text-lg-start qulto-footer">
<div class="footer-body">
<div class="side-element"></div>
<div class="middle-text">
© <span>{{ currentYear }}</span> Monguz Információtechnológiai Kft.
</div>
<div class="side-element">
<img class="mx-2" src="/assets/elte/images/qultoLogoWhite.svg" />
</div>
<footer>
<div class="rrf-logo">
<img src="/assets/elte/images/rrf_logo.png" alt="RRF logo" />
{{ "footer.rrf" | translate }}
</div>
<div>
© <span>{{ currentYear }} </span>{{ "footer.instituteName" | translate }}
<br />
{{ "footer.allRights" | translate }}
</div>
<a
href="https://qulto.eu/"
class="logo"
target="_blank"
rel="noopener noreferrer"
>
<img src="/assets/elte/images/qulto_logo.png" alt="Qulto logo" />
</a>
</footer>
38 changes: 23 additions & 15 deletions src/themes/elte/app/footer/footer.component.scss
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
.qulto-footer {
footer {
display: grid;
min-height: 4rem;
padding: 0.25rem;
background-color: var(--elte-blue);
border-top: 1px solid $primary;
height: 3rem;
width: 100%;
color: #ffff;
grid-template-columns: 2fr 1fr 2fr;
place-items: center;
text-align: center;

.footer-body {
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
.logo {
margin: 0 1rem;
justify-self: end;

.side-element {
display: flex;
flex: 1;
justify-content: flex-end;
img {
vertical-align: middle;
}
}

.rrf-logo {
display: flex;
align-items: center;
font-size: 0.75rem;
margin: 0 1rem;
justify-self: end;

.middle-text {
color: #ffff;
img {
height: 3.5rem;
}
}
}
6 changes: 6 additions & 0 deletions src/themes/elte/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,10 @@
"browse.comcol.by.program": "By Program",

"browse.comcol.by.course": "By School subject",

"footer.allRights": "All rights reserved",

"footer.instituteName": "Eötvös Loránd University",

"footer.rrf": "The project ID RRF-2.1.2-21-2022-00023, titled 'Infrastructural and skills development of practice-oriented higher education programs', was implemented within the framework of Hungary’s Recovery and Resilience Plan.",
}
6 changes: 6 additions & 0 deletions src/themes/elte/assets/i18n/hu.json5
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,10 @@
"browse.comcol.by.program": "Képzés szerint",

"browse.comcol.by.course": "Tantárgy szerint",

"footer.allRights": "Minden jog fenntartva",

"footer.instituteName": "Eötvös Loránd Tudományegyetem",

"footer.rrf": "Az RRF-2.1.2-21-2022-00023 azonosító számon nyilvántartott „Gyakorlatorientált felsőfokú képzések infrastrukturális- és készségfejlesztése” projekt Magyarország Helyreállítási és Ellenállóképességi Tervének keretében valósult meg."
}
Binary file added src/themes/elte/assets/images/qulto_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/themes/elte/assets/images/rrf_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading