Skip to content

Commit

Permalink
style: 💄 add new logo and change police one
Browse files Browse the repository at this point in the history
style: 💄 replace favicon

style: 💄 replace favicon
  • Loading branch information
nutfdt committed May 22, 2024
1 parent ee3a193 commit 426235c
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 11 deletions.
Empty file removed apple-touch-icon.png
Empty file.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Basegun</title>
<meta name="description" content="Basegun">
<link rel="alternate icon" href="/favicon.ico" type="image/png" sizes="16x16">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="mask-icon" href="/pwa-512x512.png" color="#FFFFFF">
<meta name="theme-color" content="var(--blue-france-sun-113-625)">
<script defer data-domain="basegun.interieur.gouv.fr" src="https://plausible.io/js/script.js"></script>
Expand Down
Binary file modified frontend/public/apple-touch-icon.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 modified frontend/public/favicon.ico
Binary file not shown.
Binary file modified frontend/public/pwa-192x192.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 modified frontend/public/pwa-512x512.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 modified frontend/src/assets/basegun.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 modified frontend/src/assets/basegun_green.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 frontend/src/assets/basegun_long.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 removed frontend/src/assets/basegun_red.png
Binary file not shown.
Binary file modified frontend/src/assets/logo_police.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion frontend/src/components/OnboardingSwiper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<img
src="@/assets/basegun_green.png"
alt=""
height="250"
class="swiper-logo"
data-testid="basegun-logo"
>
Expand Down Expand Up @@ -38,8 +39,9 @@
</swiper-slide>
<swiper-slide>
<img
src="@/assets/basegun_red.png"
src="@/assets/basegun.png"
alt=""
height="250"
class="swiper-logo"
>
<div class="swiper-content">
Expand Down
12 changes: 3 additions & 9 deletions frontend/src/views/StartPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ const resultStore = useResultStore()
<template>
<div class="text-center relative top-1/8">
<img
src="@/assets/basegun.png"
src="@/assets/basegun_long.png"
class="mb-10"
height="55"
alt=""
>
<h1 class="accueil-title">
Basegun
</h1>
<p class="accueil-subtitle">
Outil d'identification rapide et <br>
de mise en sécurité des armes à feu
Expand Down Expand Up @@ -45,11 +44,6 @@ const resultStore = useResultStore()
</template>

<style scoped>
.accueil-title {
margin-top: -20px;
margin-bottom: 0;
}
.accueil-subtitle {
font-size: 14px;
line-height: normal;
Expand Down

0 comments on commit 426235c

Please sign in to comment.