mirror of
https://github.com/ArthurDanjou/ArthurDanjou.git
synced 2026-01-14 18:59:58 +01:00
Improve GitHub Readme
This commit is contained in:
102
README.md
102
README.md
@@ -1,32 +1,80 @@
|
||||
<h1 align="center">Hi 👋, I'm Arthur Danjou</h1>
|
||||
<h3 align="center">A passionate creative developer from Paris, France 🎨</h3>
|
||||

|
||||
|
||||
## 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
|
||||
  
|
||||
|
||||

|
||||

|
||||

|
||||
---
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
---
|
||||
## Get In Touch ✨
|
||||
soon
|
||||
|
||||
[](https://twitter.com/ArthurDanj)
|
||||
[](mailto:contact@arthurdanjou.fr)
|
||||
[](https://discord.com/invite/Y49t58b)
|
||||
[](https://arthurdanjou.fr)
|
||||
---
|
||||

|
||||

|
||||
## 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 📊
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||
BIN
assets/Banner.png
Normal file
BIN
assets/Banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 396 KiB |
Reference in New Issue
Block a user