{"id":19715793,"url":"https://github.com/davidesantangelo/davidesantangelo.com","last_synced_at":"2026-02-27T17:42:51.952Z","repository":{"id":3094391,"uuid":"178871490","full_name":"davidesantangelo/davidesantangelo.com","owner":"davidesantangelo","description":"my personal website.","archived":false,"fork":false,"pushed_at":"2025-04-11T07:21:53.000Z","size":403,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T15:07:58.566Z","etag":null,"topics":["developer","middleman","skills","website"],"latest_commit_sha":null,"homepage":"https://www.davidesantangelo.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidesantangelo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://www.buymeacoffee.com/582rhJH"]}},"created_at":"2019-04-01T13:39:31.000Z","updated_at":"2025-04-15T14:11:50.000Z","dependencies_parsed_at":"2024-02-02T11:02:40.889Z","dependency_job_id":"1e8204b9-fa66-4a57-82a8-1248e5440e9a","html_url":"https://github.com/davidesantangelo/davidesantangelo.com","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidesantangelo/davidesantangelo.com","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidesantangelo%2Fdavidesantangelo.com","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidesantangelo%2Fdavidesantangelo.com/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidesantangelo%2Fdavidesantangelo.com/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidesantangelo%2Fdavidesantangelo.com/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidesantangelo","download_url":"https://codeload.github.com/davidesantangelo/davidesantangelo.com/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidesantangelo%2Fdavidesantangelo.com/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265344885,"owners_count":23750570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer","middleman","skills","website"],"created_at":"2024-11-11T22:39:25.367Z","updated_at":"2026-02-27T17:42:51.947Z","avatar_url":"https://github.com/davidesantangelo.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/582rhJH"],"categories":[],"sub_categories":[],"readme":"# Davide Santangelo - Terminal Portfolio\n\n![License](https://img.shields.io/github/license/davidesantangelo/davidesantangelo.com)\n\nA unique, interactive terminal-based portfolio website. Explore my professional experience, skills, and projects through a fully functional command-line interface.\n\n## Features\n\n- **Retro Terminal Interface**: A fully functional command-line interface in the browser\n- **Virtual File System**: Navigate directories with `cd`, `ls`, and `pwd` commands\n- **Interactive Commands**: Type commands to explore content like a real terminal\n- **Persistence**: Remembers your command history and theme settings using `localStorage`\n- **Customization**: Change the terminal theme with the `theme` command (green, amber, blue, white)\n- **Easter Eggs**: Hidden secrets for the curious explorer 🔍\n- **Minigames**: Play `guess` (Guess the Number) and `rps` (Rock Paper Scissors)\n- **Responsive**: Works on desktop and mobile\n\n## Directory Structure\n\n```\n/\n├── about/          - Bio, experience, and contacts\n│   ├── bio.txt\n│   ├── experience.txt\n│   └── contacts.txt\n├── skills/         - Programming languages and tools\n│   ├── languages.txt\n│   └── tools.txt\n├── projects/       - Featured GitHub projects\n│   └── list.txt\n├── games/          - Interactive minigames\n│   ├── guess\n│   └── rps\n└── system/         - System information (for fun)\n    ├── os_info.txt\n    └── logs.txt\n```\n\n## Available Commands\n\n| Command         | Description                              |\n| --------------- | ---------------------------------------- |\n| `help`          | List all available commands              |\n| `ls`            | List files and directories               |\n| `cd [dir]`      | Change directory (supports `..` and `/`) |\n| `pwd`           | Print working directory                  |\n| `cat [file]`    | Read the content of a file               |\n| `grep [term] [file]` | Search for a string inside a file        |\n| `echo [text]`   | Display text                             |\n| `clear`         | Clear the terminal screen                |\n| `whoami`        | Display current user                     |\n| `date`          | Show current date and time               |\n| `uptime`        | Show session uptime                      |\n| `neofetch`      | Display system info with ASCII art       |\n| `open [url]`    | Open an external URL                     |\n| `theme [color]` | Change theme (green, amber, blue, white) |\n| `history`       | Show command history                     |\n| `matrix`        | Enter the Matrix...                      |\n| `web`           | Switch to minimal web version            |\n| `reboot`        | Reboot the system (reload page)          |\n| `reset`         | Reset terminal to factory defaults       |\n| `sudo`          | Try it and discover what happens 😉      |\n\n### Command Aliases\n\n| Alias  | Command |\n| ------ | ------- |\n| `ll`   | `ls`    |\n| `dir`  | `ls`    |\n| `cls`  | `clear` |\n| `exit` | `reboot`|\n| `quit` | `reboot`|\n\n## Easter Eggs\n\nThis terminal contains hidden features for curious explorers. Try different commands and see what you discover! 🎁\n\n\u003e 💡 Hint: Some commands might accept special arguments...\n\n## Technologies\n\n- **HTML5 \u0026 CSS3**: Terminal structure and styling (CRT effects, glowing text)\n- **JavaScript (Vanilla)**: Command parser, file system logic, and interactivity\n- **Fira Code**: Modern monospace font for a crisp developer experience\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidesantangelo%2Fdavidesantangelo.com","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidesantangelo%2Fdavidesantangelo.com","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidesantangelo%2Fdavidesantangelo.com/lists"}