Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions landing-pages/site/layouts/meetups/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ <h5 class="meetups-page page-subtitle">
</div>
<div>
<h4 class="page-header host-header">Want to host a meetup?</h4>
<div>
Meetups related to the Apache Aiflow project are held around the globe thanks to community volunteers. Interested individuals are encouraged to host community meetups using the name Apache Iceberg Meetup <geographical location> in compliance with Apache Software Foundation's branding and trademarks guidelines. No explicit PMC approval is required but also, PMC does not endorse the organizers or communities that organize it.
<p/><p/>
Hosts are required to ensure that:

<ul>
<li>The Apache Airflow ecosystem should be championed in every meetup and technical session</li>
<li>All talks should be vendor-neutral and not sales pitches</li>
<li>Each meetup should strive to have at least two talks with speakers representing different companies/organizations - this is more of a guidance than requirement though</li>
<li>Planned meetups ought to be brought to the attention of the dev list</li>
<li>All Community Guidelines must be respected including the <a href="https://airflow.apache.org/code-of-conduct/">Code of conduct</a></li>
</ul>
</div>
<div class="text-with-icon-list">
{{ partial "text-with-icon" (dict "logo_path" "icons/meetup-icon.svg" "header" "Create an event" "text" "Create an event using meetup.com or Facebook and recruit some interesting speakers. Drinks and snacks are always nice.") }}
{{ partial "text-with-icon" (dict "logo_path" "icons/intent-icon.svg" "header" "Voice your intent" "text" "In describing your event, remember to specify the intended audience -- e.g., beginners, intermediates, developers, or architects.") }}
Expand Down
Loading