diff --git a/src/site/_data/examples/lc-blog.yaml b/src/site/_data/examples/lc-blog.yaml new file mode 100644 index 000000000..8cb4875e7 --- /dev/null +++ b/src/site/_data/examples/lc-blog.yaml @@ -0,0 +1,14 @@ +title: LC <> Blog +description: Luca Cattide's blog. +link: https://blog.lucacattide.dev +thumbnailurl: /img/examples/lc-blog.jpg +tools: + - Compass + - NodeJS + - NextJS + - jQuery + - Workbox + - Apollo GraphQL + - MongoDB + - Jest + - Docker diff --git a/src/site/_data/examples/lc.yaml b/src/site/_data/examples/lc.yaml new file mode 100644 index 000000000..79bcefc01 --- /dev/null +++ b/src/site/_data/examples/lc.yaml @@ -0,0 +1,14 @@ +title: LC +description: Luca Cattide's website. +link: https://lucacattide.dev +thumbnailurl: /img/examples/lc.jpg +tools: + - Compass + - NodeJS + - NextJS + - jQuery + - Workbox + - Apollo GraphQL + - MongoDB + - Jest + - Docker diff --git a/src/site/img/examples/lc-blog.jpg b/src/site/img/examples/lc-blog.jpg new file mode 100644 index 000000000..7d0205450 Binary files /dev/null and b/src/site/img/examples/lc-blog.jpg differ diff --git a/src/site/img/examples/lc.jpg b/src/site/img/examples/lc.jpg new file mode 100644 index 000000000..560525bc9 Binary files /dev/null and b/src/site/img/examples/lc.jpg differ