diff --git a/.DS_Store b/.DS_Store index 2ef040c..bd2bf69 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/index.html b/index.html index 88564da..811bbe6 100644 --- a/index.html +++ b/index.html @@ -1,981 +1,518 @@
- - -
+$ Detecting your OS...
+
The portfolio is rendered by a native executable built with C++ and the FTXUI library — the app draws an interactive, rich interface directly inside the terminal window.
-Prebuilt binaries are provided for macOS, Windows and Linux (x64). Each binary is compiled to use the host shell as the UI surface so the experience feels native.
-The visible terminal command on this page only instructs the shell to fetch the project's runtime assets from the repository and run the appropriate executable for the host OS — the installer commands are run by the shell and kept out of this explanation for safety.
-All source, build scripts, and assets are available in the repository. If you want to inspect, build, or audit anything, the GitHub link provides the full codebase and release binaries.
-The design keeps installation steps explicit and auditable: you can review the scripts in the repo before running anything locally — useful when you prefer to vet code first.
-