49 lines
No EOL
2.2 KiB
HTML
49 lines
No EOL
2.2 KiB
HTML
{{ define "main" }}
|
|
{{ $content := .Content }}
|
|
|
|
<div class="section">
|
|
<h3>About Wichita Bitcoiners</h3>
|
|
<p style="text-align: center; max-width: 800px; margin: 0 auto; font-size: 1.1rem; color: #ccc;">
|
|
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.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="section" id="meetup-info">
|
|
<h3>What We Do</h3>
|
|
<div class="card-grid">
|
|
<div class="card">
|
|
<h4>📚 Educational Sessions</h4>
|
|
<p>Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h4>🤝 Monthly Meetups</h4>
|
|
<p>Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h4>🎯 Bitcoin Adoption</h4>
|
|
<p>Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h3>Get Involved</h3>
|
|
<div class="card-grid">
|
|
<div class="card">
|
|
<h4>📅 Monthly Meetups</h4>
|
|
<p><strong>When:</strong> First Thursday of each month<br>
|
|
<strong>Time:</strong> 6:30 PM - 8:30 PM<br>
|
|
<strong>Where:</strong> Various locations around Wichita</p>
|
|
</div>
|
|
<div class="card">
|
|
<h4>💬 Stay Connected</h4>
|
|
<p>Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts.</p>
|
|
</div>
|
|
<div class="card">
|
|
<h4>🎓 Learn More</h4>
|
|
<p>Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{ end }} |