Skip to content

Commit 7db8c69

Browse files
committed
Improve events section
Add details about what events and how to get added. Improve the layout.
1 parent 73cbfac commit 7db8c69

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

assets/css/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -718,13 +718,12 @@ table td {
718718
display: flex;
719719
align-items: center;
720720
justify-content: space-between;
721-
height: 180px;
721+
height: 260px;
722722
margin-bottom: 1rem;
723723
padding: 2rem;
724724
color: #ffffff;
725725
font-family: 'Alata', sans-serif;
726726
font-size: 1.5rem;
727-
line-height: 1;
728727
}
729728

730729
.event-third-block > div {

community.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,27 @@ title: Trino Community
7070
</div>
7171
<div class="community-content-section">
7272
<a name="events"></a>
73-
<h2>Events that don’t suck</h2>
73+
<h2>Trino community events</h2>
74+
<p>The Trino project runs a number of events regularly:</p>
75+
<ul>
76+
<li>Regular Trino Community Broadcasts as live show with news and guests from the Trino community</li>
77+
<li>Monthly Trino contributor calls</li>
78+
<li>Monthly Trino maintainer calls</li>
79+
<li>Regular contributor sync meetings for subprojects like Trino Gateway</li>
80+
<li>Yearly Trino Fest conference in the earlier half of each year</li>
81+
<li>Yearly Trino Summit conference in the later half of each year</li>
82+
<li>Trino Contributor Congregation whenever we run in person conferences</li>
83+
</ul>
84+
<p>Other community members present at conferences, run local user meetings,
85+
and organize other events. We add them as long as they are related to Trino
86+
and somebody lets us know about them.</p>
87+
<p>You can find them all in the Trino events calendar, and often recordings
88+
on our YouTube channel. Add the calendar to your own application by clicking
89+
on the "+ Google Calendar" icon at the bottom right.</p>
7490
<div class="community-content-container">
7591
<a href="./broadcast" class="community-broadcast-block">
7692
<div class="community-broadcast-image-wrapper">
7793
<img src="../assets/images/community/tcb.png" alt="Trino Community Broadcast" />
78-
<img src="../assets/images/community/tcb.gif" alt="Trino Community Broadcast preview" />
7994
</div>
8095
</a>
8196
<div class="events-thirds-container">
@@ -85,11 +100,8 @@ title: Trino Community
85100
</a>
86101
</div>
87102
</div>
88-
<h2>Upcoming events</h2>
89-
Community events such as Trino contributor calls, Trino Community Broadcasts, and other Trino
90-
gatherings you don't want to miss. To follow along, add this calendar by
91-
clicking on the "+ Google Calendar" icon at the bottom right.
92-
<iframe src="https://calendar.google.com/calendar/embed?height=600&amp;wkst=1&amp;bgcolor=%23dd00a1&amp;ctz=America%2FDetroit&amp;src=NDhibXJvaXVpZmg2NWJsZWNhOGxzNGhyNTRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&amp;color=%23D81B60&amp;mode=AGENDA&amp;showCalendars=0&amp;showTz=1&amp;showTabs=0&amp;showPrint=0" style="border:solid 1px #777; margin-bottom: 2rem;" width="100%" height="240" frameborder="0" scrolling="no"></iframe>
103+
<br>
104+
<iframe src="https://calendar.google.com/calendar/embed?height=600&amp;wkst=1&amp;bgcolor=%23dd00a1&amp;ctz=America%2FDetroit&amp;src=NDhibXJvaXVpZmg2NWJsZWNhOGxzNGhyNTRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&amp;color=%23D81B60&amp;mode=AGENDA&amp;showCalendars=0&amp;showTz=1&amp;showTabs=0&amp;showPrint=0" style="border:solid 1px #777; margin-bottom: 1rem;" width="100%" height="240" frameborder="0" scrolling="no"></iframe>
93105
</div>
94106
<div class="community-content-section">
95107
<h2>Contribute</h2>

0 commit comments

Comments
 (0)