diff --git a/content/_index.md b/content/_index.md index f094869..1045431 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,7 +4,9 @@ date: 2024-01-01T00:00:00Z draft: false --- -We're a grassroots group dedicated to Bitcoin education, adoption, and community building in south-central Kansas. Whether you're an OG or just starting to learn about Bitcoin, you're more than welcome to join us. We love to talk about Bitcoin! +We're dedicated to Bitcoin education, adoption, and community building in south-central Kansas. Whether you're an OG or just starting to learn about Bitcoin, you're more than welcome to join us. + +We love to talk about Bitcoin! What We Do {#meetup-info} ------------ @@ -21,24 +23,20 @@ Join us for informal gatherings to discuss Bitcoin news, share experiences, and Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education. -Get Involved +📅 Next Meetup! ----------- -### 📅 Meetups - -**Location:** Various locations around Wichita -**Date/Time:** TBD +**Location:** [Side Pockets](https://maps.app.goo.gl/TCMQB2P6cwLEn5Na8) 614 S Tyler Rd, Wichita, KS 67212 +**Date/Time:** February 17, 2026 7p-9p +**Specifics:** We'll get a couple of tables, hang out, shoot some pool, throw some darts, and talk about Bitcoin. Look for one of the guys with the Bitcoin shirts. + Sign up for our mailing list for notifications about our next event! -### 🎓 Learn More - -Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough! - -We Want To Hear From You! ----------- ### 📋 Questionnaire -We're building out a schedule of events and would love to get your input. You can join our mailing list here as well. - -[Take Questionnaire](https://docs.google.com/forms/d/e/1FAIpQLSdgbyNePv_2NM_m4fjeWYATqLNyDgz5hRhmlzXTrUhWvR-oQw/viewform?usp=header) \ No newline at end of file +We're building out a schedule of events and would love to get your input. You can join our mailing list here as well. + +[Take Questionnaire](https://docs.google.com/forms/d/e/1FAIpQLSdgbyNePv_2NM_m4fjeWYATqLNyDgz5hRhmlzXTrUhWvR-oQw/viewform?usp=header) + diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0dc9616..4bc64fd 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -129,6 +129,32 @@ padding: 2rem 0; } + a { + color: #f7931a; + text-decoration: none; + font-weight: 500; + transition: color 0.2s ease; + } + + a:hover { + color: #ff9500; + text-decoration: underline; + } + + a:visited { + color: #d17a1a; + } + + a:visited:hover { + color: #ff9500; + } + + /* Force external links to open in new tabs */ + a[href^="http"] { + target-new: tab; + target: _blank; + } + @media (max-width: 768px) { .hero h2 { font-size: 2rem; diff --git a/layouts/index.html b/layouts/index.html index c39b009..5cfaece 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -56,6 +56,13 @@ margin: 2rem auto; } + /* Next Meetup card - same size as What We Do cards */ + .content-wrapper .card#next-meetup, + .content-wrapper h2[id="next-meetup"] + .card { + max-width: 700px; + margin: 2rem auto; + } + .content-wrapper .btn { display: inline-block; background: white; @@ -102,31 +109,26 @@ newHtml += ''; } - // Process Get Involved section - const getInvolved = html.match(/
]*>.*?<\/p>/gs); - if (cards) { - cards.forEach(card => { - newHtml += '
]*>.*?<\/p>(\s*
]*>.*?<\/p>)?/s); - if (card) { - // Convert link to button - let cardHtml = card[0]; - cardHtml = cardHtml.replace(/]*href="([^"]*)"[^>]*>([^<]*)<\/a>/g, '$2'); - newHtml += '