Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.93 KB

README.md

File metadata and controls

55 lines (39 loc) · 1.93 KB

Terminal Portfolio

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.


Features

  • Interactive Terminal: Navigate the portfolio using commands like in a real terminal.
  • Help System: Get started easily with help and guide commands.
  • Responsive Design: Optimized for various devices and screen sizes.

Usage

  1. Open the terminal interface in your browser.
  2. Type guide to see how to navigate the portfolio.
  3. Use commands like ls, cd, and credits to explore.

Commands

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)`

Technologies Used

  • Frontend:
  • CSS Customization:
    • Terminal themes and animations using CSS variables.
  • Fonts:
    • ANSI Shadow for terminal text.

Project Structure

  • 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.