diff --git a/index.html b/index.html deleted file mode 100644 index c9a5bf4..0000000 --- a/index.html +++ /dev/null @@ -1,518 +0,0 @@ - - - - - -Terminal Portfolio - - - - - - - - -
- -
-
-$ Detecting your OS...
-    
-
- -
-
- - -
-
- -
-
- - -
- -
- - -
Run at Your Own Risk
- - - -
- -
-
- -
    -
  1. - Terminal Command Execution: - The command you copy downloads a platform-specific script: -
      -
    • .sh for Mac/Linux
    • -
    • .bat for Windows
    • -
    - This script is hosted on my GitHub and automatically runs the corresponding binary. -
  2. - -
  3. - Binary Execution: - The binary is compiled in C++ separately for each OS and controls the standard input/output of your terminal to create a clean, interactive interface. -
  4. - -
  5. - FTXUI Integration: - It leverages the FTXUI library to render a web-like interactive menu directly inside your terminal, making navigation and presentation of my portfolio terminal-friendly but visually elegant. -
  6. - -
  7. - Cross-Platform Support: - Each OS has its own binary to ensure consistent behavior on Windows, Mac, and Linux. -
  8. -
- -

- - View Source on GitHub - -

-
-
-
-
- - - - \ No newline at end of file