Skip to content
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
2 changes: 1 addition & 1 deletion _data/announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
59 changes: 59 additions & 0 deletions _data/partners.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
- name: SurrealDB
background: "bg-1"
link: "https://www.surrealdb.com/"
description: |
<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>
image:
path: "/assets/images/partners/surrealdb.png"
alt: SurrealDB logo

- name: Jetbrains
link: "https://www.surrealdb.com/"
description: |
<p><a href="http://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

- name: Amazon
background: "bg-1"
link: "http://amazon.com"
description: |
<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>
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 <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

- 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 <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
69 changes: 35 additions & 34 deletions _includes/featured-announcements.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
<div class="container announcements">
<div class="row featured-content">
<div class="row-header">
<h2>Announcements</h2>
</div>
<div class="row-content col-12">
<div class="card-deck">
{% for announcement in announcements %}
{% if announcement.expiration >= today %}
<div class="card-column col-12 col-lg-6">
<article class="card-announcement card card-m">
<div class="card-header">
<div class="col-12 col-sm-9 col-lg-9">
<div class="card-date">{{ announcement.date }}</div>
<h3 class="card-title">{{ announcement.title }}</h3>
</div>
<div class="card-media col-12 col-sm-3 col-lg-3">
<img src="{{ announcement.image.path }}" alt="{{ announcement.image.alt }}">
</div>
</div>
<div class="card-body col-12">
<p>{{ announcement.description }}</p>
</div>
{% if announcement.link %}
<div class="card-footer col-12">
<a href="{{ announcement.link.path }}" target="{{ announcement.link.target }}" class="btn btn-primary">{{announcement.link.title }}</a>
</div>
{% endif %}
</article>
<div class="container announcements bg-1">
<div class="row featured-content">
<div class="row-header">
<h2>Announcements</h2>
</div>
<div class="row-content col-12">
<div class="card-deck">
{% for announcement in announcements %}
{% if announcement.expiration >= today %}
<div class="card-column col-12 col-lg-6">
<article class="card-announcement card card-m">
<div class="card-header">
<div class="col-12 col-sm-9 col-lg-9">
<div class="card-date">{{ announcement.date }}</div>
<h3 class="card-title">{{ announcement.title }}</h3>
</div>
<div class="card-media col-12 col-sm-3 col-lg-3">
<img src="{{ announcement.image.path }}" alt="{{ announcement.image.alt }}">
</div>
</div>
<div class="card-body col-12">
<p>{{ announcement.description }}</p>
</div>
{% if announcement.link %}
<div class="card-footer col-12">
<a href="{{ announcement.link.path }}" target="{{ announcement.link.target }}"
class="btn btn-primary">{{announcement.link.title }}</a>
</div>
{% endif %}
{% endfor %}
</article>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
{% endif %}
21 changes: 21 additions & 0 deletions _includes/partners-logo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div class="container">
<div class="row partners-logo">
<div class="row-content col-12">
<div class="container">
<div class="row">
<div class="title"><small>Community Partners:</small></div>
{% 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>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
{% include page-header.html %}
{{ content}}
</main>
{% include partners-logo.html %}
{% include footer.html %}
</body>
</html>
Loading