diff --git a/_data/announcement.yml b/_data/announcement.yml index a0101a77..12fa3aa3 100644 --- a/_data/announcement.yml +++ b/_data/announcement.yml @@ -30,7 +30,7 @@ description: | Unlock the power of data analysis with Pandas, one of Python's most versatile libraries! This study group is designed for beginners and intermediate Python users who want to deepen their data skills. date: "2025" - expiration: "20250330" + expiration: "20250222" image: path: "https://secure.meetupstatic.com/photos/event/a/a/c/2/event_526003714.webp" alt: event image banner diff --git a/_data/partners.yml b/_data/partners.yml new file mode 100644 index 00000000..00dd1257 --- /dev/null +++ b/_data/partners.yml @@ -0,0 +1,59 @@ +- name: SurrealDB + background: "bg-1" + link: "https://www.surrealdb.com/" + description: | +

SurrealDB is an innovative, multi-model, cloud-ready + database, suitable for modern and traditional + applications. Its versatility, and focus on developer experience, along with the ability for + deployment on cloud, on-premise, embedded, and in edge computing environments, allows developers and + organizations to meet the needs of their applications, without needing to worry about scalability or + keeping data consistent across multiple different database platforms.

+

SurrealDB have also established the Women in Rust community, a meetup group where women can connect, + collaborate, and grow their skills in Rust To learn more and get started with SurrealDB in just visit + surrealdb.com +

+ image: + path: "/assets/images/partners/surrealdb.png" + alt: SurrealDB logo + +- name: Jetbrains + link: "https://www.surrealdb.com/" + description: | +

Jetbrains creates intelligent software development tools used by over 11.4 million professionals and 88 Fortune Global Top 100 companies. Its lineup of more than 30 products includes IDEs for most programming languages and technologies, such as IntelliJ IDEA, PyCharm, and others, as well as products for team collaboration, like YouTrack and TeamCity.

+

JetBrains is also known for creating the Kotlin programming language, a cross-platform language used by more than 5 million developers worldwide yearly and recommended by Google as the preferred language for Android development.

+ image: + path: "/assets/images/partners/jetbrains.png" + alt: Jetbrains logo + +- name: Amazon + background: "bg-1" + link: "http://amazon.com" + description: | +

Amazon is a global leader in e-commerce, redefining + online shopping with its vast product selection, + seamless customer experience, and advanced logistics network. With innovations like Amazon Prime, + one-click purchasing, and a commitment to fast and reliable delivery, Amazon has transformed the way + people shop worldwide.

+

Beyond e-commerce, Amazon supports education and career growth through initiatives like Amazon Future + Engineer, which provides opportunities for underrepresented groups in technology. To explore more about + Amazon’s impact and services, visit amazon.com

+ image: + path: "/assets/images/partners/amazon.png" + alt: Amazon logo + +- name: Women In Tech Global Conference + link: "www.womentech.net/en-es/node/102994" + description: | + We are thrilled to introduce our new partnership with Women In Tech Global Conference. The conference will bring women in tech, and allies together through an interactive platform with virtual and in-person sessions. + image: + path: "/assets/images/partners/WomenInTech.png" + alt: Conference logo + +- name: Devoxx - UK + background: "bg-1" + link: "https://www.devoxx.co.uk" + description: | + Ready to level up your dev skills and dive into the latest tech? Women Coding Community is thrilled to collaborate with Devoxx UK! Join expert practitioners from around the world as we explore Java, Cloud, AI, Data, Security, Architecture, Dev Culture, and more. + image: + path: "/assets/images/partners/devoxx.png" + alt: Conference logo \ No newline at end of file diff --git a/_includes/featured-announcements.html b/_includes/featured-announcements.html index 89466a99..f1c3e7e2 100644 --- a/_includes/featured-announcements.html +++ b/_includes/featured-announcements.html @@ -3,46 +3,47 @@ {% assign count = 0 %} {% for announcement in announcements %} - {% if announcement.expiration >= today %} - {% assign count = count | plus: 1 %} - {% endif %} -{% endfor %} +{% if announcement.expiration >= today %} +{% assign count = count | plus: 1 %} +{% endif %} +{% endfor %} {% if count > 0 %} -
-
- - -{% include featured-announcements.html %} -
- -
- -
- -
\ No newline at end of file +{% include featured-announcements.html %} \ No newline at end of file diff --git a/partners.html b/partners.html index d9d4cb4e..5b085859 100644 --- a/partners.html +++ b/partners.html @@ -15,13 +15,14 @@

Why Partner with Us?

  • Connect with and mentor talented women in tech.
  • Support initiatives that advocate for women’s rights, education, and professional development in - technology.
  • + technology. +

    Contact Us

    Become WCC Partner contacting us - by email or contact one of our directors in our or contact one of our directors in our Slack community

    @@ -30,32 +31,59 @@

    Contact Us

    - - +
    + +
    +
    +
    \ No newline at end of file