Skip to content

Commit

Permalink
Merge branch 'master' into license
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Feb 15, 2024
2 parents 89a6829 + 6b9cb79 commit 16febfe
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion portal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.41.0"
__version__ = "6.41.1"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion portal/static/portal/sass/partials/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@
.form--row__input {
flex: 1;
}

.ten-yr-badge {
display: block;
position: static;
width: 45%;
margin: 50px 0 0 auto;
}
}

@media (max-width: $tablet-small-max-width) {
Expand All @@ -127,11 +134,17 @@
.social-media a {
@include _margin(0px, 10px, 0px, 10px);
}

.ten-yr-badge {
width: 60%;
margin: 15px auto 0 auto;
}
}
}

@media (max-width: $tablet-small-max-width) and (min-width: $tablet-small-min-width) {
.footer {

.button,
.external-links {
margin: 0;
Expand All @@ -152,5 +165,10 @@
.landscape-logo {
max-width: 60%;
}

.ten-yr-badge {
width: 20%;
margin: 0;
}
}
}
}
2 changes: 2 additions & 0 deletions portal/templates/portal/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@
<a target="_blank" href="https://www.facebook.com/codeforlifeuk/"><span class="iconify" data-icon="mdi:facebook"></span></a>
<a target="_blank" href="https://twitter.com/codeforlifeuk"><span class="iconify" data-icon="ant-design:twitter-circle-filled"></span></a>
</div>
<img class="ten-yr-badge visible-xs" title="10 years anniversary" alt="10 years anniversary" src="{% static 'portal/img/10_years_anniversary.png' %}">
<img class="landscape-logo visible-sm visible-xs" title="Code for Life" alt="Code for Life" src="{% static 'portal/img/logo_cfl_white_landscape.png' %}">
<a target="_blank" href="https://www.ocadogroup.com/our-responsible-business/corporate-responsibility/skills-for-the-future">
<img title="Ocado Group" alt="Ocado Group" src="{% static 'portal/img/logo_ocado_group_white.svg' %}">
</a>
</div>
<img class="ten-yr-badge hidden-xs" title="10 years anniversary" alt="10 years anniversary" src="{% static 'portal/img/10_years_anniversary.png' %}">
</div>
</div>
<p class="copyright">&copy; Ocado Group {% now "Y" %}</p>
Expand Down

0 comments on commit 16febfe

Please sign in to comment.