refactor [front]: images

This commit is contained in:
Alice 2022-12-04 02:13:32 +01:00
parent 1ab3927b62
commit 5339cf8d0f
12 changed files with 43 additions and 11 deletions

View file

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 673 B

View file

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 319 B

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 31 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 425 KiB

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -7,7 +7,7 @@
> >
<div class="navbar-brand"> <div class="navbar-brand">
<nuxt-link class="navbar-item" to="/"> <nuxt-link class="navbar-item" to="/">
<img src="~/assets/img/logo.png" /> <LayoutClubLogo />
</nuxt-link> </nuxt-link>
<a <a
role="button" role="button"

View file

@ -7,7 +7,7 @@
> >
<div class="navbar-brand"> <div class="navbar-brand">
<nuxt-link class="navbar-item" to="/"> <nuxt-link class="navbar-item" to="/">
<img src="~/assets/img/logo.png" /> <LayoutClubLogo />
</nuxt-link> </nuxt-link>
<a <a
role="button" role="button"

View file

@ -0,0 +1,8 @@
<template>
<img class="club-logo" src="~/assets/img/logos/club.svg" />
</template>
<style scoped lang="sass">
.club-logo
margin: -5% 0
</style>

View file

@ -41,12 +41,23 @@
</section> </section>
<section class="section"> <section class="section">
<h2 class="title">Partenaires</h2> <h2 class="title">Partenaires</h2>
<div class="is-flex is-align-items-center"> <ul class="is-flex is-align-items-center partners">
<a class="cof mr-6" href="https://cof.ens.fr/">COF</a> <li><a class="cof" href="https://cof.ens.fr/">COF</a></li>
<a href="https://www.psl.eu/"> <li>
<img src="~/assets/img/logoPsl.png" alt="logo de PSL" /> <a href="https://www.ens.psl.eu/">
<img
id="partner-ens"
src="~/assets/img/logos/ens.svg"
alt="logo de l'École Normale Supérieure"
/>
</a> </a>
</div> </li>
<li>
<a href="https://www.psl.eu/">
<img src="~/assets/img/logos/psl.png" alt="logo de PSL" />
</a>
</li>
</ul>
</section> </section>
</main> </main>
</template> </template>
@ -56,4 +67,13 @@
<style scoped lang="sass"> <style scoped lang="sass">
.content ul .content ul
list-style-type: "— " list-style-type: "— "
.partners
list-style: none
> :not(:first-child)
margin-left: 1.5rem
img
max-height: 100px
img#partner-ens
max-height: 200px
</style> </style>

View file

@ -81,9 +81,9 @@
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import lineB from "~/assets/img/ligne-b.svg" import lineB from "~/assets/icons/ligne-b.svg"
import line7 from "~/assets/img/ligne-7.svg" import line7 from "~/assets/icons/ligne-7.svg"
import line10 from "~/assets/img/ligne-10.svg" import line10 from "~/assets/icons/ligne-10.svg"
const transports = [ const transports = [
{ {