From 5bdeab38d8ceb6b04f2306ce5ef7648765b42798 Mon Sep 17 00:00:00 2001 From: Johan Brook Date: Fri, 24 Nov 2023 14:05:21 +0100 Subject: [PATCH] Add data file with interesting links --- src/_data/links.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/_data/links.yml diff --git a/src/_data/links.yml b/src/_data/links.yml new file mode 100644 index 000000000..d76a49dad --- /dev/null +++ b/src/_data/links.yml @@ -0,0 +1,7 @@ +- url: "https://utopia.fyi" + title: Utopia — Fluid Responsive Design + notes: Good CSS tools and tricks on fluid typescales and layouts. + +- url: "https://buildexcellentwebsit.es" + title: Be the browser’s mentor, not its micromanager. + notes: Resources for good web frontend architecture.