From adef5acbf67c876b37031fdecd81cccf70c67934 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 26 Jun 2024 22:35:14 +0200 Subject: [PATCH] =?UTF-8?q?Compl=C3=A8te=20le=20mod=C3=A8le=20avec=20des?= =?UTF-8?q?=20fichiers=20de=20m=C3=A9tadonn=C3=A9es=20et=20g=C3=A8re=20Lin?= =?UTF-8?q?kedin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 ++ README.fra.md | 8 ++++++-- public/behance/Metadata.yaml | 14 ++++++++++++++ public/dribbble/Metadata.yaml | 6 ++++++ public/linkedin/Entry.yaml | 6 ++++++ src/.move_sources_here | 0 6 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 public/behance/Metadata.yaml create mode 100644 public/dribbble/Metadata.yaml create mode 100644 public/linkedin/Entry.yaml create mode 100644 src/.move_sources_here diff --git a/.vscode/settings.json b/.vscode/settings.json index 2530cc0..48e68eb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,7 @@ "figma", "behance", "dribbble", + "linkedin", + "notion" ] } \ No newline at end of file diff --git a/README.fra.md b/README.fra.md index 1f6bc88..b046980 100644 --- a/README.fra.md +++ b/README.fra.md @@ -3,6 +3,10 @@ description - [License CC-BY-NC-ND-4](LICENSE) -- [Présentation Behance](http) +- [Présentation Behance](https) +- [Présentation Dribble](https) +- [Promotion Linkedin](https) -## Présentation \ No newline at end of file +## Présentation + +images \ No newline at end of file diff --git a/public/behance/Metadata.yaml b/public/behance/Metadata.yaml new file mode 100644 index 0000000..b49bd65 --- /dev/null +++ b/public/behance/Metadata.yaml @@ -0,0 +1,14 @@ +Project Title: +Keyworks: + - Web + - Design + - UI Design + - User interface + - Web Design +Tools: + - HTML/CSS + - Figma + - Illustrator + - Photoshop +Category: + - Graphical Design diff --git a/public/dribbble/Metadata.yaml b/public/dribbble/Metadata.yaml new file mode 100644 index 0000000..3c27b74 --- /dev/null +++ b/public/dribbble/Metadata.yaml @@ -0,0 +1,6 @@ +Project Title: +Tags: + - Figma + - Branding + - Graphic Design + - UI diff --git a/public/linkedin/Entry.yaml b/public/linkedin/Entry.yaml new file mode 100644 index 0000000..5d3aa22 --- /dev/null +++ b/public/linkedin/Entry.yaml @@ -0,0 +1,6 @@ +Project name: +Description: +Start Date: +End Date: +Links: +Skills: diff --git a/src/.move_sources_here b/src/.move_sources_here new file mode 100644 index 0000000..e69de29