1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-25 19:31:16 -04:00

make images linkable via shortcode param

This commit is contained in:
2020-04-23 12:43:43 -04:00
parent 60fd36001d
commit 2548b320fc
13 changed files with 72 additions and 72 deletions

View File

@@ -28,7 +28,7 @@ Hopefully we can all look back at our first projects and be proud of how far we'
---
{{< image src="images/jbb-logo.png" width="640" >}}[Jake's Bulletin Board](https://github.com/jakejarvis/jbb){{< /image >}}
{{< image src="images/jbb-logo.png" width="640" link="https://github.com/jakejarvis/jbb" >}}[Jake's Bulletin Board](https://github.com/jakejarvis/jbb){{< /image >}}
Aside from my [first HTML creation](/y2k/) (circa 2001), my first real coding project was in 2003: a PHP 4 masterpiece creatively titled **Jake's Bulletin Board**. I've published the [source code in full on GitHub](https://github.com/jakejarvis/jbb) for your viewing pleasure and highlighted the best/worst parts below.