Skip to content

Commit

Permalink
chore: Update terminal welcome message and user prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyteDuke committed Jul 4, 2024
1 parent 4385fac commit 5d4cd0d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 92 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/markdown/competences.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Experiences

## 06-07 2024

### Stage à Teamwork

J'ai réalisé mon stage dans le cadre du BTS SIO, de 5 semaines à [Teamwork.net](https://www.teamwork.net/).
Mon rapport de stage :
- [French](https://laubier.me/rapports/RapportDeStageTeamWork.pdf)

## 2022-2024

### Ma première boite
Expand Down
Binary file added public/rapports/RapportDeStageTeamWork.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/components/apps/Terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export default class Terminal extends React.Component<{}, TerminalState> {
<div key={`terminal-input-row-${id}`} flex>
<div className="w-max hstack space-x-1.5">
<span text-yellow-200>
zou@macbook-pro <span text-green-300>{this.getCurDirName()}</span>
martial@macbook-pro <span text-green-300>{this.getCurDirName()}</span>
</span>
<span text-red-400>{">"}</span>
</div>
Expand Down Expand Up @@ -377,7 +377,7 @@ export default class Terminal extends React.Component<{}, TerminalState> {
<HowDare setRMRF={(value: boolean) => this.setState({ rmrf: value })} />
)}
<div p="y-2 x-1.5">
<span className="text-green-300">ヽ(ˋ▽ˊ)ノ</span>: Hey, you found the terminal!
<span className="text-green-300">ヽ(ˋ▽ˊ)ノ</span>: Hey, bienvenu sur le terminal!
Type `help` to get started.
</div>
<div id="terminal-content" p="x-1.5 b-2">
Expand Down
93 changes: 11 additions & 82 deletions src/configs/bear.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const bear: BearData[] = [
{
id: "profile",
title: "Profile",
icon: "i-fa-solid:paw",
icon: "i-heroicons-outline:computer-desktop",
md: [
{
id: "about-me",
Expand Down Expand Up @@ -34,12 +34,20 @@ const bear: BearData[] = [
title: "Projects",
icon: "i-octicon:repo",
md: [
{
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...",
link: "https://www.agencelehome.fr/"
},
{
id: "pigly-agency",
title: "Pigly Agency",
file: "https://raw.githubusercontent.com/Martial4034/PiglyAgency/main/README.md",
icon: "i-heroicons-solid:fire",
excerpt: "Ma première boite, destiné à aidé...",
excerpt: "À 16 ans, ma première boite, destiné à aidé...",
link: "https://github.com/Martial4034/PiglyAgency"
},
{
Expand Down Expand Up @@ -74,86 +82,7 @@ const bear: BearData[] = [
excerpt: "À 13 ans, portfolio minimaliste moderne que je ..",
link: "https://github.com/Martial4034/Old-minimalist-portfolio"
},
// {
// id: "oh-vue-icons",
// title: "Oh, Vue Icons!",
// file: "https://github.com/Martial4034/Cass-Croute/edit/main/README.md",
// icon: "i-fa-brands:vuejs",
// excerpt: "Importing icons from different icon packs in Vue easily...",
// link: "https://oh-vue-icons.js.org"
// },
// {
// id: "text-classification",
// title: "Text Classification",
// file: "https://raw.githubusercontent.com/Renovamen/Text-Classification/master/README.md",
// icon: "i-gg:format-text",
// excerpt: "PyTorch implementation of text classificaiton models...",
// link: "https://github.com/Renovamen/Text-Classification"
// },
// {
// id: "speech-emotion-recognition",
// title: "Speech Emotion",
// file: "https://raw.githubusercontent.com/Renovamen/Speech-Emotion-Recognition/master/README.md",
// icon: "i-ant-design:audio-filled",
// excerpt: "Speech emotion recognition using Keras and sklearn...",
// link: "https://github.com/Renovamen/Speech-Emotion-Recognition"
// },
// {
// id: "pcalg-py",
// title: "PC Algorithm",
// file: "https://raw.githubusercontent.com/Renovamen/pcalg-py/master/README.md",
// icon: "i-tabler:atom-2",
// excerpt: "Implement PC algorithm in Python...",
// link: "https://github.com/Renovamen/pcalg-py"
// },
// {
// id: "midgard",
// title: "Midgard",
// file: "https://raw.githubusercontent.com/Renovamen/midgard/master/README.md",
// icon: "i-bx:game",
// excerpt: "An interactive version of my resume, powered by Vue...",
// link: "https://resume.zxh.io/"
// },
// {
// id: "image-captioning",
// title: "Image Captioning",
// file: "https://raw.githubusercontent.com/Renovamen/Image-Captioning/master/README.md",
// icon: "i-bi:image-fill",
// excerpt: "PyTorch implementation of image captioning models...",
// link: "https://github.com/Renovamen/Image-Captioning"
// },
// {
// id: "wordle-helper",
// title: "Wordle Helper",
// file: "https://raw.githubusercontent.com/Renovamen/wordle-helper/main/README.md",
// icon: "i-bi:grid-1x2",
// excerpt: "Help you solve Wordle puzzles...",
// link: "https://wordle.zxh.io"
// },
// {
// id: "cube-solver",
// title: "Cube Solver",
// file: "https://raw.githubusercontent.com/Renovamen/Just-a-Cube/master/README.md",
// icon: "i-bx:cube",
// excerpt: "A rubik's cube solver (layer-by-layer & two-phase)...",
// link: "https://cube.zxh.io"
// },
// {
// id: "alkaid",
// title: "Alkaid",
// file: "https://raw.githubusercontent.com/Renovamen/alkaid/main/README.md",
// icon: "i-simple-icons:stellar",
// excerpt: "Minimal reinforcement-learning toolbox for PyTorch...",
// link: "https://github.com/Renovamen/alkaid"
// },
// {
// id: "fishmail",
// title: "Fishmail",
// file: "https://raw.githubusercontent.com/Renovamen/Fishmail/master/README.md",
// icon: "i-game-icons:fish-escape",
// excerpt: "上班的时候装作在 Gmail 上查邮件的样子看知乎摸鱼...",
// link: "https://fishmail.vercel.app"
// }
// https://heroicons.com/
]
}
];
Expand Down
12 changes: 6 additions & 6 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: "agence-le-home",
title: "Agence le Home",
img: "img/icons/launchpad/agence_le_home_logo.png",
link: "https://www.agencelehome.fr/"
},
{
id: "pigly-agency",
title: "Pigly Agency",
Expand Down Expand Up @@ -37,12 +43,6 @@ const launchpadApps: LaunchpadData[] = [
img: "/img/ui/whyte-avatar-min.png",
link: "https://github.com/Martial4034/macos-portfolio"
},
{
id: "first-portfolio",
title: "First Portfolio",
img: "img/icons/launchpad/resume.png",
link: "https://resume.zxh.io/"
},
{
id: "old-portfolio",
title: "Old Portfolio",
Expand Down
4 changes: 2 additions & 2 deletions src/configs/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const terminal: TerminalData[] = [
content: (
<div className="py-1">
<div>
Hi, this is Xiaohan Zou. I am a PhD student at the Computer Science and
Engineering department of Pennsylvania State University.
Salut, si t'es arrivé jusqu'ici c'est que tu est vraiment intéressé par mon profil.
Je suis à la recherche d'un stage de recherche pour 8 semaine en mai 2024.
</div>
</div>
)
Expand Down

0 comments on commit 5d4cd0d

Please sign in to comment.