Skip to content

Commit

Permalink
oki
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyteDuke committed Oct 18, 2024
1 parent 1fa985d commit 737bff6
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 4 deletions.
Binary file added public/img/icons/launchpad/bisourivage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/markdown/competenceE4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# BTS SIO option SISR

## Tableau de synthèse des compétences

| **Compétences mises en œuvre** | **Réalisation en cours de formation** | **Réalisations en milieu professionnel en cours de première année** | **Réalisations en milieu professionnel en cours de seconde année** |
| ---------------------------------------------------------- | ------------------------------------- | ------------------------------------------------------------------ | ----------------------------------------------------------------- |
| **Gérer le patrimoine informatique** | | | |
| **Répondre aux incidents et aux demandes d'assistance et d'évolution** | | | |
| **Développer la présence en ligne de l'organisation** | [DreamStream](/markdown/competences/preuve_presence_en_ligne_compressed_compressed.pdf) | | [BisouRivage](https://github.com/Martial4034/BisouRivage/blob/main/README.md) |
| **Travailler en mode projet** | [FigFactor](/markdown/competences/travailler_en_mode_projet_compressed.pdf) | | |
| **Mettre à disposition des utilisateurs un service informatique** | | [SSL Checker](/markdown/competences/preuve_service_compressed.pdf) | |
| **Organiser son développement professionnel** | | | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
21 changes: 18 additions & 3 deletions src/configs/bear.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ const bear: BearData[] = [
icon: "i-heroicons-outline:information-circle",
excerpt: "Salut ! Je me présente, moi c'est Ma..."
},
{
id: "competence-e5",
title: "Compétences E5",
file: "markdown/competenceE4.md",
icon: "i-heroicons-outline:academic-cap",
excerpt: "BTS SIO SISR Tableau de synthèse ..."
},
{
id: "contact-me",
title: "Contactez moi",
Expand All @@ -34,28 +41,36 @@ const bear: BearData[] = [
title: "Projects",
icon: "i-octicon:repo",
md: [
{
id: "bisou-rivage",
title: "BisouRivage",
file: "https://raw.githubusercontent.com/Martial4034/BisouRivage/refs/heads/main/README.md",
icon: "i-heroicons-outline:briefcase",
excerpt: "À 18 ans j'ai réalisé une Marketplace 'Bisourivage' pour un client",
link: "https://bisourivage.fr/"
},
{
id: "oxelta-sondage",
title: "Oxelta Sondage",
file: "https://raw.githubusercontent.com/Martial4034/Oxelta_Sondage/main/README.md",
icon: "i-heroicons-outline:briefcase",
excerpt: "À 18 ans, j'ai fait ma deuxième prestation pour une start-up...",
excerpt: "À 18 ans, j'ai fait une prestation pour une start-up 'oxelta'...",
link: "https://www.oxelta.io/"
},
{
id: "agence-le-home",
title: "Agence le Home",
file: "https://raw.githubusercontent.com/Martial4034/Agence-le-Home/main/README.md",
icon: "i-heroicons-outline:home",
excerpt: "À 18 ans, j'ai refondé l'agence immobilière de mes parents...",
excerpt: "À 18 ans, j'ai refondé l'agence immobilière 'Le Home'...",
link: "https://www.agencelehome.fr/"
},
{
id: "pigly",
title: "Pigly Mobile App",
file: "https://raw.githubusercontent.com/Martial4034/Pigly/main/README.md",
icon: "i-akar-icons:sword",
excerpt: "À 17 ans, on développe Pigly, une appli mobile...",
excerpt: "À 17 ans, on développe Pigly, une appli mobile pour trouvé des restaurants...",
link: "https://vuepress-theme-gungnir.vercel.app"
},
{
Expand Down
6 changes: 6 additions & 0 deletions src/configs/launchpad.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ const launchpadApps: LaunchpadData[] = [
img: "img/icons/launchpad/resume.png",
link: "https://laubier.me/screenshots/CV_A.pdf"
},
{
id: "bisou-rivage",
title: "BisouRivage",
img: "img/icons/launchpad/bisourivage.jpg",
link: "https://bisourivage.fr/"
},
{
id: "sondage-de-oxelta",
title: "Sondage Oxleta",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Login(props: MacActions) {
{/* buttons */}
<div className="text-sm fixed bottom-16 inset-x-0 mx-auto flex flex-row space-x-4 w-max">
<div
className="hstack flex-col text-white w-24 cursor-pointer"
className="hstack flex-col text-white w-24 "
onClick={(e) => props.sleepMac(e)}
>
<div className="flex-center size-10 bg-gray-700 rounded-full">
Expand Down

0 comments on commit 737bff6

Please sign in to comment.