Add links.
This commit is contained in:
parent
a139ef69b7
commit
2c929f9177
|
@ -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"})]])
|
||||||
|
|
||||||
|
@ -126,8 +129,8 @@
|
||||||
[:section.m-8.flex.flex-row
|
[:section.m-8.flex.flex-row
|
||||||
[:img.rounded-full {:src "https://img.theplantscape.com/api/image/missing.jpg?p=medium"}]
|
[:img.rounded-full {:src "https://img.theplantscape.com/api/image/missing.jpg?p=medium"}]
|
||||||
(footer-blocks [{:title "Social / Contact Me"
|
(footer-blocks [{:title "Social / Contact Me"
|
||||||
:children [{:link "https://matrix.to/#/#theplantscape.com:matrix.org" :title "Chat"}
|
:children [{:link "https://matrix.to/#/#theplantscape.com:matrix.org" :title "Chat"}
|
||||||
{:link "https://fo.llow.social/u/olymk2@mastodon.social" :title "Masterdon"}]}])])
|
{:link "https://fo.llow.social/u/olymk2@mastodon.social" :title "Masterdon"}]}])])
|
||||||
|
|
||||||
(d/defscene header
|
(d/defscene header
|
||||||
page-header)
|
page-header)
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue