diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 21:43:04 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 21:43:04 +0200 |
| commit | ed0c8861ed071ff12f42fe6ebbe0925ed23171d9 (patch) | |
| tree | 478f71c0406a0932f8c27ca142bda4eedbbf79ae | |
| parent | 9cc0b7fcaa87020e16ddb6cf762c80a9cee17530 (diff) | |
add figures
| -rw-r--r-- | web/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 5a52f01..e7591b8 100644 --- a/web/index.html +++ b/web/index.html @@ -64,6 +64,15 @@ color: #f2cae2; } + section { + & blockquote { + text-align: center; + } + & img { + border: solid black 2px; + } + } + </style> <title>pik - file based task runner</title> </head> @@ -73,6 +82,18 @@ <span>file-based task runner</span> </header> <main> + <section> + <figure> + <img src="https://uwu.ewy.one/satty-20260414-21:30:58.png" /> + <blockquote>fig. 1: the pik tui</blockquote> + </figure> + </section> + <section> + <figure> + <img src="https://uwu.ewy.one/satty-20260414-21:39:11.png" /> + <blockquote>fig. 2: the pik experience</blockquote> + </figure> + </section> <p> <a href="https://git.ewy.one/">Repository</a> </p> |
