From 873e0766f31dd427f52f0d51477ec71173eed5fa Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 11 Oct 2023 22:43:16 +0300 Subject: Rewrite in htmx + flask --- static/social/.DS_Store | Bin 0 -> 6148 bytes static/social/github.svg | 1 + static/social/linkedin.svg | 1 + static/social/mastodon.svg | 2 ++ static/social/telegram.svg | 1 + 5 files changed, 5 insertions(+) create mode 100644 static/social/.DS_Store create mode 100644 static/social/github.svg create mode 100644 static/social/linkedin.svg create mode 100644 static/social/mastodon.svg create mode 100644 static/social/telegram.svg (limited to 'static/social') diff --git a/static/social/.DS_Store b/static/social/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/static/social/.DS_Store differ diff --git a/static/social/github.svg b/static/social/github.svg new file mode 100644 index 0000000..4eeedd9 --- /dev/null +++ b/static/social/github.svg @@ -0,0 +1 @@ +GitHub icon \ No newline at end of file diff --git a/static/social/linkedin.svg b/static/social/linkedin.svg new file mode 100644 index 0000000..0588893 --- /dev/null +++ b/static/social/linkedin.svg @@ -0,0 +1 @@ +LinkedIn icon \ No newline at end of file diff --git a/static/social/mastodon.svg b/static/social/mastodon.svg new file mode 100644 index 0000000..852f148 --- /dev/null +++ b/static/social/mastodon.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/social/telegram.svg b/static/social/telegram.svg new file mode 100644 index 0000000..e16e25f --- /dev/null +++ b/static/social/telegram.svg @@ -0,0 +1 @@ +Telegram icon \ No newline at end of file -- cgit v1.3