From fb098dd97452c0c42b93527e73933af8e2907fa3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 13 Apr 2025 23:34:35 -0500 Subject: [PATCH] adding more stuffs --- content/camp-form.md | 5 +- static/css/base.css | 10 +++ static/css/main.css | 104 ++++++++++++++++++++++ static/icons/amazon.svg | 1 + static/icons/apple.svg | 1 + static/icons/bars.svg | 1 + static/icons/bell.svg | 2 + static/icons/blogger.svg | 1 + static/icons/bomb.svg | 2 + static/icons/bug.svg | 1 + static/icons/check.svg | 1 + static/icons/chevron-down.svg | 12 +++ static/icons/circle-info.svg | 1 + static/icons/code.svg | 2 + static/icons/codepen.svg | 1 + static/icons/comment.svg | 1 + static/icons/dev.svg | 1 + static/icons/discord.svg | 1 + static/icons/discourse.svg | 2 + static/icons/docker.svg | 2 + static/icons/download.svg | 2 + static/icons/dribbble.svg | 1 + static/icons/edit.svg | 1 + static/icons/email.svg | 1 + static/icons/envelope.svg | 1 + static/icons/eye.svg | 2 + static/icons/facebook.svg | 1 + static/icons/fire.svg | 2 + static/icons/flickr.svg | 1 + static/icons/fork.svg | 1 + static/icons/foursquare.svg | 1 + static/icons/ghost.svg | 2 + static/icons/github.svg | 1 + static/icons/gitlab.svg | 1 + static/icons/globe.svg | 1 + static/icons/goodreads.svg | 2 + static/icons/google.svg | 1 + static/icons/graduation-cap.svg | 2 + static/icons/hackernews.svg | 2 + static/icons/hashnode.svg | 1 + static/icons/heart-empty.svg | 2 + static/icons/heart.svg | 2 + static/icons/image.svg | 2 + static/icons/instagram.svg | 1 + static/icons/keybase.svg | 1 + static/icons/kickstarter.svg | 1 + static/icons/ko-fi.svg | 21 +++++ static/icons/lastfm.svg | 1 + static/icons/lightbulb.svg | 1 + static/icons/link.svg | 1 + static/icons/linkedin.svg | 1 + static/icons/list.svg | 1 + static/icons/location-dot.svg | 2 + static/icons/lock.svg | 2 + static/icons/mastodon.svg | 1 + static/icons/medium.svg | 1 + static/icons/microsoft.svg | 1 + static/icons/moon.svg | 1 + static/icons/mug-hot.svg | 2 + static/icons/music.svg | 2 + static/icons/orcid.svg | 1 + static/icons/patreon.svg | 1 + static/icons/paypal.svg | 2 + static/icons/pencil.svg | 1 + static/icons/pgpkey.svg | 2 + static/icons/phone.svg | 2 + static/icons/pinterest.svg | 1 + static/icons/poo.svg | 1 + static/icons/reddit.svg | 1 + static/icons/researchgate.svg | 1 + static/icons/rss-square.svg | 1 + static/icons/rss.svg | 1 + static/icons/scale-balanced.svg | 2 + static/icons/search.svg | 1 + static/icons/shield.svg | 2 + static/icons/skull-crossbones.svg | 1 + static/icons/slack.svg | 1 + static/icons/snapchat.svg | 1 + static/icons/soundcloud.svg | 1 + static/icons/stack-overflow.svg | 1 + static/icons/star.svg | 1 + static/icons/steam.svg | 1 + static/icons/stripe.svg | 2 + static/icons/substack.svg | 1 + static/icons/sun.svg | 1 + static/icons/tag.svg | 1 + static/icons/telegram.svg | 1 + static/icons/tiktok.svg | 1 + static/icons/triangle-exclamation.svg | 1 + static/icons/tumblr.svg | 1 + static/icons/twitch.svg | 1 + static/icons/twitter.svg | 1 + static/icons/wand-magic-sparkles.svg | 2 + static/icons/whatsapp.svg | 1 + static/icons/x-twitter.svg | 1 + static/icons/xmark.svg | 1 + static/icons/youtube.svg | 1 + templates/shortcodes/camp_form.html | 4 +- templates/shortcodes/floating_button.html | 14 +++ 99 files changed, 284 insertions(+), 4 deletions(-) create mode 100644 static/icons/amazon.svg create mode 100644 static/icons/apple.svg create mode 100644 static/icons/bars.svg create mode 100644 static/icons/bell.svg create mode 100644 static/icons/blogger.svg create mode 100644 static/icons/bomb.svg create mode 100644 static/icons/bug.svg create mode 100644 static/icons/check.svg create mode 100644 static/icons/chevron-down.svg create mode 100644 static/icons/circle-info.svg create mode 100644 static/icons/code.svg create mode 100644 static/icons/codepen.svg create mode 100644 static/icons/comment.svg create mode 100644 static/icons/dev.svg create mode 100644 static/icons/discord.svg create mode 100644 static/icons/discourse.svg create mode 100644 static/icons/docker.svg create mode 100644 static/icons/download.svg create mode 100644 static/icons/dribbble.svg create mode 100644 static/icons/edit.svg create mode 100644 static/icons/email.svg create mode 100644 static/icons/envelope.svg create mode 100644 static/icons/eye.svg create mode 100644 static/icons/facebook.svg create mode 100644 static/icons/fire.svg create mode 100644 static/icons/flickr.svg create mode 100644 static/icons/fork.svg create mode 100644 static/icons/foursquare.svg create mode 100644 static/icons/ghost.svg create mode 100644 static/icons/github.svg create mode 100644 static/icons/gitlab.svg create mode 100644 static/icons/globe.svg create mode 100644 static/icons/goodreads.svg create mode 100644 static/icons/google.svg create mode 100644 static/icons/graduation-cap.svg create mode 100644 static/icons/hackernews.svg create mode 100644 static/icons/hashnode.svg create mode 100644 static/icons/heart-empty.svg create mode 100644 static/icons/heart.svg create mode 100644 static/icons/image.svg create mode 100644 static/icons/instagram.svg create mode 100644 static/icons/keybase.svg create mode 100644 static/icons/kickstarter.svg create mode 100644 static/icons/ko-fi.svg create mode 100644 static/icons/lastfm.svg create mode 100644 static/icons/lightbulb.svg create mode 100644 static/icons/link.svg create mode 100644 static/icons/linkedin.svg create mode 100644 static/icons/list.svg create mode 100644 static/icons/location-dot.svg create mode 100644 static/icons/lock.svg create mode 100644 static/icons/mastodon.svg create mode 100644 static/icons/medium.svg create mode 100644 static/icons/microsoft.svg create mode 100644 static/icons/moon.svg create mode 100644 static/icons/mug-hot.svg create mode 100644 static/icons/music.svg create mode 100644 static/icons/orcid.svg create mode 100644 static/icons/patreon.svg create mode 100644 static/icons/paypal.svg create mode 100644 static/icons/pencil.svg create mode 100644 static/icons/pgpkey.svg create mode 100644 static/icons/phone.svg create mode 100644 static/icons/pinterest.svg create mode 100644 static/icons/poo.svg create mode 100644 static/icons/reddit.svg create mode 100644 static/icons/researchgate.svg create mode 100644 static/icons/rss-square.svg create mode 100644 static/icons/rss.svg create mode 100644 static/icons/scale-balanced.svg create mode 100644 static/icons/search.svg create mode 100644 static/icons/shield.svg create mode 100644 static/icons/skull-crossbones.svg create mode 100644 static/icons/slack.svg create mode 100644 static/icons/snapchat.svg create mode 100644 static/icons/soundcloud.svg create mode 100644 static/icons/stack-overflow.svg create mode 100644 static/icons/star.svg create mode 100644 static/icons/steam.svg create mode 100644 static/icons/stripe.svg create mode 100644 static/icons/substack.svg create mode 100644 static/icons/sun.svg create mode 100644 static/icons/tag.svg create mode 100644 static/icons/telegram.svg create mode 100644 static/icons/tiktok.svg create mode 100644 static/icons/triangle-exclamation.svg create mode 100644 static/icons/tumblr.svg create mode 100644 static/icons/twitch.svg create mode 100644 static/icons/twitter.svg create mode 100644 static/icons/wand-magic-sparkles.svg create mode 100644 static/icons/whatsapp.svg create mode 100644 static/icons/x-twitter.svg create mode 100644 static/icons/xmark.svg create mode 100644 static/icons/youtube.svg create mode 100644 templates/shortcodes/floating_button.html diff --git a/content/camp-form.md b/content/camp-form.md index e227f60..27f7741 100644 --- a/content/camp-form.md +++ b/content/camp-form.md @@ -6,7 +6,8 @@ date: 2024-12-12 -{{< floating-button icon="chevron-down" text="To the form!" link="#form" >}} +{{ floating_button(icon="chevron-down" text="To the form!" link="#form")}} + {{ pt(src="https://videos.tfcconnection.org/videos/embed/757dc0dd-9bdc-4d79-8f81-754249ff23d2" width="700" height="576")}} {{ spacing(height="h-8")}} @@ -32,4 +33,4 @@ Camp Joy in Republican City, NE {{ spacing(height="h-4")}} -{{ camp_form }} +{{ camp_form() }} diff --git a/static/css/base.css b/static/css/base.css index be42ab6..a82e8c0 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -17,4 +17,14 @@ font-size: var(--text-lg); padding: 1em 0em; } + a { + color: var(--color-blue-400); + } + li { + list-style-type: disc; + margin-left: 1em; + } + li::marker { + color: var(--color-gray-600); + } } diff --git a/static/css/main.css b/static/css/main.css index 5e520ab..0c766c6 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -7,10 +7,14 @@ 'Noto Color Emoji'; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; + --color-blue-400: oklch(70.7% 0.165 254.624); --color-blue-500: oklch(62.3% 0.214 259.815); + --color-blue-600: oklch(54.6% 0.245 262.881); --color-blue-700: oklch(48.8% 0.243 264.376); + --color-blue-800: oklch(42.4% 0.199 265.638); --color-indigo-400: oklch(67.3% 0.182 276.935); --color-indigo-500: oklch(58.5% 0.233 277.117); + --color-gray-50: oklch(98.5% 0.002 247.839); --color-gray-100: oklch(96.7% 0.003 264.542); --color-gray-200: oklch(92.8% 0.006 264.531); --color-gray-300: oklch(87.2% 0.01 258.338); @@ -243,6 +247,12 @@ .right-2 { right: calc(var(--spacing) * 2); } + .right-8 { + right: calc(var(--spacing) * 8); + } + .bottom-4 { + bottom: calc(var(--spacing) * 4); + } .-left-1\/2 { left: calc(calc(1/2 * 100%) * -1); } @@ -288,6 +298,9 @@ .m-4 { margin: calc(var(--spacing) * 4); } + .m-300 { + margin: calc(var(--spacing) * 300); + } .mx-auto { margin-inline: auto; } @@ -393,6 +406,10 @@ .aspect-video { aspect-ratio: var(--aspect-video); } + .size-5 { + width: calc(var(--spacing) * 5); + height: calc(var(--spacing) * 5); + } .h-0 { height: calc(var(--spacing) * 0); } @@ -630,6 +647,9 @@ .overscroll-none { overscroll-behavior: none; } + .\!rounded-lg { + border-radius: var(--radius-lg) !important; + } .rounded-full { border-radius: calc(infinity * 1px); } @@ -676,6 +696,9 @@ .bg-blue-500 { background-color: var(--color-blue-500); } + .bg-blue-600 { + background-color: var(--color-blue-600); + } .bg-blue-700 { background-color: var(--color-blue-700); } @@ -691,6 +714,9 @@ .bg-gray-400 { background-color: var(--color-gray-400); } + .bg-gray-500 { + background-color: var(--color-gray-500); + } .bg-gray-700 { background-color: var(--color-gray-700); } @@ -837,6 +863,9 @@ .text-blue-700 { color: var(--color-blue-700); } + .text-gray-50 { + color: var(--color-gray-50); + } .text-gray-200 { color: var(--color-gray-200); } @@ -867,9 +896,17 @@ .uppercase { text-transform: uppercase; } + .\!no-underline { + text-decoration-line: none !important; + } .no-underline { text-decoration-line: none; } + .placeholder-gray-300 { + &::placeholder { + color: var(--color-gray-300); + } + } .placeholder-neutral-300 { &::placeholder { color: var(--color-neutral-300); @@ -977,6 +1014,11 @@ height: calc(var(--spacing) * 0); } } + .checked\:text-gray-500 { + &:checked { + color: var(--color-gray-500); + } + } .checked\:text-neutral-500 { &:checked { color: var(--color-neutral-500); @@ -1007,6 +1049,13 @@ } } } + .hover\:\!bg-blue-500 { + &:hover { + @media (hover: hover) { + background-color: var(--color-blue-500) !important; + } + } + } .hover\:bg-gray-100 { &:hover { @media (hover: hover) { @@ -1028,6 +1077,20 @@ } } } + .hover\:bg-gray-500 { + &:hover { + @media (hover: hover) { + background-color: var(--color-gray-500); + } + } + } + .hover\:bg-gray-600 { + &:hover { + @media (hover: hover) { + background-color: var(--color-gray-600); + } + } + } .hover\:bg-gray-700 { &:hover { @media (hover: hover) { @@ -1035,6 +1098,13 @@ } } } + .hover\:bg-gray-900 { + &:hover { + @media (hover: hover) { + background-color: var(--color-gray-900); + } + } + } .hover\:bg-indigo-400 { &:hover { @media (hover: hover) { @@ -1092,6 +1162,11 @@ } } } + .focus\:bg-gray-900 { + &:focus { + background-color: var(--color-gray-900); + } + } .focus\:ring { &:focus { --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor); @@ -1104,6 +1179,11 @@ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); } } + .focus\:ring-blue-500 { + &:focus { + --tw-ring-color: var(--color-blue-500); + } + } .focus\:ring-white { &:focus { --tw-ring-color: var(--color-white); @@ -1349,6 +1429,11 @@ border-color: var(--color-gray-400); } } + .dark\:bg-blue-800 { + @media (prefers-color-scheme: dark) { + background-color: var(--color-blue-800); + } + } .dark\:bg-gray-500 { @media (prefers-color-scheme: dark) { background-color: var(--color-gray-500); @@ -1389,6 +1474,15 @@ color: var(--color-white); } } + .dark\:hover\:\!bg-blue-700 { + @media (prefers-color-scheme: dark) { + &:hover { + @media (hover: hover) { + background-color: var(--color-blue-700) !important; + } + } + } + } .dark\:hover\:bg-gray-600 { @media (prefers-color-scheme: dark) { &:hover { @@ -1424,6 +1518,16 @@ font-size: var(--text-lg); padding: 1em 0em; } + a { + color: var(--color-blue-400); + } + li { + list-style-type: disc; + margin-left: 1em; + } + li::marker { + color: var(--color-gray-600); + } } @property --tw-translate-x { syntax: "*"; diff --git a/static/icons/amazon.svg b/static/icons/amazon.svg new file mode 100644 index 0000000..32047db --- /dev/null +++ b/static/icons/amazon.svg @@ -0,0 +1 @@ + diff --git a/static/icons/apple.svg b/static/icons/apple.svg new file mode 100644 index 0000000..d1c2233 --- /dev/null +++ b/static/icons/apple.svg @@ -0,0 +1 @@ + diff --git a/static/icons/bars.svg b/static/icons/bars.svg new file mode 100644 index 0000000..6e5941d --- /dev/null +++ b/static/icons/bars.svg @@ -0,0 +1 @@ + diff --git a/static/icons/bell.svg b/static/icons/bell.svg new file mode 100644 index 0000000..ea35572 --- /dev/null +++ b/static/icons/bell.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/blogger.svg b/static/icons/blogger.svg new file mode 100644 index 0000000..194dd9b --- /dev/null +++ b/static/icons/blogger.svg @@ -0,0 +1 @@ + diff --git a/static/icons/bomb.svg b/static/icons/bomb.svg new file mode 100644 index 0000000..2ac7dbb --- /dev/null +++ b/static/icons/bomb.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/bug.svg b/static/icons/bug.svg new file mode 100644 index 0000000..97cae6e --- /dev/null +++ b/static/icons/bug.svg @@ -0,0 +1 @@ + diff --git a/static/icons/check.svg b/static/icons/check.svg new file mode 100644 index 0000000..a6938bd --- /dev/null +++ b/static/icons/check.svg @@ -0,0 +1 @@ + diff --git a/static/icons/chevron-down.svg b/static/icons/chevron-down.svg new file mode 100644 index 0000000..9368d7f --- /dev/null +++ b/static/icons/chevron-down.svg @@ -0,0 +1,12 @@ + diff --git a/static/icons/circle-info.svg b/static/icons/circle-info.svg new file mode 100644 index 0000000..bd32225 --- /dev/null +++ b/static/icons/circle-info.svg @@ -0,0 +1 @@ + diff --git a/static/icons/code.svg b/static/icons/code.svg new file mode 100644 index 0000000..f9ee250 --- /dev/null +++ b/static/icons/code.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/codepen.svg b/static/icons/codepen.svg new file mode 100644 index 0000000..52ec58a --- /dev/null +++ b/static/icons/codepen.svg @@ -0,0 +1 @@ + diff --git a/static/icons/comment.svg b/static/icons/comment.svg new file mode 100644 index 0000000..2305041 --- /dev/null +++ b/static/icons/comment.svg @@ -0,0 +1 @@ + diff --git a/static/icons/dev.svg b/static/icons/dev.svg new file mode 100644 index 0000000..7311e84 --- /dev/null +++ b/static/icons/dev.svg @@ -0,0 +1 @@ + diff --git a/static/icons/discord.svg b/static/icons/discord.svg new file mode 100644 index 0000000..75f1fc7 --- /dev/null +++ b/static/icons/discord.svg @@ -0,0 +1 @@ + diff --git a/static/icons/discourse.svg b/static/icons/discourse.svg new file mode 100644 index 0000000..d217008 --- /dev/null +++ b/static/icons/discourse.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/docker.svg b/static/icons/docker.svg new file mode 100644 index 0000000..9a82fb0 --- /dev/null +++ b/static/icons/docker.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/download.svg b/static/icons/download.svg new file mode 100644 index 0000000..f1d5796 --- /dev/null +++ b/static/icons/download.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/dribbble.svg b/static/icons/dribbble.svg new file mode 100644 index 0000000..c2613fe --- /dev/null +++ b/static/icons/dribbble.svg @@ -0,0 +1 @@ + diff --git a/static/icons/edit.svg b/static/icons/edit.svg new file mode 100644 index 0000000..82a6035 --- /dev/null +++ b/static/icons/edit.svg @@ -0,0 +1 @@ + diff --git a/static/icons/email.svg b/static/icons/email.svg new file mode 100644 index 0000000..fa215c6 --- /dev/null +++ b/static/icons/email.svg @@ -0,0 +1 @@ + diff --git a/static/icons/envelope.svg b/static/icons/envelope.svg new file mode 100644 index 0000000..9285f23 --- /dev/null +++ b/static/icons/envelope.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/eye.svg b/static/icons/eye.svg new file mode 100644 index 0000000..c54e996 --- /dev/null +++ b/static/icons/eye.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/facebook.svg b/static/icons/facebook.svg new file mode 100644 index 0000000..1535831 --- /dev/null +++ b/static/icons/facebook.svg @@ -0,0 +1 @@ + diff --git a/static/icons/fire.svg b/static/icons/fire.svg new file mode 100644 index 0000000..a4d8f4f --- /dev/null +++ b/static/icons/fire.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/flickr.svg b/static/icons/flickr.svg new file mode 100644 index 0000000..fcd57c4 --- /dev/null +++ b/static/icons/flickr.svg @@ -0,0 +1 @@ + diff --git a/static/icons/fork.svg b/static/icons/fork.svg new file mode 100644 index 0000000..38b9e05 --- /dev/null +++ b/static/icons/fork.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/foursquare.svg b/static/icons/foursquare.svg new file mode 100644 index 0000000..74c28e6 --- /dev/null +++ b/static/icons/foursquare.svg @@ -0,0 +1 @@ + diff --git a/static/icons/ghost.svg b/static/icons/ghost.svg new file mode 100644 index 0000000..1c1b841 --- /dev/null +++ b/static/icons/ghost.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/github.svg b/static/icons/github.svg new file mode 100644 index 0000000..ed8c470 --- /dev/null +++ b/static/icons/github.svg @@ -0,0 +1 @@ + diff --git a/static/icons/gitlab.svg b/static/icons/gitlab.svg new file mode 100644 index 0000000..998e306 --- /dev/null +++ b/static/icons/gitlab.svg @@ -0,0 +1 @@ + diff --git a/static/icons/globe.svg b/static/icons/globe.svg new file mode 100644 index 0000000..1b4af7a --- /dev/null +++ b/static/icons/globe.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/goodreads.svg b/static/icons/goodreads.svg new file mode 100644 index 0000000..0960d13 --- /dev/null +++ b/static/icons/goodreads.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/google.svg b/static/icons/google.svg new file mode 100644 index 0000000..7e10132 --- /dev/null +++ b/static/icons/google.svg @@ -0,0 +1 @@ + diff --git a/static/icons/graduation-cap.svg b/static/icons/graduation-cap.svg new file mode 100644 index 0000000..4c50bd0 --- /dev/null +++ b/static/icons/graduation-cap.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/hackernews.svg b/static/icons/hackernews.svg new file mode 100644 index 0000000..67a1e74 --- /dev/null +++ b/static/icons/hackernews.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/hashnode.svg b/static/icons/hashnode.svg new file mode 100644 index 0000000..6ebe2db --- /dev/null +++ b/static/icons/hashnode.svg @@ -0,0 +1 @@ + diff --git a/static/icons/heart-empty.svg b/static/icons/heart-empty.svg new file mode 100644 index 0000000..b9476ef --- /dev/null +++ b/static/icons/heart-empty.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/heart.svg b/static/icons/heart.svg new file mode 100644 index 0000000..ed7e8c8 --- /dev/null +++ b/static/icons/heart.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/image.svg b/static/icons/image.svg new file mode 100644 index 0000000..507f65e --- /dev/null +++ b/static/icons/image.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/instagram.svg b/static/icons/instagram.svg new file mode 100644 index 0000000..3cd3d33 --- /dev/null +++ b/static/icons/instagram.svg @@ -0,0 +1 @@ + diff --git a/static/icons/keybase.svg b/static/icons/keybase.svg new file mode 100644 index 0000000..998110e --- /dev/null +++ b/static/icons/keybase.svg @@ -0,0 +1 @@ + diff --git a/static/icons/kickstarter.svg b/static/icons/kickstarter.svg new file mode 100644 index 0000000..4496981 --- /dev/null +++ b/static/icons/kickstarter.svg @@ -0,0 +1 @@ + diff --git a/static/icons/ko-fi.svg b/static/icons/ko-fi.svg new file mode 100644 index 0000000..c91ce51 --- /dev/null +++ b/static/icons/ko-fi.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/lastfm.svg b/static/icons/lastfm.svg new file mode 100644 index 0000000..2b53341 --- /dev/null +++ b/static/icons/lastfm.svg @@ -0,0 +1 @@ + diff --git a/static/icons/lightbulb.svg b/static/icons/lightbulb.svg new file mode 100644 index 0000000..5ffc710 --- /dev/null +++ b/static/icons/lightbulb.svg @@ -0,0 +1 @@ + diff --git a/static/icons/link.svg b/static/icons/link.svg new file mode 100644 index 0000000..eb283c2 --- /dev/null +++ b/static/icons/link.svg @@ -0,0 +1 @@ + diff --git a/static/icons/linkedin.svg b/static/icons/linkedin.svg new file mode 100644 index 0000000..4e3948b --- /dev/null +++ b/static/icons/linkedin.svg @@ -0,0 +1 @@ + diff --git a/static/icons/list.svg b/static/icons/list.svg new file mode 100644 index 0000000..f7a7df4 --- /dev/null +++ b/static/icons/list.svg @@ -0,0 +1 @@ + diff --git a/static/icons/location-dot.svg b/static/icons/location-dot.svg new file mode 100644 index 0000000..764a4b9 --- /dev/null +++ b/static/icons/location-dot.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/lock.svg b/static/icons/lock.svg new file mode 100644 index 0000000..e0f2ee9 --- /dev/null +++ b/static/icons/lock.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/mastodon.svg b/static/icons/mastodon.svg new file mode 100644 index 0000000..2c9db56 --- /dev/null +++ b/static/icons/mastodon.svg @@ -0,0 +1 @@ + diff --git a/static/icons/medium.svg b/static/icons/medium.svg new file mode 100644 index 0000000..07d095d --- /dev/null +++ b/static/icons/medium.svg @@ -0,0 +1 @@ + diff --git a/static/icons/microsoft.svg b/static/icons/microsoft.svg new file mode 100644 index 0000000..1bdb0c2 --- /dev/null +++ b/static/icons/microsoft.svg @@ -0,0 +1 @@ + diff --git a/static/icons/moon.svg b/static/icons/moon.svg new file mode 100644 index 0000000..8356307 --- /dev/null +++ b/static/icons/moon.svg @@ -0,0 +1 @@ + diff --git a/static/icons/mug-hot.svg b/static/icons/mug-hot.svg new file mode 100644 index 0000000..30a69cc --- /dev/null +++ b/static/icons/mug-hot.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/music.svg b/static/icons/music.svg new file mode 100644 index 0000000..cdf3124 --- /dev/null +++ b/static/icons/music.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/orcid.svg b/static/icons/orcid.svg new file mode 100644 index 0000000..b7f1b25 --- /dev/null +++ b/static/icons/orcid.svg @@ -0,0 +1 @@ + diff --git a/static/icons/patreon.svg b/static/icons/patreon.svg new file mode 100644 index 0000000..bd2e994 --- /dev/null +++ b/static/icons/patreon.svg @@ -0,0 +1 @@ + diff --git a/static/icons/paypal.svg b/static/icons/paypal.svg new file mode 100644 index 0000000..889ed3b --- /dev/null +++ b/static/icons/paypal.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/pencil.svg b/static/icons/pencil.svg new file mode 100644 index 0000000..29bd525 --- /dev/null +++ b/static/icons/pencil.svg @@ -0,0 +1 @@ + diff --git a/static/icons/pgpkey.svg b/static/icons/pgpkey.svg new file mode 100644 index 0000000..4adaeb4 --- /dev/null +++ b/static/icons/pgpkey.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/phone.svg b/static/icons/phone.svg new file mode 100644 index 0000000..fb8ebdd --- /dev/null +++ b/static/icons/phone.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/pinterest.svg b/static/icons/pinterest.svg new file mode 100644 index 0000000..386481c --- /dev/null +++ b/static/icons/pinterest.svg @@ -0,0 +1 @@ + diff --git a/static/icons/poo.svg b/static/icons/poo.svg new file mode 100644 index 0000000..5489fb4 --- /dev/null +++ b/static/icons/poo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/reddit.svg b/static/icons/reddit.svg new file mode 100644 index 0000000..bb55eb5 --- /dev/null +++ b/static/icons/reddit.svg @@ -0,0 +1 @@ + diff --git a/static/icons/researchgate.svg b/static/icons/researchgate.svg new file mode 100644 index 0000000..ad176db --- /dev/null +++ b/static/icons/researchgate.svg @@ -0,0 +1 @@ + diff --git a/static/icons/rss-square.svg b/static/icons/rss-square.svg new file mode 100644 index 0000000..d074561 --- /dev/null +++ b/static/icons/rss-square.svg @@ -0,0 +1 @@ + diff --git a/static/icons/rss.svg b/static/icons/rss.svg new file mode 100644 index 0000000..a4f1848 --- /dev/null +++ b/static/icons/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/scale-balanced.svg b/static/icons/scale-balanced.svg new file mode 100644 index 0000000..67d365f --- /dev/null +++ b/static/icons/scale-balanced.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/search.svg b/static/icons/search.svg new file mode 100644 index 0000000..15fe892 --- /dev/null +++ b/static/icons/search.svg @@ -0,0 +1 @@ + diff --git a/static/icons/shield.svg b/static/icons/shield.svg new file mode 100644 index 0000000..955806a --- /dev/null +++ b/static/icons/shield.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/skull-crossbones.svg b/static/icons/skull-crossbones.svg new file mode 100644 index 0000000..4e19f6e --- /dev/null +++ b/static/icons/skull-crossbones.svg @@ -0,0 +1 @@ + diff --git a/static/icons/slack.svg b/static/icons/slack.svg new file mode 100644 index 0000000..69909d8 --- /dev/null +++ b/static/icons/slack.svg @@ -0,0 +1 @@ + diff --git a/static/icons/snapchat.svg b/static/icons/snapchat.svg new file mode 100644 index 0000000..b6efeef --- /dev/null +++ b/static/icons/snapchat.svg @@ -0,0 +1 @@ + diff --git a/static/icons/soundcloud.svg b/static/icons/soundcloud.svg new file mode 100644 index 0000000..301c3d1 --- /dev/null +++ b/static/icons/soundcloud.svg @@ -0,0 +1 @@ + diff --git a/static/icons/stack-overflow.svg b/static/icons/stack-overflow.svg new file mode 100644 index 0000000..bba4159 --- /dev/null +++ b/static/icons/stack-overflow.svg @@ -0,0 +1 @@ + diff --git a/static/icons/star.svg b/static/icons/star.svg new file mode 100644 index 0000000..7b974c4 --- /dev/null +++ b/static/icons/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/steam.svg b/static/icons/steam.svg new file mode 100644 index 0000000..6efd1fd --- /dev/null +++ b/static/icons/steam.svg @@ -0,0 +1 @@ + diff --git a/static/icons/stripe.svg b/static/icons/stripe.svg new file mode 100644 index 0000000..1fc477d --- /dev/null +++ b/static/icons/stripe.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/substack.svg b/static/icons/substack.svg new file mode 100644 index 0000000..fa0a954 --- /dev/null +++ b/static/icons/substack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/sun.svg b/static/icons/sun.svg new file mode 100644 index 0000000..34a57ec --- /dev/null +++ b/static/icons/sun.svg @@ -0,0 +1 @@ + diff --git a/static/icons/tag.svg b/static/icons/tag.svg new file mode 100644 index 0000000..c78e65b --- /dev/null +++ b/static/icons/tag.svg @@ -0,0 +1 @@ + diff --git a/static/icons/telegram.svg b/static/icons/telegram.svg new file mode 100644 index 0000000..4101aef --- /dev/null +++ b/static/icons/telegram.svg @@ -0,0 +1 @@ + diff --git a/static/icons/tiktok.svg b/static/icons/tiktok.svg new file mode 100644 index 0000000..792a850 --- /dev/null +++ b/static/icons/tiktok.svg @@ -0,0 +1 @@ + diff --git a/static/icons/triangle-exclamation.svg b/static/icons/triangle-exclamation.svg new file mode 100644 index 0000000..f501ce9 --- /dev/null +++ b/static/icons/triangle-exclamation.svg @@ -0,0 +1 @@ + diff --git a/static/icons/tumblr.svg b/static/icons/tumblr.svg new file mode 100644 index 0000000..1457d68 --- /dev/null +++ b/static/icons/tumblr.svg @@ -0,0 +1 @@ + diff --git a/static/icons/twitch.svg b/static/icons/twitch.svg new file mode 100644 index 0000000..a35fa55 --- /dev/null +++ b/static/icons/twitch.svg @@ -0,0 +1 @@ + diff --git a/static/icons/twitter.svg b/static/icons/twitter.svg new file mode 100644 index 0000000..3ab4c1c --- /dev/null +++ b/static/icons/twitter.svg @@ -0,0 +1 @@ + diff --git a/static/icons/wand-magic-sparkles.svg b/static/icons/wand-magic-sparkles.svg new file mode 100644 index 0000000..9655689 --- /dev/null +++ b/static/icons/wand-magic-sparkles.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/whatsapp.svg b/static/icons/whatsapp.svg new file mode 100644 index 0000000..c1df966 --- /dev/null +++ b/static/icons/whatsapp.svg @@ -0,0 +1 @@ + diff --git a/static/icons/x-twitter.svg b/static/icons/x-twitter.svg new file mode 100644 index 0000000..627453e --- /dev/null +++ b/static/icons/x-twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icons/xmark.svg b/static/icons/xmark.svg new file mode 100644 index 0000000..a4c5121 --- /dev/null +++ b/static/icons/xmark.svg @@ -0,0 +1 @@ + diff --git a/static/icons/youtube.svg b/static/icons/youtube.svg new file mode 100644 index 0000000..3fa4dad --- /dev/null +++ b/static/icons/youtube.svg @@ -0,0 +1 @@ + diff --git a/templates/shortcodes/camp_form.html b/templates/shortcodes/camp_form.html index 616b4e1..e0e23ad 100644 --- a/templates/shortcodes/camp_form.html +++ b/templates/shortcodes/camp_form.html @@ -1,4 +1,4 @@ -{% set formClasses = "bg-neutral-500 text-neutral-50 placeholder-neutral-300 focus:ring-2 focus:ring-primary-500 focus:ring-offset-2 focus:ring-offset-transparent m-2 p-3 rounded-lg hover:bg-neutral-500 checked:text-neutral-500" -%} +{% set formClasses = "bg-gray-500 text-gray-50 placeholder-gray-300 focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 focus:ring-offset-transparent m-2 p-3 rounded-lg hover:bg-gray-600 checked:text-gray-500" -%} {% set requiredField = "* required" -%}
@@ -239,7 +239,7 @@
-->
- +
diff --git a/templates/shortcodes/floating_button.html b/templates/shortcodes/floating_button.html new file mode 100644 index 0000000..73b0154 --- /dev/null +++ b/templates/shortcodes/floating_button.html @@ -0,0 +1,14 @@ + + + +