We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two weeks out from a meetup, we send an email to our mailing list in the format below.
We would like to create a 3 new routes on the website:
/events
/events/$slug
<p>GREETING TEXT</p> <!-- sponsor --> <p><a href="URL"><img width="200" alt="SPONSOR logo" src="https://seattlejs.com/_public/images/sponsors/SPONSOR.png" title="SPONSOR logo"></a></p> <p>Special thanks to our friends at <a href="URL">SPONSOR</a> for sponsoring snacks for this month's event! 😎</p> <ul> <li>🗓 DAY, MONTH DATE</li> <li>⏰ 5:30pm - 8:30pm</li> <li>📍 LOCATION</li> <li>🎟 <a href="https://ti.to/event-loop/">Buy Tickets</a></li> </ul> <! -- loop through talks --> <h4>TALK TITLE by SPEAKER</h4> <p><img width="200" alt="SPEAKER" src="https://seattlejs.com/_public/images/speakers/SPEAKER.jpg" title="SPEAKER"></p> <p>TALK ABSTRACT</p> <!-- end loop --> <p>See you all on MONTH DATE!</p>
The text was updated successfully, but these errors were encountered:
FX-Wood
No branches or pull requests
Two weeks out from a meetup, we send an email to our mailing list in the format below.
We would like to create a 3 new routes on the website:
/events
- display list of meetup events (in reverse chronological order)/events/$slug
- display event (same format/content as index page of website)The text was updated successfully, but these errors were encountered: