Skip to content
Snippets Groups Projects
Verified Commit eb7dc3c5 authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

feat(school, student association): don't hardcode images

parent c96b9923
Branches
Tags v0.25.0
No related merge requests found
......@@ -10,10 +10,7 @@
<div class="content">
<header>
<div class="picture">
<img
src="https://media.licdn.com/dms/image/C560BAQHbjq1254-umA/company-logo_200_200/0/1641388671224?e=2147483647&v=beta&t=VxpkH-LODGlGvt4huuphQ2UFMVQeBW14mj0YaUZF488"
alt="{school.name} logo"
/>
<img src="/schools/{school.uid}.png" alt="{school.name} logo" />
</div>
<div class="identity">
......
......@@ -49,7 +49,7 @@
<header>
<div class="picture">
<img
src="https://www.bde.enseeiht.fr/static/assets/n7/logo.png"
src="/student-associations/{studentAssociation.uid}.png"
alt="${studentAssociation.name} logo"
/>
</div>
......
packages/app/static/schools/inp.png

7.13 KiB

packages/app/static/schools/n7.png

19.6 KiB

packages/app/static/student-associations/aeinp.png

14 KiB

packages/app/static/student-associations/aen7.png

121 KiB

packages/app/static/student-associations/ain7.png

46.4 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment