Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Update meetups table and fix css on community page #276

Merged
merged 1 commit into from
Feb 3, 2024
Merged
Changes from all commits
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
10 changes: 7 additions & 3 deletions src/pages/community/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ import Footer from '@site/src/components/footer';
</h2>
</div>

<div className="text-center pt-8"><h2>Meetups</h2></div>
<div className="text-center pt-8">
<h2>Meetups</h2>
</div>
<p className="text-center">Get in touch with the <a href="mailto:[email protected]">community team</a> if you would like to host a meetup in your area.</p>
<div className="container"><div className="row"><div className="col">

<div className="container"><div className="row w-100%"><div className="col mx-auto">

| <div class="text-xl pl-10 pr-10">DATE</div> | <div class="text-xl pl-10 pr-10">CITY</div> | <div class="text-xl pl-10 pr-10">EVENT</div> |
| ----------- | ----------- | ----------- |
| <div class="text-xl p-10">January 31, 2024</div> | <div class="text-xl pl-10 pr-10">London, UK</div> | <div class="text-xl pl-10 pr-10">OpenLineage Meetup at Confluent HQ</div> |
| <div class="text-xl p-10">November 29, 2023</div> | <div class="text-xl pl-10 pr-10">Warsaw, PL</div> | <div class="text-xl pl-10 pr-10">OpenLineage Meetup at Google HQ</div> |
| <div class="text-xl p-10">October 5, 2023</div> | <div class="text-xl pl-10 pr-10">San Francisco, CA, US</div> | <div class="text-xl pl-10 pr-10">Marquez Meetup at Astronomer HQ</div> |
| <div class="text-xl p-10">September 18, 2023</div> | <div class="text-xl pl-10 pr-10">Toronto, ON, CAN</div> | <div class="text-xl pl-10 pr-10">OpenLineage Meetup at Airflow Summit</div> |
Expand Down Expand Up @@ -70,7 +74,7 @@ import Footer from '@site/src/components/footer';
</div>
</div>

<div className="text-center pt-8"><h2>Newsletter</h2></div>
<div className="text-center pt-8"><h2>OpenLineage News</h2></div>
<div className="container text-center">
<div className="row">
<p>Subscribe to the <a href="https://bit.ly/OL_news">monthly newsletter</a> for the latest developments and events in the community. Visit the <a href="https://bit.ly/OL_news_archive">archive</a> to read past issues.</p>
Expand Down
Loading