From d2cd3e6c249e3132dd0a76ab6e07b8fb16441e1d Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 27 Jun 2025 14:19:17 -0600 Subject: [PATCH] Added favicon and got Action Network forms working --- content/.claude/settings.local.json | 8 -------- content/add-your-story.md | 20 +++++++++++++------ content/contact.md | 20 +++++++++++++------ layouts/_default/baseof.html | 29 +++++++++++++++------------- package-lock.json | 6 ++++++ package.json | 1 + static/favicon.ico | Bin 0 -> 4286 bytes static/img/banners/arena.png | Bin 5060 -> 0 bytes static/img/banners/forward.jpg | Bin 19193 -> 0 bytes static/logo.png | Bin 0 -> 40208 bytes 10 files changed, 51 insertions(+), 33 deletions(-) delete mode 100644 content/.claude/settings.local.json create mode 100644 package-lock.json create mode 100644 package.json create mode 100644 static/favicon.ico delete mode 100644 static/img/banners/arena.png delete mode 100644 static/img/banners/forward.jpg create mode 100644 static/logo.png diff --git a/content/.claude/settings.local.json b/content/.claude/settings.local.json deleted file mode 100644 index c453150..0000000 --- a/content/.claude/settings.local.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebFetch(domain:actionnetwork.org)" - ], - "deny": [] - } -} \ No newline at end of file diff --git a/content/add-your-story.md b/content/add-your-story.md index fd52d1d..1a3a77c 100644 --- a/content/add-your-story.md +++ b/content/add-your-story.md @@ -8,10 +8,17 @@ We're curating stories from founding teams and allies to help people learn from Help us share it with people who can benefit from its lessons.
-
+ + + +
+ + +
diff --git a/content/contact.md b/content/contact.md index f9ba270..b7d3791 100644 --- a/content/contact.md +++ b/content/contact.md @@ -18,10 +18,17 @@ If you know of a company that has attempted or achieved an exit to community tra Want to plan your community exit strategy? Got experience or legal snippets you'd like to share? We'd love to hear from you!
-
+ + + +
+ + +
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 93b050a..6fc7563 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,6 +5,8 @@ {{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }} + +