Skip to content

Commit 0964500

Browse files
Refactor README.md by improving section headings for consistency, enhancing the "About" section with a JavaScript class representation, and adding spacing for better readability.
1 parent 835355c commit 0964500

File tree

1 file changed

+54
-23
lines changed

1 file changed

+54
-23
lines changed

README.md

Lines changed: 54 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<hr/>
2222

2323

24-
<h2 align="center">⚒️ Languages-Frameworks-Tools ⚒️</h2>
24+
<h2 align="center"> Languages-Frameworks-Tools </h2>
2525

2626
<div align="center">
2727

@@ -68,12 +68,12 @@
6868
</div>
6969

7070
<br/>
71+
<br/>
7172

72-
<details>
73-
<summary align="center"><b>TECH STACK</b></summary>
7473

75-
## 🚀 Tech Stack
7674

75+
<details>
76+
<summary align="center"><b> Tech Stack</b></summary>
7777

7878
<table>
7979
<!-- Tools & Technologies Section -->
@@ -348,11 +348,10 @@
348348
</details>
349349

350350
<hr/>
351+
<br/>
351352

352353
<details>
353-
<summary align="center"><b>GITHUB STATS</b></summary>
354-
355-
## ⚡ GitHub Stats
354+
<summary align="center"><b>GitHub Stats</b></summary>
356355

357356
<table>
358357
<tr>
@@ -407,7 +406,7 @@
407406

408407
<hr/>
409408
<div align="center">
410-
<h2>🐍 My Contributions 🐍</h2>
409+
<h2> My Contributions </h2>
411410
<br>
412411
<img alt="snake eating my contributions" src="https://raw.githubusercontent.com/Kirito666coder/Kirito666coder/output/github-contribution-grid-snake.svg" />
413412

@@ -416,26 +415,58 @@
416415
</details>
417416

418417
<hr/>
418+
<br/>
419419

420420

421421
<details>
422422
<summary align="center"><b>About</b></summary>
423423

424-
<div align="center">
425-
426-
## 🔚 In the End
427-
428-
I'm **Kirito** — full-stack MERN developer.
429-
430-
**Eat. Sleep. Code. Repeat.**
431-
**Think deep. Build clean. Ship fast.**
432-
**Pixels to logic — I do it all.**
433-
**Not just a dev — a problem solver.**
434-
**Code hard. Debug harder.**
435-
**From idea to execution — I live the process.**
436-
**Beyond MERN: Docker, CI/CD, REST, GraphQL, TypeScript, Angular, Django, MySQL — no limits.**
437-
438-
</div>
424+
<h3 align="center">🔚 In the End</h3>
425+
426+
```js
427+
class Kirito {
428+
constructor() {
429+
this.stack = ["MongoDB", "Express", "React", "Node.js"];
430+
this.traits = ["Problem Solver", "Pixel Perfect", "Clean Coder"];
431+
this.motto = "Eat. Sleep. Code. Repeat.";
432+
}
433+
434+
think() {
435+
return "Think deep. Build clean. Ship fast.";
436+
}
437+
438+
build() {
439+
return "From idea to execution — I live the process.";
440+
}
441+
442+
code() {
443+
return "Pixels to logic — I do it all.";
444+
}
445+
446+
debug() {
447+
return "Code hard. Debug harder.";
448+
}
449+
450+
expandSkills() {
451+
return [
452+
"Docker",
453+
"CI/CD",
454+
"REST",
455+
"GraphQL",
456+
"TypeScript",
457+
"Angular",
458+
"Django",
459+
"MySQL"
460+
];
461+
}
462+
}
463+
464+
const me = new Kirito();
465+
me.code(); // "Pixels to logic — I do it all."
466+
me.debug(); // "Code hard. Debug harder."
467+
me.expandSkills(); // [ ...no limits ]
468+
469+
```
439470

440471
</details>
441472
<hr/>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy