A terminal-style portfolio website that can be deployed on Cloudflare Pages.
- Terminal-like interface with command input
- Responsive design that works on desktop and mobile
- Command history with up/down arrow navigation
- Available commands:
about- Learn more about meresume- View my professional resumelinks- Find me on the webcontact- Get in touchclear- Clear the terminalhelp- Show available commands
- Clone the repository
- Open
index.htmlin your browser
- Push your code to a GitHub or GitLab repository
- Log in to the Cloudflare dashboard
- Go to Pages > Create a project
- Connect your Git provider and select your repository
- Configure the build settings:
- Project name: Your project name
- Production branch:
main(or your preferred branch) - Build command: (leave empty)
- Build output directory: (leave empty)
- Root directory: (leave empty if files are in the root)
- Click "Save and Deploy"
Your site will be live at https://<project-name>.pages.dev
- Update the content in
script.jsto include your personal information - Modify colors and styling in
styles.css - Add or modify commands in the
processCommandfunction inscript.js
MIT