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."})
(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)

View File

@ -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"
},