Skip to content

Commit 9e1f0af

Browse files
test
1 parent b0d6c8a commit 9e1f0af

1 file changed

Lines changed: 34 additions & 13 deletions

File tree

README.md

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,37 @@
1-
## Hi there 👋
1+
<div align="center">
22

3-
<!--
4-
**softpython2884/softpython2884** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.
3+
![Header](https://capsule-render.vercel.app/api?type=waving&color=gradient&height=200&section=header&text=NightFury&fontSize=60&fontAlignY=35&animation=fadeIn)
54

6-
Here are some ideas to get you started:
5+
## 🚀 Full-Stack Developer • API Engineer • UI Designer
76

8-
- 🔭 I’m currently working on ...
9-
- 🌱 I’m currently learning ...
10-
- 👯 I’m looking to collaborate on ...
11-
- 🤔 I’m looking for help with ...
12-
- 💬 Ask me about ...
13-
- 📫 How to reach me: ...
14-
- 😄 Pronouns: ...
15-
- ⚡ Fun fact: ...
16-
-->
7+
[![Website](https://img.shields.io/badge/Portfolio-NightProject-blue?style=for-the-badge&logo=google-chrome)](https://nightproject.nationquest.fr/)
8+
[![Forge Network](https://img.shields.io/badge/Forge_Network-Team-orange?style=for-the-badge&logo=github)](https://forgenet.fr)
9+
[![Marcus Bot](https://img.shields.io/badge/Marcus_Bot-IA_Platform-purple?style=for-the-badge&logo=discord)](https://marcusbot.fr)
10+
11+
</div>
12+
13+
---
14+
15+
## 👨‍💻 About Me
16+
17+
```javascript
18+
const nightFury = {
19+
code: ["JavaScript", "TypeScript", "Python", "Java", "C++"],
20+
technologies: {
21+
frontEnd: {
22+
js: ["React", "NextJS", "Vue"],
23+
css: ["Tailwind", "SASS", "Styled Components"]
24+
},
25+
backEnd: {
26+
js: ["Node.js", "Express", "NestJS"],
27+
python: ["FastAPI", "Django"],
28+
databases: ["PostgreSQL", "MongoDB", "Redis"]
29+
},
30+
devOps: ["Docker", "AWS", "CI/CD", "Nginx"],
31+
mobile: ["React Native", "Flutter"],
32+
currentlyLearning: ["Cloud Architecture", "Microservices", "AI/ML"],
33+
hobbies: ["Gaming", "Modding", "UI/UX Design", "Open Source"]
34+
},
35+
currentFocus: "Building scalable SaaS platforms & AI solutions",
36+
funFact: "I've been coding for over 9 years and still love every bit of it!"
37+
};

0 commit comments

Comments
 (0)