From ae6d76d39b02c462eacb61ff3b7da8e15e1db7f1 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Sun, 18 Jan 2026 19:40:59 -0500 Subject: [PATCH] Merge Community page content into About Us and remove Community link --- _layouts/about.html | 28 ++++++++++++++++++++++++ app.py | 1 - pages/community.md | 52 --------------------------------------------- 3 files changed, 28 insertions(+), 53 deletions(-) delete mode 100644 pages/community.md diff --git a/_layouts/about.html b/_layouts/about.html index 836c074..39ab0b3 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -101,4 +101,32 @@

BPD Leadership Council

+
+

Join the Community

+

The Black Python Devs Community is a vibrant group of developers who are passionate about Python and coding. Whether you're a seasoned developer or just starting out, there's a place for you here.

+ +
+ + +
+

Get Involved

+
    +
  • Participate in discussions on Discord.
  • +
  • Share your projects and get feedback.
  • +
  • Contribute to our community projects.
  • +
  • Attend our virtual meetups and events.
  • +
+
+
+
{% endblock %} diff --git a/app.py b/app.py index 1fbc05d..39b9261 100644 --- a/app.py +++ b/app.py @@ -15,7 +15,6 @@ "url": "/sponsored-events.html", "fa": "fa fa-handshake fa-fw", }, - {"text": "Community", "url": "/community.html", "fa": "fa fa-users fa-fw"}, {"text": "Discounts", "url": "/partnerships.html", "fa": "fa-regular fa-handshake"}, { "text": "Support Us", diff --git a/pages/community.md b/pages/community.md deleted file mode 100644 index accf002..0000000 --- a/pages/community.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -layout: default -lang: en -title: Community ---- - -# **Welcome to the Black Python Devs Community!** - -We're thrilled to have you here! 🎉 - -The Black Python Devs Community is a vibrant group of developers who are passionate about Python and coding. We believe in the power of community and learning from each other. Whether you're a seasoned developer or just starting out, there's a place for you here. - -## **Connect With Us** - -We understand the importance of communication and collaboration. That's why we've created spaces where you can connect with us and other community members. - -### **Discord** - -Join our Discord server where we discuss everything from Python basics to advanced topics. It's a great place to ask questions, share your projects, or just chat with other developers. We've recently opened our doors even wider, so feel free to join us using this [invite link](https://discord.gg/XUc3tFqCT3). - -### **Twitter** - -Follow us on [X](https://x.com/blackpythondevs) for the latest updates, news, and insights from our community. - -### **Instagram** - -Follow, Like, and Share us on [Instagram](https://www.instagram.com/blackpythondevs/) for updates, news, fun videos, and insights from the community. - -### **LinkedIn** - -Follow our [LinkedIn Page](https://www.linkedin.com/company/black-python-devs) to learn more about all the things happening around the community! - -Also, join our [LinkedIn Group](https://www.linkedin.com/groups/14336241/) to connect with professionals in the field, participate in relevant discussions, and stay updated with job opportunities and industry trends. - -### **Email** - -Contact us via email at [contact@blackpythondevs.com](mailto:contact@blackpythondevs.com) for inquiries, collaborations, or any other questions. - -## **Get Involved** - -There are many ways to get involved with the Black Python Devs Community: - -
- -
- -We're excited to see what we can achieve together in this community. Let's code, learn, and grow together!