Skip to content
Open
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
19 changes: 19 additions & 0 deletions _data/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2399,6 +2399,25 @@
title: View meetup event
target: _target

- title: Design Patterns Course
description: |
Join Women Coding Community for our next session on design patterns! Design Patterns Course In this series of events, we will explore popular design patterns and their implementations in Python and Java, using "Head First Design Patterns" as our reference book.
category_style: tech-talk
uid: "event_314864565@meetup.com"
category_name: Tech Talk
date: TUE, MAY 26, 2026
expiration: "20260526"
host: "Irina Kamalova"
speaker: ""
time: 07:00 PM BST
image:
path: "https://secure.meetupstatic.com/photos/event/a/2/d/0/600_533921680.jpeg"
alt: WCC Meetup event image
link:
path: https://www.meetup.com/women-coding-community/events/314864565/
title: View meetup event
target: _target

- title: |
June Book Club: Dare to Lead
description: |
Expand Down
27 changes: 26 additions & 1 deletion _data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,33 @@
link: events
index: 3
- name: Blog
link: blog
index: 4
subfolderitems:
- page: All Blogs
url: blog
breadcrumbs:
- name: Blog
link:
- page: Machine Learning
url: blog-machine-learning
breadcrumbs:
- name: Blog
link: blog
- page: Tech Career
url: blog-tech-career
breadcrumbs:
- name: Blog
link: blog
- page: Career Management
url: blog-career-management
breadcrumbs:
- name: Blog
link: blog
- page: Community learning & Experiences
url: blog-community-learning-experiences
breadcrumbs:
- name: Blog
link: blog
- name: About Us
index: 5
subfolderitems:
Expand Down
99 changes: 99 additions & 0 deletions blog-career-management.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
---
layout: default
title: Career Management
body_class: page list-page list-page-blog
image: /assets/images/default-seo-thumbnail.png
---


<div class="container featured-content">
<div class="row mt-6 mb-6">
<div class="row-content col-12">

<h1 class="mb-5">Career Management Blogs</h1>

<div class="card-deck">

{% assign posts = site.categories["Career Management"] %}

{% if posts.size == 0 %}

<div class="text-center p-5 font-weight-bold lead">
No Career Management Posts Yet.
</div>

{% else %}

{% for post in posts %}

<div class="col-12 col-md-6 mb-5">
<div class="card-blog card card-m">

<a class="cursor-pointer" href="{{post.url}}">

<div class="card-media">

{% if post.image %}
<img src="{{post.image}}" alt="header image for {{post.title}}">
{% else %}
<img src="/assets/images/blog/default.jpg"
alt="header image for {{post.title}}">
{% endif %}

</div>

<div class="card-body">

<h2 class="card-title">
{{post.title}}
</h2>

<p class="card-short-description content-justify content-overflow">
{{post.description}}
</p>

<div class="card-author d-flex mt-2">

<div class="card-author-image">
<img src="/assets/images/blog/author.png"
alt="Author picture">
</div>

<div class="d-flex flex-column">

<div class="card-author-name">
{{post.author_name}}
</div>

<div class="card-author-role">
{{post.author_role}}
</div>

<div class="card-author-date">
{{ post.date | date: "%d.%m.%Y" }}
</div>

<div>
<small>#{{post.category}}</small>
</div>

</div>

</div>

</div>

</a>

</div>
</div>

{% endfor %}

{% endif %}

</div>

</div>
</div>
</div>
98 changes: 98 additions & 0 deletions blog-community-learning-experiences.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
layout: default
title: Community Learning & Experiences
body_class: page list-page list-page-blog
image: /assets/images/default-seo-thumbnail.png
---

<div class="container featured-content">
<div class="row mt-6 mb-6">
<div class="row-content col-12">

<h1 class="mb-5">Community Learning & Experiences</h1>

<div class="card-deck">

{% assign posts = site.categories["Community"] %}

{% if posts.size == 0 %}

<div class="text-center p-5 font-weight-bold lead">
No Community Learning & Experiences Posts Yet.
</div>

{% else %}

{% for post in posts %}

<div class="col-12 col-md-6 mb-5">
<div class="card-blog card card-m">

<a class="cursor-pointer" href="{{post.url}}">

<div class="card-media">

{% if post.image %}
<img src="{{post.image}}" alt="header image for {{post.title}}">
{% else %}
<img src="/assets/images/blog/default.jpg"
alt="header image for {{post.title}}">
{% endif %}

</div>

<div class="card-body">

<h2 class="card-title">
{{post.title}}
</h2>

<p class="card-short-description content-justify content-overflow">
{{post.description}}
</p>

<div class="card-author d-flex mt-2">

<div class="card-author-image">
<img src="/assets/images/blog/author.png"
alt="Author picture">
</div>

<div class="d-flex flex-column">

<div class="card-author-name">
{{post.author_name}}
</div>

<div class="card-author-role">
{{post.author_role}}
</div>

<div class="card-author-date">
{{ post.date | date: "%d.%m.%Y" }}
</div>

<div>
<small>#{{post.category}}</small>
</div>

</div>

</div>

</div>

</a>

</div>
</div>

{% endfor %}

{% endif %}

</div>

</div>
</div>
</div>
98 changes: 98 additions & 0 deletions blog-machine-learning.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
layout: default
title: Machine Learning
body_class: page list-page list-page-blog
image: /assets/images/default-seo-thumbnail.png
---

<div class="container featured-content">
<div class="row mt-6 mb-6">
<div class="row-content col-12">

<h1 class="mb-5">Machine Learning Blogs</h1>

<div class="card-deck">

{% assign posts = site.categories["machine-learning"] %}

{% if posts.size == 0 %}

<div class="text-center p-5 font-weight-bold lead">
No Machine Learning Posts Yet.
</div>

{% else %}

{% for post in posts %}

<div class="col-12 col-md-6 mb-5">
<div class="card-blog card card-m">

<a class="cursor-pointer" href="{{post.url}}">

<div class="card-media">

{% if post.image %}
<img src="{{post.image}}" alt="header image for {{post.title}}">
{% else %}
<img src="/assets/images/blog/default.jpg"
alt="header image for {{post.title}}">
{% endif %}

</div>

<div class="card-body">

<h2 class="card-title">
{{post.title}}
</h2>

<p class="card-short-description content-justify content-overflow">
{{post.description}}
</p>

<div class="card-author d-flex mt-2">

<div class="card-author-image">
<img src="/assets/images/blog/author.png"
alt="Author picture">
</div>

<div class="d-flex flex-column">

<div class="card-author-name">
{{post.author_name}}
</div>

<div class="card-author-role">
{{post.author_role}}
</div>

<div class="card-author-date">
{{ post.date | date: "%d.%m.%Y" }}
</div>

<div>
<small>#{{post.category}}</small>
</div>

</div>

</div>

</div>

</a>

</div>
</div>

{% endfor %}

{% endif %}

</div>

</div>
</div>
</div>
Loading