From 52adf2482746c445ffb642dfa9f55561b1d96ddf Mon Sep 17 00:00:00 2001 From: Kevin Rocker Date: Wed, 11 Mar 2026 19:30:31 +0100 Subject: [PATCH 1/3] Update Diversity to Community Development --- code/skin_urls.py | 7 +- template/pages/community_development.html | 88 +++++++++++++++++++++ template/pages/diversity.html | 95 ----------------------- template/pieces/navigation.html | 12 +-- 4 files changed, 100 insertions(+), 102 deletions(-) create mode 100644 template/pages/community_development.html delete mode 100644 template/pages/diversity.html diff --git a/code/skin_urls.py b/code/skin_urls.py index 7d49555..709dd1b 100644 --- a/code/skin_urls.py +++ b/code/skin_urls.py @@ -1 +1,6 @@ -PRELOAD_URLS= [ ] +from django.urls import re_path +from django.views.generic import RedirectView + +PRELOAD_URLS = [ + re_path(r'^diversity/?$', RedirectView.as_view(url='/community_development/', permanent=True)), +] diff --git a/template/pages/community_development.html b/template/pages/community_development.html new file mode 100644 index 0000000..18b2561 --- /dev/null +++ b/template/pages/community_development.html @@ -0,0 +1,88 @@ +{%extends "base_pgus.html" %} +{%load pgmarkdown%} +{%block title%}Diversity{%endblock%} + +{%block heroblock%} +
+
+
+

Diversity

+
+
+ + + +
+{%endblock%} + +{%block layoutblock%} + + +
+
+
+
+

PostgreSQL Community Development

+

+ The mission of the Community Development Committee of the United States PostgreSQL Association is to develop + participation in the PostgreSQL community through outreach programs and the support of educational endeavors + for PostgreSQL users in the United States. +

+
+
+

Participation

+

+ Current members of the United States PostgreSQL Association are encouraged to support this work through + committee participation. Interested members can complete the Volunteer + Introduction Form to apply for the Committee. + +

+
+
+
+

Opportunity Grants

+

+ PgUS established a Diversity Program in 2015 by unanimous vote of the Board. This program ran through the end of + 2025, providing scholarships to more than 20 individuals in that year. +

+

In 2026, we have expanded the scope of the program and renamed it as the Community Development Committee. The + scholarship criteria have been revised, and the Scholarships are now known as Opportunity Grants. The expanded + program will still focus on conference travel support, and the revised criteria will increase the Committee's + ability to both bring new members into the community and also to help current members become more involved in + community activities.

+

+ You can apply for an Opportunity Grant using the application here. + Just like submitting a talk, details matter! Your application should include specifics of how the grant will + benefit your education and/or career, how you plan to share the benefit with others in the community, and the + kind of role you are interested in taking on as part of the PostgreSQL community if you are not already actively + involved. +

+
+
+
+

Community Development Committee

+

+ Chair: Bob Pacheco
+ Ha Le
+ Kalyani Madipadiga
+ Jay Miller
+ Selenge Tulga
+ Ezra Yendau
+

+
+
+

Eligible Conferences

+

The Opportunity Grants are focused on community-recognized PostgreSQL conferences such as:

+
    +
  • PostgreSQL@SCaLE
  • +
  • PgSummit.US
  • +
  • PGDay Boston
  • +
  • PGConf.dev
  • +
  • PG DATA Chicago
  • +
+
+
+
+
+ +{%endblock%} \ No newline at end of file diff --git a/template/pages/diversity.html b/template/pages/diversity.html deleted file mode 100644 index a7ce345..0000000 --- a/template/pages/diversity.html +++ /dev/null @@ -1,95 +0,0 @@ -{%extends "base_pgus.html" %} -{%load pgmarkdown%} -{%block title%}Diversity{%endblock%} - -{%block heroblock%} -
-
-
-

Diversity

-
-
- - - -
-{%endblock%} - -{%block layoutblock%} - - -
-
-
-
-

Diversity in Postgres

-

- The mission of the Diversity Committee of the United States PostgreSQL Association is to promote an - inclusive - environment in the PostgreSQL community through outreach programs - and the support of educational endeavors for underrepresented PostgreSQL users in the United States. -

-
-
-

Participation

-

- Current members of the United States PostgreSQL Association are encouraged to participate in the further - development and growth of the Association through committee participation. - Interested members can complete the Volunteer Introduction - Form to apply for the Committee. -

-
-
-
-

Diversity Scholarship

-

- PgUS established this Diversity Program in 2015 by unanimous vote of the Board. The Committee has created - guidelines for the program, which are updated yearly in keeping with developments in DEI practices and in our - own work. -

-

- We are pleased to announce the application for the Diversity Scholarship is - open - and available for submissions. -

-

- You can apply to have some or all of your conference attendance costs (registration, hotel, airfare) covered. - Just like submitting a talk, details count! - Your application should include specifics of how attending the event will benefit you, and how you plan to - share - the benefit with others in the community. -

-

- The Diversity Committee would like to thank our friends and members of the Django community for allowing us to - review and borrow from their program. -

-
-
-
-

Diversity Committee

-

- Quan-ha Le
- Emma Saroyan
- Ezra Yendau
- Selenge Tulga
- Jay Miller
- Bob Pacheco
-

-
-
-

Eligible Conferences

-

The Diversity scholarships are focused on community-recognized PostgreSQL conferences such as:

-
    -
  • PostgreSQL@SCaLE
  • -
  • PGConf NYC
  • -
  • PGConf.dev
  • -
  • PGDay Boston
  • -
  • PG DATA Chicago
  • -
-
-
-
-
- -{%endblock%} \ No newline at end of file diff --git a/template/pieces/navigation.html b/template/pieces/navigation.html index 45c960c..4bdeaf3 100644 --- a/template/pieces/navigation.html +++ b/template/pieces/navigation.html @@ -25,8 +25,8 @@
  • About PgUS - +