Skip to content

Add new partner: Oreilly #537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions _data/partners.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: SurrealDB
background: "bg-1"
type: org
link: "https://www.surrealdb.com/"
description: |
<p><a href="http://surrealdb.com/" target="_blank">SurrealDB</a> is an innovative, multi-model, cloud-ready
Expand All @@ -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: |
<p><a href="https://www.jetbrains.com/" target="_blank">Jetbrains</a> 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.</p>
<p>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.</p>
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: |
<p><a href="http://amazon.com" target="_blank">Amazon</a> is a global leader in e-commerce, redefining
Expand All @@ -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: |
<p><a href="https://github.com" target="_blank">GitHub</a> is the home for all developers, where you can
Expand All @@ -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: |
<p><a href="https://www.oreilly.com/" target="_blank">O’Reilly’s</a> mission is to change the world by sharing the knowledge of innovators. </p>
<p>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.</p>
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 <a href="https://www.womentech.net/en-es/node/102994" target="_blank">Women In Tech Global Conference.</a> 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 <a href="https://www.womentech.net/en-es/node/102994" target="_blank">Devoxx UK!</a> 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
alt: Conference logo
page_show: false
29 changes: 21 additions & 8 deletions _includes/partners-logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,28 @@
</div>
<br>
<div class="row">
{% assign partners = site.data.partners %}
{% for partner in partners %}
<div class="col-12 col-sm-6 col-md-2 col-lg-2 mb-2">
<div class="card h-100">
<a href="{{ partner.link }}" target="_blank">
<img class="card-img-top" src="{{ partner.image.path }}" alt="{{ partner.image.alt }}">
</a>
{% assign org_partners = site.data.partners | where: "type", "org" %}
{% for partner in org_partners %}
<div class="col-12 col-sm-6 col-md-2 col-lg-2 mb-2">
<div class="card h-100">
<a href="{{ partner.link }}" target="_blank">
<img class="card-img-top" src="{{ partner.image.path }}" alt="{{ partner.image.alt }}">
</a>
</div>
</div>
{% endfor %}
</div>

<div class="row mb-3">
{% assign event_partners = site.data.partners | where: "type", "event" %}
{% for partner in event_partners %}
<div class="col-12 col-sm-6 col-md-2 col-lg-2 mb-2">
<div class="card h-100">
<a href="{{ partner.link }}" target="_blank">
<img class="card-img-top" src="{{ partner.image.path }}" alt="{{ partner.image.alt }}">
</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _sass/custom/_partners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

.partners {
.partner-img {
margin-top: 70px !important;
margin-bottom: 30px !important;
}

.hero-jetbrains {
Expand Down
Binary file modified assets/images/partners/amazon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/partners/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/partners/oreilly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 17 additions & 71 deletions partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,79 +29,25 @@ <h2>Contact Us</h2>
</div>
</section>
</div>
<div class="container mission bg-1 partners">
<div class="row featured-content pt-5" id="surrealDB">
<div class="row-description col-12 col-md-7 col-xl-8">
<p><a href="http://surrealdb.com" target="_blank">SurrealDB</a> 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.
</p>
<p>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
<a href="http://surrealdb.com" target="_blank">surrealdb.com</a>
</p>
</div>
<div class="col-6 col-md-5 col-xl-4">
<img class="partner-img" src="/assets/images/partners/surrealdb.png" alt="SurrealDB Logo" loading="eager"
height="70">
</div>
</div>
</div>
<div class="container mission partners">
<div class="row featured-content pt-5" id="jetbrains">
<div class="col-12 col-md-5 col-xl-4">
<img class="partner-img" src="/assets/images/partners/jetbrains.png" alt="Jetbrains Logo" loading="eager"
width="350">
</div>
<div class="row-description col-12 col-md-7 col-xl-8">
<p><a href="https://www.jetbrains.com/" target="_blank">Jetbrains</a> 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.
</p>
<p>
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.
</p>
</div>
</div>
</div>
<div class="container mission bg-1 partners">
<div class="row featured-content pt-5" id="amazon">
<div class="row-description col-12 col-md-7 col-xl-8">
<p><a href="http://amazon.com" target="_blank">Amazon</a> 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.</p>
<p>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 <a href="http://amazon.com" target="_blank">amazon.com</a></p>
</div>
<div class="col-6 col-md-5 col-xl-4">
<img class="partner-img" src="/assets/images/partners/amazon.png" alt="Amazon Logo" loading="eager"
width="250">
</div>
</div>
</div>
<div class="container mission partners">
<div class="row featured-content pt-5" id="github">

{% assign partners = site.data.partners %}

{% for partner in partners %}
{% if partner.page_show %}
{% assign is_even = forloop.index0 | modulo: 2 %}
<div class="container mission {% if is_even == 0 %}bg-1{% endif %} partners">
<div class="row featured-content pt-5 {% if is_even == 0 %}flex-row-reverse{% endif %} align-items-center" id="{{partner.name}}">
<div class="col-12 col-md-5 col-xl-4">
<img src="/assets/images/partners/github.png" alt="GitHub Logo" loading="eager" width="250">
<img class="partner-img"
src="{{partner.image.path}}"
alt="{{partner.image.alt}}"
width="250"
loading="eager">
</div>
<div class="row-description col-12 col-md-7 col-xl-8">
<p><a href="https://github.com" target="_blank">GitHub</a> is the home for all developers, where you can
build, ship, scale and deliver your software securely.</p>
<p>
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.
</p>
{{partner.description}}
</div>
</div>
</div>
</div>
{% endif %}
{% endfor %}