No description
Find a file
Erica Marigold fc41a499e6
feat: impl portfolio design with complete about page
Finally implemented the actual portfolio design! This includes a tab
mechanism for various aspects of the portfolio and the complete content
for the about tab.

Also fixes the TUI not being correctly scaled due to crossterm using the
dimensions of the server console tty instead of the client pty by
defining a custom `Backend` for ratatui.
2025-02-02 18:28:57 +00:00
.config feat: impl portfolio design with complete about page 2025-02-02 18:28:57 +00:00
.github/workflows feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
assets feat: impl portfolio design with complete about page 2025-02-02 18:28:57 +00:00
src feat: impl portfolio design with complete about page 2025-02-02 18:28:57 +00:00
.envrc feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00
.gitignore feat(build): generate host keys automatically on build 2025-01-31 12:56:34 +00:00
build.rs chore(build): no need to rebuild for Cargo.toml changes 2025-01-31 16:32:48 +00:00
Cargo.lock feat: impl portfolio design with complete about page 2025-02-02 18:28:57 +00:00
Cargo.toml feat: impl portfolio design with complete about page 2025-02-02 18:28:57 +00:00
LICENSE feat: init, basic rendering with ratatui to ssh backend 2025-01-28 05:40:02 +00:00