Skip to content

Commit

Permalink
add new speaker and sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
noahalorwu committed Oct 24, 2023
1 parent 855dc56 commit 501dad1
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 6 deletions.
6 changes: 3 additions & 3 deletions _data/schedule.yaml
Expand Up @@ -378,14 +378,14 @@
time: "14:30"
endtime: ""
event: Short talk
speaker: Sal
speaker: Salim Abdella
title: "Django and Celery: Leveraging Distributed Workers for Scalable and Asynchronous Processing"
category: Programming
mastodon:
website:
linkedin: ""
image:
twitter:
image: "sal.jpg"
twitter: "iamsalimabdella"
description:


Expand Down
2 changes: 1 addition & 1 deletion _includes/our-sponsors.html
Expand Up @@ -5,7 +5,7 @@
DjangoCon Africa is made possible by the generous support of our sponsors. We are thankful for their support and encourage you to learn more about them. We're also supported by individuals and organisations that have made donations to the event - they're listed on our <a href="/donate">Donations</a> page. We're grateful to them all!
</p>
<br><br>
{% assign sponsors_by_level = "Diamond|Platinum|Gold|Lanyard|Silver|Bronze|Opportunity Grant|Community|Partners" | split: "|" %}
{% assign sponsors_by_level = "Diamond|Platinum|Gold|Lanyard|Silver|Bronze|Opportunity Grant|Special|Community|Partners" | split: "|" %}
{% for level in sponsors_by_level %} {% assign sponsors_in_level = site.sponsors | where: 'level', level | where: 'hidden', false %}
{% assign sponsors_count = sponsors_in_level | size %} {% if sponsors_count != 0 %}
<div class="sponsor-section">
Expand Down
2 changes: 1 addition & 1 deletion _includes/sponsors.html
Expand Up @@ -20,7 +20,7 @@ <h3 class="heading">Sponsors</h3>
>.
</p>

{% assign sponsors_by_level = "Diamond|Platinum|Gold|Lanyard|Silver|Bronze|Opportunity Grant|Community|Partners" | split: "|" %}
{% assign sponsors_by_level = "Diamond|Platinum|Gold|Lanyard|Silver|Bronze|Opportunity Grant|Special|Community|Partners" | split: "|" %}
{% for level in sponsors_by_level %}
{% assign sponsors_in_level = site.sponsors | where: 'level', level | where: 'hidden', false %}
{% assign sponsors_count = sponsors_in_level | size %} {% if sponsors_count != 0 %}
Expand Down
11 changes: 11 additions & 0 deletions _speakers/salim.md
@@ -0,0 +1,11 @@
---
name: "Salim Abdella"
github: ""
layout: default
description: "Salim (Ethiopia) will be speaking on Django and Celery: Leveraging Distributed Workers for Scalable and Asynchronous Processing"
mastodon:
twitter: "iamsalimabdella"
website:
linkedin:
image: sal.jpg
---
13 changes: 13 additions & 0 deletions _sponsors/nephila-digital.md
@@ -0,0 +1,13 @@
---
hidden: false
level: "Special"
name: "Nephila Digital"
logo: "/static/img/sponsors/nephila_logo.png"
logo_orientation: "landscape"
url_target: "https://www.nephila.digital/en"
url_friendly: "Nephila Digital"
description: |
We are a company specialized in the development of solid digital solutions with open source technologies and agile methods. We are conscious that the platforms we build have an impact on the society and on how people see things and interact with the world. A responsibility that we feel on our skin and that guides us in the choice of projects.
hire_url: "https://www.nephila.digital/en/jobs/"
hiring: true
---
2 changes: 1 addition & 1 deletion _sponsors/python-tanzania.md
@@ -1,6 +1,6 @@
---
hidden: false
level: "Partners"
level: "Community"
name: "Pycon Tanzania"
logo: "/static/img/sponsors/pycontz.png"

Expand Down
15 changes: 15 additions & 0 deletions _sponsors/ukpython.md
@@ -0,0 +1,15 @@
---
hidden: false
level: "Silver"
name: "UK Python Association"
logo: "/static/img/sponsors/ukpython.jpg"
logo_orientation: "landscape"
url_target: "https://uk.python.org/"
url_friendly: "UK Python"
description: |
The UK Python Association (UKPA) is a Charitable Incorporated Organisation (Registered Charity 1173471) registered in England and Wales.
Its objects are:<br><br>
1. To advance education for the public benefit in the use and understanding of the Python programming language within the UK by: (a) Organising, presenting and promoting Python related conferences, meetings and events at venues within the UK, (b) Supporting and promoting Python related projects and events organised by UKPA members, and, (c) Supporting UKPA members wishing to attend Python related conferences, meetings and events. <br><br>
2. To advance education for the public benefit in the use and understanding of the Python programming language worldwide by supporting and promoting overseas Python related conferences, meetings and events.
hiring: false
---
Binary file added static/img/speakers/sal.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/sponsors/nephila_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/sponsors/ukpython.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 501dad1

Please sign in to comment.