From 7eca6892dbb877fb99d8971480be03c95e890bb4 Mon Sep 17 00:00:00 2001 From: pfych Date: Tue, 20 Aug 2024 08:13:30 +1000 Subject: [PATCH] Init --- README.md | 12 ++++++ scrolling.html | 112 +++++++++++++++++++++++++++++++++++++++++++++++++ tiling.html | 49 ++++++++++++++++++++++ 3 files changed, 173 insertions(+) create mode 100644 README.md create mode 100644 scrolling.html create mode 100644 tiling.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..304844e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +--- +title: Experiments +--- + +# Experiments + +Small micro-projects that fit into a single HTML file. Used to experiment and mess around with native web features. + +## List + +- [Animated background grid](./tiling.html) +- [Swipeable scrolling](./scrolling.html) diff --git a/scrolling.html b/scrolling.html new file mode 100644 index 0000000..899eb1a --- /dev/null +++ b/scrolling.html @@ -0,0 +1,112 @@ + + +
+
+

Card one

+
+
+

Card Two

+
+
+

Card Three

+
+
+

Card Four

+
+
+

Card Five

+
+
+

Card Six

+
+
+ + + + diff --git a/tiling.html b/tiling.html new file mode 100644 index 0000000..45917e0 --- /dev/null +++ b/tiling.html @@ -0,0 +1,49 @@ + + + Tiling + + + + \ No newline at end of file