diff --git a/content/_index.md b/content/_index.md index c5c7f28..ea67857 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,10 +3,9 @@ title: "Building Bitcoin Community in Wichita" date: 2024-01-01T00:00:00Z draft: false description: "Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas." -hero_button: 'Join Our Meetup' --- -We're a grassroots group dedicated to Bitcoin education, adoption, and community building in Wichita, Kansas. Whether you're a seasoned Bitcoiner or just curious about digital currency, you'll find a welcoming community here. +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. What We Do {#meetup-info} ------------ @@ -15,7 +14,7 @@ What We Do {#meetup-info} Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members. -### 🤝 Monthly Meetups +### 🤝 Meetups Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts. @@ -26,15 +25,11 @@ Help promote Bitcoin awareness and adoption in Wichita through community outreac Get Involved ----------- -### 📅 Monthly Meetups +### 📅 Meetups -**When:** First Thursday of each month -**Time:** 6:30 PM - 8:30 PM -**Where:** Various locations around Wichita - -### 💬 Stay Connected - -Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts. +**Location:** Various locations around Wichita +**Date/Time:** TBD +Sign up for our mailing list for notifications about our next event! ### 🎓 Learn More diff --git a/layouts/index.html b/layouts/index.html index fd07ab6..7ebb40c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,57 +11,24 @@ text-align: center; } - .content-wrapper h3 { - color: #f7931a; - font-size: 1.5rem; - margin: 1.5rem 0 1rem; - } - - .content-wrapper h4 { + .content-wrapper .card h3 { color: #f7931a; font-size: 1.25rem; margin-bottom: 1rem; } - .content-wrapper p { - max-width: 800px; - margin: 0 auto 1rem; + .content-wrapper .card p { font-size: 1.1rem; color: #ccc; text-align: center; + margin-bottom: 0; } - .content-wrapper strong { + .content-wrapper .card strong { color: #fff; } - .content-wrapper a { - color: #f7931a; - text-decoration: none; - transition: color 0.2s; - } - - .content-wrapper a:hover { - color: #ff9500; - } - - /* Card styling for section content */ - .content-wrapper > h3 + p { - background: #111; - padding: 2rem; - border-radius: 10px; - box-shadow: 0 2px 10px rgba(255,255,255,0.1); - text-align: center; - } - - /* Special styling for sections with multiple h4 elements */ - .content-wrapper h3[id="meetup-info"], - .content-wrapper h3[id="get-involved"] { - text-align: center; - } - - .content-wrapper h3[id="meetup-info"] ~ h4, - .content-wrapper h3[id="get-involved"] ~ h4 { + .content-wrapper .card { background: #111; padding: 2rem; border-radius: 10px; @@ -71,13 +38,7 @@ max-width: 400px; } - .content-wrapper h3[id="meetup-info"] ~ h4 h4, - .content-wrapper h3[id="get-involved"] ~ h4 h4 { - margin-bottom: 1rem; - } - - /* Questionnaire button styling */ - .content-wrapper a[href*="google.com/forms"] { + .content-wrapper .btn { display: inline-block; background: white; color: #f7931a; @@ -89,9 +50,64 @@ margin-top: 1rem; } - .content-wrapper a[href*="google.com/forms"]:hover { + .content-wrapper .btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } + + {{ end }} \ No newline at end of file diff --git a/public/index.html b/public/index.html index ed306d1..a79d4c3 100644 --- a/public/index.html +++ b/public/index.html @@ -170,21 +170,19 @@
-

We’re a grassroots group dedicated to Bitcoin education, adoption, and community building in Wichita, Kansas. Whether you’re a seasoned Bitcoiner or just curious about digital currency, you’ll find a welcoming community here.

+

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.

What We Do

📚 Educational Sessions

Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members.

-

🤝 Monthly Meetups

+

🤝 Meetups

Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts.

🎯 Bitcoin Adoption

Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education.

Get Involved

-

📅 Monthly Meetups

-

When: First Thursday of each month
-Time: 6:30 PM - 8:30 PM
-Where: Various locations around Wichita

-

💬 Stay Connected

-

Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts.

+

📅 Meetups

+

Location: Various locations around Wichita +Date/Time: TBD +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!

@@ -202,57 +200,24 @@ text-align: center; } - .content-wrapper h3 { - color: #f7931a; - font-size: 1.5rem; - margin: 1.5rem 0 1rem; - } - - .content-wrapper h4 { + .content-wrapper .card h3 { color: #f7931a; font-size: 1.25rem; margin-bottom: 1rem; } - .content-wrapper p { - max-width: 800px; - margin: 0 auto 1rem; + .content-wrapper .card p { font-size: 1.1rem; color: #ccc; text-align: center; + margin-bottom: 0; } - .content-wrapper strong { + .content-wrapper .card strong { color: #fff; } - .content-wrapper a { - color: #f7931a; - text-decoration: none; - transition: color 0.2s; - } - - .content-wrapper a:hover { - color: #ff9500; - } - - - .content-wrapper > h3 + p { - background: #111; - padding: 2rem; - border-radius: 10px; - box-shadow: 0 2px 10px rgba(255,255,255,0.1); - text-align: center; - } - - - .content-wrapper h3[id="meetup-info"], - .content-wrapper h3[id="get-involved"] { - text-align: center; - } - - .content-wrapper h3[id="meetup-info"] ~ h4, - .content-wrapper h3[id="get-involved"] ~ h4 { + .content-wrapper .card { background: #111; padding: 2rem; border-radius: 10px; @@ -262,13 +227,7 @@ max-width: 400px; } - .content-wrapper h3[id="meetup-info"] ~ h4 h4, - .content-wrapper h3[id="get-involved"] ~ h4 h4 { - margin-bottom: 1rem; - } - - - .content-wrapper a[href*="google.com/forms"] { + .content-wrapper .btn { display: inline-block; background: white; color: #f7931a; @@ -280,12 +239,67 @@ margin-top: 1rem; } - .content-wrapper a[href*="google.com/forms"]:hover { + .content-wrapper .btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); } + +