diff --git a/_data/partners.yml b/_data/partners.yml index eabb422b..699457e3 100644 --- a/_data/partners.yml +++ b/_data/partners.yml @@ -1,5 +1,5 @@ - name: SurrealDB - background: "bg-1" + type: org link: "https://www.surrealdb.com/" description: |
SurrealDB is an innovative, multi-model, cloud-ready @@ -15,18 +15,21 @@ image: path: "/assets/images/partners/surrealdb.png" alt: SurrealDB logo + page_show: true - name: Jetbrains link: "https://www.jetbrains.com/" + type: org 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 + page_show: true - name: Amazon - background: "bg-1" + type: org link: "http://amazon.com" description: |Amazon is a global leader in e-commerce, redefining @@ -40,9 +43,10 @@ image: path: "/assets/images/partners/amazon.png" alt: Amazon logo + page_show: true - name: GitHub - background: "" + type: org link: "https://github.com" description: |
GitHub is the home for all developers, where you can @@ -52,20 +56,35 @@ image: path: "/assets/images/partners/github.png" alt: GitHub logo + page_show: true + +- name: O'Reilly + type: org + link: "https://www.oreilly.com/" + description: | +
O’Reilly’s mission is to change the world by sharing the knowledge of innovators.
+The learning platform offers exclusive live training, interactive learning, a certification experience, books, videos, and more, making it easier for customers to develop the expertise they need to get ahead.
+ image: + path: "/assets/images/partners/oreilly.png" + alt: O’Reilly logo + page_show: true - name: Women In Tech Global Conference + type: event link: "https://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 + page_show: false - name: Devoxx - UK - background: "bg-1" + type: event 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 + alt: Conference logo + page_show: false diff --git a/_includes/partners-logo.html b/_includes/partners-logo.html index 132dba52..d23b2ef9 100644 --- a/_includes/partners-logo.html +++ b/_includes/partners-logo.html @@ -7,15 +7,28 @@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 -
-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. -
-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
-GitHub is the home for all developers, where you can - build, ship, scale and deliver your software securely.
-- Over 150 million developers, including more than 90% of the Fortune 100 companies, use GitHub to - collaborate and more than 77,000 organizations have adopted GitHub Copilot. -
+ {{partner.description}}