Add links.

This commit is contained in:
Oly 2023-10-30 16:33:36 +00:00
parent a139ef69b7
commit 2c929f9177
2 changed files with 6 additions and 3 deletions

View File

@ -80,6 +80,7 @@
:description "Single page site, which display's data relayed via mqtt from a physical device."}) :description "Single page site, which display's data relayed via mqtt from a physical device."})
(tile {:title "Image scaling & resizing" (tile {:title "Image scaling & resizing"
:direction "right" :direction "right"
:href "https://images.digitaloctave.com/"
:image "https://img.theplantscape.com/api/image/missing.jpg?p=medium" :image "https://img.theplantscape.com/api/image/missing.jpg?p=medium"
:description "API to upload image's and handle scaling to different sizes"}) :description "API to upload image's and handle scaling to different sizes"})
(tile {:title "Image scaling & resizing" (tile {:title "Image scaling & resizing"
@ -104,8 +105,10 @@
{:direction "right" :icon "c" :skill "C / Arduino"}]) {:direction "right" :icon "c" :skill "C / Arduino"}])
(tile {:title "GASP Air quality sensor" (tile {:title "GASP Air quality sensor"
:image "https://img.theplantscape.com/api/image/missing.jpg?p=medium" :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."}) :description "Single page site, which display's data relayed via mqtt from a physical device."})
(tile {:title "theplantscape" (tile {:title "theplantscape"
:href "https://theplantscape.com"
:image "https://img.theplantscape.com/api/image/missing.jpg?p=medium" :image "https://img.theplantscape.com/api/image/missing.jpg?p=medium"
:description "Site for designing and planning gardens"})]]) :description "Site for designing and planning gardens"})]])

View File

@ -13,7 +13,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"shadow-cljs": "^2.25.9", "shadow-cljs": "^2.25.9",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.5",
"webpack": "^5.88.2", "webpack": "^5.88.2",
"webpack-cli": "^4.10.0" "webpack-cli": "^4.10.0"
}, },