Skip to content

Commit 203cc94

Browse files
authored
Adds community landing page for PyCon Africa 2025 (#381)
### Description This landing page will live at: https://valkey.io/community/pyconafrica2025/ and will direct attendees to conference materials. ### Issues Resolved n/a ### Check List - [x] Commits are signed per the DCO using `--signoff` By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License. Signed-off-by: Kyle J. Davis <[email protected]>
1 parent 98df01f commit 203cc94

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
+++
2+
title = "Welcome PyCon Africa 2025"
3+
description = "Welcome PyCon Africa 2025"
4+
template = "community.html"
5+
page_template = "community.html"
6+
[extra]
7+
cards = [
8+
{ icon = "icon-bulb.svg", title = "Workshop", description = "If you're joining us for 'Introduction to Valkey + Python' you can find the materials and platform by clicking 'Workshop Platform' below.", links = [
9+
{ url = "/try-valkey/pyconafrica-workshop/", text = "Workshop Platform" }
10+
] },
11+
]
12+
+++
13+
14+
# Welcome PyCon Africa 2025
15+
## How to Contribute with us?
16+
We welcome your involvement in the Valkey community! Here are several ways you can contribute:

0 commit comments

Comments
 (0)