From 2c929f9177df90d82a16410084468ac2ee1dc35d Mon Sep 17 00:00:00 2001 From: Oly Date: Mon, 30 Oct 2023 16:33:36 +0000 Subject: [PATCH] Add links. --- development/src/design.cljs | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/development/src/design.cljs b/development/src/design.cljs index 642d4f1..ddaed5d 100644 --- a/development/src/design.cljs +++ b/development/src/design.cljs @@ -80,6 +80,7 @@ :description "Single page site, which display's data relayed via mqtt from a physical device."}) (tile {:title "Image scaling & resizing" :direction "right" + :href "https://images.digitaloctave.com/" :image "https://img.theplantscape.com/api/image/missing.jpg?p=medium" :description "API to upload image's and handle scaling to different sizes"}) (tile {:title "Image scaling & resizing" @@ -104,8 +105,10 @@ {:direction "right" :icon "c" :skill "C / Arduino"}]) (tile {:title "GASP Air quality sensor" :image "https://img.theplantscape.com/api/image/missing.jpg?p=medium" + :href "https://gasp.digitaloctave.com" :description "Single page site, which display's data relayed via mqtt from a physical device."}) (tile {:title "theplantscape" + :href "https://theplantscape.com" :image "https://img.theplantscape.com/api/image/missing.jpg?p=medium" :description "Site for designing and planning gardens"})]]) @@ -126,8 +129,8 @@ [:section.m-8.flex.flex-row [:img.rounded-full {:src "https://img.theplantscape.com/api/image/missing.jpg?p=medium"}] (footer-blocks [{:title "Social / Contact Me" - :children [{:link "https://matrix.to/#/#theplantscape.com:matrix.org" :title "Chat"} - {:link "https://fo.llow.social/u/olymk2@mastodon.social" :title "Masterdon"}]}])]) + :children [{:link "https://matrix.to/#/#theplantscape.com:matrix.org" :title "Chat"} + {:link "https://fo.llow.social/u/olymk2@mastodon.social" :title "Masterdon"}]}])]) (d/defscene header page-header) diff --git a/package.json b/package.json index a44a0ab..b5b751f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "ISC", "devDependencies": { "shadow-cljs": "^2.25.9", - "tailwindcss": "^3.3.3", + "tailwindcss": "^3.3.5", "webpack": "^5.88.2", "webpack-cli": "^4.10.0" },