Welcome to my interactive Terminal Portfolio! This project emulates a terminal interface to showcase my personal details, skills, and projects in an engaging and unique way.
- Interactive Terminal: Navigate the portfolio using commands like in a real terminal.
- Help System: Get started easily with
help
andguide
commands. - Responsive Design: Optimized for various devices and screen sizes.
- Open the terminal interface in your browser.
- Type
guide
to see how to navigate the portfolio. - Use commands like
ls
,cd
, andcredits
to explore.
Command | Description |
---|---|
help |
Displays a list of available commands. |
guide |
Provides a quick guide to navigating the portfolio. |
ls |
Lists directories and files in the current location. |
cd <directory> |
Changes the current directory. |
credits |
Shows acknowledgments and libraries used. |
clear |
Clears the terminal screen. |
echo <text> |
Prints the given text to the terminal. |
`record (start | stop)` |
- Frontend:
- HTML, CSS, JavaScript
- jQuery Terminal
- Figlet.js
- CSS Customization:
- Terminal themes and animations using CSS variables.
- Fonts:
- ANSI Shadow for terminal text.
main.html
: Entry point that links styles and scripts.style.css
: Defines custom styles for terminal appearance.terminal.js
: Handles terminal logic, commands, and navigation.