diff --git a/index.html b/index.html index 2521e97..54ae9df 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Sanae Benkhlifa Sports - Système de Gestion diff --git a/public/favicon.jpg b/public/favicon.jpg new file mode 100644 index 0000000..f15b34e Binary files /dev/null and b/public/favicon.jpg differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..a363292 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,566 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/SB Sports.jpg b/src/assets/SB Sports.jpg new file mode 100644 index 0000000..f15b34e Binary files /dev/null and b/src/assets/SB Sports.jpg differ diff --git a/src/assets/SBsports.svg b/src/assets/SBsports.svg new file mode 100644 index 0000000..a363292 --- /dev/null +++ b/src/assets/SBsports.svg @@ -0,0 +1,566 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/main.css b/src/assets/main.css index f2b734c..bbb6c16 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -12,6 +12,10 @@ body { background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%); } +.gradient-sidebar { + background: linear-gradient(160deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%); +} + .card-shadow { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), diff --git a/src/components/AppSidebar.vue b/src/components/AppSidebar.vue index 6fe4b9a..8fa0ded 100644 --- a/src/components/AppSidebar.vue +++ b/src/components/AppSidebar.vue @@ -8,6 +8,7 @@ import { History, UserCog, } from "lucide-vue-next"; +import logoUrl from "../assets/SB Sports.jpg"; const route = useRoute(); @@ -55,36 +56,14 @@ const isActive = (name) => route.name === name;