Skip to content

Commit d91fefa

Browse files
authored
Blog: Laura's post, image size. New community logo. Fix events on home (#1194)
1 parent 746061a commit d91fefa

13 files changed

Lines changed: 116 additions & 39 deletions
162 KB
Loading

assets/percona-logo-origin.svg

Lines changed: 28 additions & 0 deletions
Loading

assets/percona-logo.svg

Lines changed: 49 additions & 21 deletions
Loading

assets/scss/common/_header.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ header {
6060
z-index: 4;
6161

6262
a img {
63-
height: 32px;
63+
height: 46px;
6464
}
6565
}
6666
.page-header {
@@ -198,6 +198,10 @@ header {
198198
@media screen and (min-width: $mobile-breaking-point) {
199199
.page-header {
200200

201+
.logo a img {
202+
height: 60px;
203+
}
204+
201205
.mobile-toggle {
202206
display: none;
203207
}

assets/scss/common/_post.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ $title-hover: #1059c0;
232232
flex-direction: column;
233233

234234
.post__image {
235-
flex: 0 0 240px;
235+
flex: 0 0 240px;
236236
margin-right: 1rem;
237237

238238
img {
239239
width: 100%;
240-
height: auto;
241-
max-height: 384px;
240+
height: auto;
241+
max-height: 358px;
242242
}
243243
}
244244

content/blog/2026/Write for Percona community renamed to content/blog/2026/2026-05-22-write-for-percona-community.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
date: "2026-05-22"
2-
tags: ['Community', 'Percona', 'Open Source', 'Events']
1+
---
2+
title: "Write for the Percona Community"
3+
date: "2026-05-22T11:00:00+00:00"
4+
tags: ['Community', 'Percona', 'Open Source', 'MySQL', 'PostgreSQL', 'MongoDB', 'MariaDB', 'Valkey']
35
categories: ['Community']
46
authors:
57
- laura_czajkowski
68
images:
7-
-
9+
- blog/2026/05/laura_blog_cover.jpg
810
slug: write-for-percona-community
9-
10-
# Write for the Percona Community
11+
---
1112

1213
You've fixed something gnarly in production this year. You've migrated a database that nobody wanted to touch. You've built something on top of Percona Operators, or Percona Toolkit, or Percona Monitoring and Management (PMM), and you've learned things along the way that aren't written down anywhere yet.
1314

@@ -24,7 +25,7 @@ For every post we publish, you get:
2425

2526
The points stack across contributions. The more you write, the more you collect.
2627

27-
#### A note on payment
28+
### A note on payment
2829

2930
*Not everyone can accept payment for writing — employment contracts, tax situations, visa rules, and conflict-of-interest policies all get in the way. If that's you, we'll donate the same $350 to an open source project or community of your choice on your behalf. Tell us who to send it to when you pitch.*
3031

content/contributors/edith_puclla.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ contributor_tag:
2424
- PostgreSQL
2525
- Toolkit
2626
blog_tags:
27+
- AI
2728
- Backups
2829
- CNCF
2930
- Cloud
@@ -57,11 +58,13 @@ blog_tags:
5758
- Valkey
5859
- Volume
5960
- Windows
61+
- database
6062
- databases
6163
- docker
6264
- dok
6365
- edith_puclla
6466
- europe
67+
- events
6568
- hacktoberfest
6669
- k3d
6770
- kubecon
@@ -97,7 +100,7 @@ talks_tags:
97100
- Slides
98101
- Video
99102
- video
100-
posts_count: 32
103+
posts_count: 33
101104
events_count: 7
102105
talks_count: 18
103106
contributor_type:

content/contributors/jan_wieremjewicz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ talks_tags:
5454
- Slides
5555
- Tech
5656
- Video
57-
posts_count: 17
57+
posts_count: 18
5858
events_count: 3
5959
talks_count: 5
6060
contributor_type:

content/contributors/kai_wagner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ events_tags:
4747
- securing
4848
talks_tags:
4949
- Slides
50-
posts_count: 6
50+
posts_count: 7
5151
events_count: 4
5252
talks_count: 4
5353
contributor_type:

content/contributors/keith_quinn.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ social:
1010
linkedin: https://www.linkedin.com/in/keithquinn196/
1111
images:
1212
- contributors/keith_quinn.png
13-
contributor_tag:
14-
- MongoDB
13+
# Auto-generated fields. Do not edit manually.
14+
contributor_tag: []
15+
blog_tags: []
16+
events_tags: []
17+
talks_tags: []
18+
posts_count: 0
19+
events_count: 0
20+
talks_count: 0
21+
contributor_type: []
22+
contributor_year: []
1523
---
1624
Keith is a Quality Engineer at Percona, working on the Percona for MongoDB project. He has over a decade of experience in software testing and previously worked at IBM on products including QRadar, a leading SIEM solution.

0 commit comments

Comments
 (0)