diff options
| -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> |
