guest@npc-shell:
{entry.path === "/home/guest"
? "~"
@@ -479,7 +538,7 @@ export default function Terminal() {
className="w-full"
>
-
+
guest
@
npc-shell
diff --git a/src/data/filesystem.js b/src/data/filesystem.js
index 9c7c9dc..636cffa 100644
--- a/src/data/filesystem.js
+++ b/src/data/filesystem.js
@@ -17,7 +17,12 @@ export const fileSystem = {
"about.txt": {
type: "file",
content:
- "Hi there! I'm a developer passionate about creating interactive web experiences.\n\nI enjoy working with modern JavaScript frameworks, building intuitive UIs, and exploring new technologies.\n\nWhen I'm not coding, you can find me gaming, reading sci-fi, or hanging out with my Blahaj.",
+ "I'm the average Internet person. I currently code and play video games :) I especially play Euro Truck Sim 2 and Roblox, Phantom Forces to be exact. Sometimes I play Minecraft with my friends :D.\n\nI realy love Ikea's stuffed animals\n\nI can Program in html, css, python, c++, c#, c and maybe i can do minecraft mods too :]",
+ },
+ "status.txt": {
+ type: "file",
+ content:
+ "Status :)\nHi there! Here are some details about me:\n\nAge: 14\nPronouns: He/Him ^_^\nRelationship Status: Single :D\nFun Fact 1: I'm an NPC! :O Just doing my thing, not needing to be in the center of attention or talk much. :|\nFun Fact 2: I really like the Ikea Plushies. (BLĂ…HAJ on top)",
},
".secret": {
type: "file",
@@ -32,30 +37,9 @@ export const fileSystem = {
content:
"Terminal Portfolio\n------------------\n\nAn interactive terminal-style portfolio website built with React and Tailwind CSS.\n\nFeatures:\n- Fully functional command line interface\n- Virtual filesystem navigation\n- Custom commands\n- Responsive design",
},
- "project1.txt": {
- type: "file",
- content:
- "Project 1\n---------\n\nA full-stack web application for task management.\n\nTechnologies:\n- React\n- Node.js\n- MongoDB\n- Express",
- },
- "project2.txt": {
- type: "file",
- content:
- "Project 2\n---------\n\nAn e-commerce platform with real-time inventory tracking.\n\nTechnologies:\n- Vue.js\n- Firebase\n- Stripe API\n- Tailwind CSS",
- },
screenshots: {
type: "directory",
- children: {
- "project1.png": {
- type: "image",
- src: "/images/project1.png",
- description: "Screenshot of Project 1",
- },
- "project2.png": {
- type: "image",
- src: "/images/project2.png",
- description: "Screenshot of Project 2",
- },
- },
+ children: {},
},
},
},
@@ -70,12 +54,12 @@ export const fileSystem = {
"backend.txt": {
type: "file",
content:
- "Backend Skills\n-------------\n\n- Node.js, Express\n- Python, Django\n- RESTful APIs\n- GraphQL\n- MongoDB, PostgreSQL\n- Firebase, AWS",
+ "Backend Skills\n-------------\n\n- Node.js\n- Python\n- Flask APIs\n- ChartJS\n- MariaDB, PostgreSQL",
},
"tools.txt": {
type: "file",
content:
- "Development Tools\n----------------\n\n- Git, GitHub\n- Docker\n- VS Code\n- Figma\n- Jest, Cypress\n- CI/CD Pipelines",
+ "Development Tools\n----------------\n\n- Gitea, GitHub\n- Docker\n- VS Code/Cursor\n- Proxmox, Linux",
},
},
},
@@ -84,15 +68,15 @@ export const fileSystem = {
children: {
"email.txt": {
type: "file",
- content: "Email: example@domain.com",
+ content: "Email: npc.lele@gmail.com",
},
"github.txt": {
type: "file",
- content: "GitHub: https://github.com/yourusername",
+ content: "GitHub: https://github.com/Lele7663",
},
- "linkedin.txt": {
+ "discord.txt": {
type: "file",
- content: "LinkedIn: https://linkedin.com/in/yourprofile",
+ content: "jxstnpc",
},
},
},
@@ -147,7 +131,7 @@ export const fileSystem = {
"coding-music.txt": {
type: "file",
content:
- "Best Music for Coding\n------------------\n\n- Lo-fi beats\n- Ambient electronic\n- Video game soundtracks\n- Classical music\n- Synthwave\n\nPersonally, I find that music without lyrics helps me focus best when tackling complex problems.",
+ "Best Music for Coding\n------------------\n- Anything that sounds good!\n(based answer, i know)",
},
},
},
diff --git a/src/index.css b/src/index.css
index 3c55c3e..59a95aa 100644
--- a/src/index.css
+++ b/src/index.css
@@ -132,13 +132,6 @@ button:focus-visible {
}
/* Add these styles to your index.css */
-@font-face {
- font-family: "CloisterBlack";
- src: url("/CloisterBlack.ttf") format("truetype");
- font-weight: normal;
- font-style: normal;
-}
-
.terminal-window {
transition: box-shadow 0.3s ease;
}