Skip to content

Commit b63feb7

Browse files
committed
adds template
1 parent 828ebae commit b63feb7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ PLATFORMS
273273

274274
DEPENDENCIES
275275
github-pages
276-
jekyll (= 3.9.3)
276+
jekyll
277277
jekyll-feed
278278
jekyll-remote-theme
279279
jemoji

_includes/newsletter_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<article>
2-
<h3>Learn what the community and its members are doing from our newsletter!</h3>
2+
<h3>{{include.newsletter_title}}</h3>
33
<form action="https://buttondown.email/api/emails/embed-subscribe/black-python-devs" method="post" target="popupwindow" onsubmit="window.open('https://buttondown.email/black-python-devs', 'popupwindow')">
44
<fieldset role="group">
55
<input type="email" name="email" id="bd-email" placeholder="Enter your email" />
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<h2>Applications for the next Cohort are currently closed</h2>
2+
3+
We will announce when the program will reopen in our newsletter. Sign up today. {% include newsletter_form.html newsletter_title='Sign Up' %}

_layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
{%- include latest-posts.html -%}
1414
{%- include join_us.html -%}
1515
{%- include partnerships.html -%}
16-
{%- include newsletter_form.html -%}
16+
{%- include newsletter_form.html newsletter_title="Learn what the community and its members are doing from our newsletter!" -%}
1717
</div>

_layouts/open_source_program.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</main>
99

1010
{% if open %}
11-
{% includes "open_source_program/program_opened.html" %}
11+
{% include open_source_program/program_opened.html %}
1212
{% else %}
13-
{% includes "open_source_program/program_closed.html" %}
13+
{% include open_source_program/program_closed.html %}
1414
{% endif %}

open-source-program.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: default
2+
layout: open_source_program
33
lang: en
44
title: Black Python Devs Open Source Program
55
open: false
@@ -12,6 +12,3 @@ The Black Python Devs Open Source Contribution Program is a 2-month running init
1212
Participants will work on issues from repositories around Black Python Devs as well as partnered community gaining hands-on experience in real-world projects. The program includes a structured onboarding process, technical and soft skills workshops, regular mentorship, and a final showcase event where participants present their progress.
1313

1414
By the end of the program, participants will have enhanced their technical skills, expanded their professional network, and made tangible contributions to the open-source community.
15-
16-
{% if open %}
17-
{% inclu e%}

0 commit comments

Comments
 (0)