Skip to content

Commit a0fea88

Browse files
committed
Add events button to homepage
1 parent c4fd30e commit a0fea88

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

assets/css/style.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,13 @@ ul.blog-tags {margin:24px 0;}
225225
.orange-gradient { background: linear-gradient(40deg, #f8b600, #F88600) !important;}
226226
.btn-pink {
227227
color: #fff;
228-
background-color: #dd00a1 !important;
228+
background-color: var(--pink) !important;
229229
}
230+
.btn-yellow {
231+
color: #fff;
232+
background-color: var(--yellow) !important;
233+
}
234+
230235
.btn.btn-md {
231236
font-size: 0.875rem;
232237
}

index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ title: Distributed SQL query engine for big data
1515
<p class="mr-5 mb-5 lead">Fast distributed SQL query engine
1616
for big data analytics that helps you explore your data universe.</p>
1717
<a class="btn btn-pink" href="./download.html">Download Trino</a>
18-
<a class="btn btn-orange" href="./slack.html">Join the community</a>
18+
<a class="btn btn-orange" href="./slack.html">Chat with the community</a>
19+
<a class="btn btn-yellow" href="./community.html#events">Join Trino events</a>
1920
</div>
2021
</div>
2122
</div>

0 commit comments

Comments
 (0)