diff --git a/README.md b/README.md index 8183e4512..ec6969f0b 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,80 @@ -

Hi ๐Ÿ‘‹, I'm Arthur Danjou

-

A passionate creative developer from Paris, France ๐ŸŽจ

+![Banner](./assets/Banner.png) -## I am passionate about : -- Web development ๐ŸŒ -- Software Development โš™ -- Technologies ๐Ÿงช -- DevSecOps & Hacking ๐Ÿ”“ -- Gaming ๐ŸŽฎ +# Hi there, I'm Arthur ๐Ÿ™‹โ€โ™‚๏ธ +### A Web & Software Developer from Paris, France ๐Ÿ‡ซ๐Ÿ‡ท -## Skills -![HTML](https://img.shields.io/badge/HTML-F16529?style=for-the-badge) ![CSS](https://img.shields.io/badge/CSS-2965f1?style=for-the-badge) ![JavaScript](https://img.shields.io/badge/JavaScript-F0DB4F?style=for-the-badge) - -![Java](https://img.shields.io/badge/Java-007396?style=for-the-badge) -![Python](https://img.shields.io/badge/Python-4B8BBE?style=for-the-badge) -![Go](https://img.shields.io/badge/Go-29beb0?style=for-the-badge) ---- -![VueJs](https://img.shields.io/badge/VueJs-42b883?style=for-the-badge) -![NuxtJs](https://img.shields.io/badge/NuxtJs-41b883?style=for-the-badge) - -![ReactJs](https://img.shields.io/badge/ReactJs-61DBFB?style=for-the-badge) -![NextJs](https://img.shields.io/badge/NextJs-black?style=for-the-badge) ---- ## Get In Touch โœจ +soon -[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge)](https://twitter.com/ArthurDanj) -[![Mail](https://img.shields.io/badge/Mail-EA4335?style=for-the-badge)](mailto:contact@arthurdanjou.fr) -[![Discord](https://img.shields.io/badge/Discord-738ADB?style=for-the-badge)](https://discord.com/invite/Y49t58b) -[![Website](https://img.shields.io/badge/Website-fcba03?style=for-the-badge)](https://arthurdanjou.fr) --- -![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg) -![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg) +## About me โญ + +```javascript +const me = { + pronouns: "Arthur", + location: ["Paris", "France"], + passions: [ + "Dev", + "DevOps", + "New technologies", + "Gaming" + ], + code: [ + "Javascript", + "Typescript", + "HTML", + "CSS", + "GoLang", + "Python", + "Java" + ], + askMeAbout: [ + "Web dev", + "Tech", + "Consulting", + "Cloud native", + "Software dev" + ], + technologies: { + webApp: ["VueJs", "NuxtJs", "Sass", "Tailwind"], + desktopApp: ["ElectronJs"], + mobileApp: ["React Native"], + backEnd: { + typescript: ["AdonisJs"], + java: ["Spring"] + }, + databases: ["MongoDB", "MariaDB", "Redis"], + messaging: ["RabbitMq"], + other: ["Docker", "Git"], + architecture: ["microservices", "event-driven", "design system pattern"], + }, + projects: { + artsite: { + description: 'ArtSite is my personnal website', + progress: '90%', + url: 'https://arthurdanjou.fr/' + }, + artapi: { + description: 'ArtApi is my personnal API', + progress: '90%', + url: 'https://api.arthurdanjou.fr/' + }, + artclick: { + description: 'Artsite is my personnal url shortener', + progress: '100%', + url: 'https://artdanj.to/' + }, + artcloud: { + description: 'Artsite is my personnal instance managment system', + progress: '90%', + url: 'https://arthurdanjou.fr' + } + } +} +``` +--- + +## Dev Stats ๐Ÿ“Š + +[![Arthur's github stats](https://github-readme-stats.vercel.app/api?count_private=true&show_icons=true&theme=dracula&username=arthurdanjou)](https://github.com/anuraghazra/github-readme-stats) +[![Arthur's github stats](https://github-readme-stats.vercel.app/api/top-langs/?count_private=true&show_icons=true&theme=dracula&username=arthurdanjou)](https://github.com/anuraghazra/github-readme-stats) \ No newline at end of file diff --git a/assets/Banner.png b/assets/Banner.png new file mode 100644 index 000000000..92461aaa6 Binary files /dev/null and b/assets/Banner.png differ