Skip to content

Commit

Permalink
Update Elements to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Feb 27, 2025
1 parent 7371488 commit 9351ff5
Showing 1 changed file with 43 additions and 28 deletions.
71 changes: 43 additions & 28 deletions src/views/404.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
<link
rel="shortcut icon"
type="image/x-icon"
href="//web2018.epfl.ch/6.4.0/icons/favicon.ico"
href="//web2018.epfl.ch/7.2.0/icons/favicon.ico"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="//web2018.epfl.ch/6.4.0/icons/favicon-16.png"
href="//web2018.epfl.ch/7.2.0/icons/favicon-16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="//web2018.epfl.ch/6.4.0/icons/favicon-32.png"
href="//web2018.epfl.ch/7.2.0/icons/favicon-32.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="//web2018.epfl.ch/6.4.0/icons/apple-touch-icon.png"
href="//web2018.epfl.ch/7.2.0/icons/apple-touch-icon.png"
/>

<link
rel="stylesheet"
href="//web2018.epfl.ch/6.4.0/css/elements.min.css"
href="//web2018.epfl.ch/7.2.0/css/elements.min.css"
/>

<script
Expand Down Expand Up @@ -118,7 +118,7 @@
<header class="header">
<a class="logo" href="//www.epfl.ch">
<img
src="//web2018.epfl.ch/6.4.0/icons/epfl-logo.svg"
src="//web2018.epfl.ch/7.2.0/icons/epfl-logo.svg"
alt="Logo EPFL, Ecole polytechnique fédérale de Lausanne"
class="img-fluid"
/>
Expand Down Expand Up @@ -185,7 +185,7 @@
<div class="col-6 mx-auto mx-md-0 mb-4 col-md-3 col-lg-2">
<a href="//www.epfl.ch">
<img
src="//web2018.epfl.ch/6.4.0/icons/epfl-logo.svg"
src="//web2018.epfl.ch/7.2.0/icons/epfl-logo.svg"
alt="Logo EPFL, Ecole polytechnique fédérale de Lausanne"
class="img-fluid"
/>
Expand Down Expand Up @@ -222,65 +222,80 @@
</li>
<li>
<a
href="https://x.com/epfl_en"
class="social-icon social-icon-x social-icon-negative"
href="https://instagram.com/epflcampus"
class="social-icon social-icon-instagram social-icon-negative"
rel="noopener"
target="_blank"
>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-x"></use>
<use xlink:href="#icon-instagram"></use>
</svg>
<span class="sr-only">Follow us on X.</span>
<span class="sr-only">Follow us on Instagram.</span>
</a>
</li>
<li>
<a
href="https://instagram.com/epflcampus"
class="social-icon social-icon-instagram social-icon-negative"
href="https://www.linkedin.com/school/epfl/"
class="social-icon social-icon-linkedin social-icon-negative"
rel="noopener"
target="_blank"
>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-instagram"></use>
<use xlink:href="#icon-linkedin"></use>
</svg>
<span class="sr-only">Follow us on Instagram.</span>
<span class="sr-only">Follow us on LinkedIn.</span>
</a>
</li>
<li>
<a
href="https://www.youtube.com/user/epflnews"
class="social-icon social-icon-youtube social-icon-negative"
href="https://social.epfl.ch/@epfl/"
class="social-icon social-icon-mastodon social-icon-negative"
rel="noopener"
target="_blank"
>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-youtube"></use>
<use xlink:href="#icon-mastodon"></use>
</svg>
<span class="sr-only">Follow us on Youtube.</span>
<span class="sr-only">Follow us on Mastodon.</span>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/school/epfl/"
class="social-icon social-icon-linkedin social-icon-negative"
href="https://x.com/epfl_en"
class="social-icon social-icon-x social-icon-negative"
rel="noopener"
target="_blank"
>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-linkedin"></use>
<use xlink:href="#icon-x"></use>
</svg>
<span class="sr-only">Follow us on LinkedIn.</span>
<span class="sr-only">Follow us on X.</span>
</a>
</li>
<li>
<a
href="https://www.youtube.com/user/epflnews"
class="social-icon social-icon-youtube social-icon-negative"
rel="noopener"
target="_blank"
>
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-youtube"></use>
</svg>
<span class="sr-only">Follow us on Youtube.</span>
</a>
</li>
</ul>
</div>
<div class="footer-legal">
<div class="footer-legal-links">
<a href="//www.epfl.ch/accessibility.en.shtml">
<a
href="//www.epfl.ch/about/overview/regulations-and-guidelines/disclaimer/"
>
Accessibility
</a>
<a
href="//www.epfl.ch/about/overview/overview/regulations-and-guidelines/"
href="//www.epfl.ch/about/overview/regulations-and-guidelines/disclaimer/"
>
Legal notice
</a>
Expand Down Expand Up @@ -309,10 +324,10 @@
</div>

<script>
svgPath = 'https://web2018.epfl.ch/6.4.0/icons/icons.svg';
featherSvgPath = 'https://web2018.epfl.ch/6.4.0/icons/feather-sprite.svg';
svgPath = 'https://web2018.epfl.ch/7.2.0/icons/icons.svg';
featherSvgPath = 'https://web2018.epfl.ch/7.2.0/icons/feather-sprite.svg';
</script>

<script src="//web2018.epfl.ch/6.4.0/js/elements.min.js"></script>
<script src="//web2018.epfl.ch/7.2.0/js/elements.min.js"></script>
</body>
</html>

0 comments on commit 9351ff5

Please sign in to comment.