Skip to content

Commit

Permalink
Merge pull request #71 from djangocon/content_update
Browse files Browse the repository at this point in the history
  • Loading branch information
noahalorwu committed Aug 30, 2023
2 parents 263d3c6 + 4051727 commit 9654f92
Show file tree
Hide file tree
Showing 21 changed files with 215 additions and 158 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ collections:
sponsors:
output: false
permalink: /:collection/
speakers:
output: false
permalink: /:collection/


# Our DjangoCon Africa settings...
year: 2023
conference_duration_days: 6
Expand Down
15 changes: 4 additions & 11 deletions _data/nav.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
- name: Info
link: #
sublink:
- name: About
link: /about/

# - name: FAQ
# link: /faq/

- name: Home
link: /

- name: Talks
link: /talks/
- name: Speakers
link: /speakers/
# - name: Information
# link: #
# sublink:
Expand Down
20 changes: 19 additions & 1 deletion _includes/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,24 @@ <h2 class="card-title">Tickets</h2>
</div>
</div>

<div class="mini-container">

<div class="row row-cols-1 row-cols-md-2 g-2">

<div class="col">
<div class="card">
<img src="/static/img/site/anna.png" class="card-img-top" alt="">
</div>
</div>

<div class="col">
<div class="card">
<img src="/static/img/site/kojo_speak.png" class="card-img-top" alt="">
</div>
</div>

</div>

<div class="mini-container">
<h2 class="heading" style="margin-bottom: 30px; margin-top: 30px;">What's happening at DjangoCon Africa</h2>

Expand All @@ -57,7 +75,7 @@ <h5 class="card-title">Talks</h5>
</div>
<div class="card-footer">
<p class="text-body-secondary">Three days of talks, on programming, technology, careers, society and business, with speakers from across the world. <em>We've confirmed our first speakers, more coming soon.</em></p>
<a href="/talks" class="btn btn-primary">Read more</a>
<a href="/talks" class="btn btn-primary">Meet some speakers</a>
</div>
</div>
</div>
Expand Down
45 changes: 45 additions & 0 deletions _includes/speakers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<div class="container">

<div class="row row-cols-1 row-cols-sm-1 row-cols-md-3 g-4">

{% for speaker in site.speakers %}

<div class="col">
<div class="card h-100">
<div class="card-header">
<h5 class="card-title">{{ speaker.name }}</h5>
</div>
<div class="card-body">
<p class="text-body-secondary">{{ speaker.description }}</p>
</div>

<div class="card-footer">
<!-- website -->
{% if speaker.website != "" %}
{% if speaker.website contains '://' %}
{% assign website = speaker.website %}
{% else %}
{% assign website = 'https://' | append: speaker.website %}
{% endif %}
<a href="{{ website }}" target="_blank">
<img class="social-icon" src="/static/img/site/pwebsite.svg" alt="website" />
</a>
{% endif %}
<!-- linkedin -->
{% if team.linkedin != "" %}
<a href="{{ site.l }}/{{ team.linkedin }}" target="_blank">
<img class="social-icon" src="/static/img/site/plinkedin.svg" alt="LinkedIn" />
</a>
{% endif %}
</div>
</div>

</div>

{% endfor %}

</div>

<p><strong>More coming soon!</strong></p>

</div>
10 changes: 10 additions & 0 deletions _pages/speakers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Speakers
layout: default
permalink: /speakers/
---

# Talks

{% include speakers.html %}

144 changes: 0 additions & 144 deletions _pages/talks.md

This file was deleted.

11 changes: 11 additions & 0 deletions _speakers/anna.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Anna Makarudze"
github: "anna-makarudze"
layout: default
photo_url: ""
description: "Anna (Zimbabwe) spent several years serving as the President of the Django Software Foundation. She will share her insights on how those in ethnic, gender and other minorities can succeed, and communities can support them."
mastodon: ""
twitter: "annamakarudze"
website: "https://makarudze.com"
linkedin: "anna-makarudze"
---
11 changes: 11 additions & 0 deletions _speakers/daniele.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Daniele Procida"
github: "evildmp"
layout: default
photo_url: ""
description: "Daniele (Italy) joined the Django Core team in 2013 and is an Engineering Director at Canonical. He'll be discussing the parallels between music and software, and what Africa and Black culture mean for them."
mastodon: "@EvilDMP@mastodon.online"
twitter: ""
website: "https://vurt.eu"
linkedin: "daniele-procida"
---
11 changes: 11 additions & 0 deletions _speakers/dawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Dawn Wages"
github: "dawnwages"
layout: default
photo_url: ""
description: "Dawn (USA) is a product manager at Microsoft. She will discuss developer tools for Python/Django programmers, and the benefits that Visual Studio Code’s Dev Containers can offer."
mastodon: ""
twitter: "dawnwagessays"
website: "http://dawnwages.info"
linkedin: "dawnwages"
---
11 changes: 11 additions & 0 deletions _speakers/flavio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Flavio Percoco"
github: "flaper87"
layout: default
photo_url: ""
description: "Flavio (Italy) is a software engineering leader, working at some of the best-known companies in OSS, currently working at Red Hat. He'll be speaking about what’s needed to turn a software idea to a reality."
mastodon: "https://chaos.social/@flaper87"
twitter: "flaper87"
website: "https://flaper87.com"
linkedin: "fpercoco"
---
11 changes: 11 additions & 0 deletions _speakers/fuad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Fuad Habib"
github: "AvicennaJr"
layout: default
photo_url: ""
description: "Fuad (Tanzania) will talk about real-world examples of successful youth-led projects in Africa, and the tangible opportunities Django presents for entrepreneurship and job creation."
mastodon: ""
twitter: "AviTheDev"
website: "https://fuadhabib.xyz"
linkedin: "fuad-habib-25378b160"
---
11 changes: 11 additions & 0 deletions _speakers/honza.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Honza Kral"
github: "honzakral"
layout: default
photo_url: ""
description: "Honza (Czech Republic) is a Django Core contributor. He'll be speaking about what’s needed to turn a software idea to a reality."
mastodon: ""
twitter: "honzakral"
website: ""
linkedin: "honzakral"
---
11 changes: 11 additions & 0 deletions _speakers/jon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Jon Atkinson"
github: "jonatkinson"
layout: default
photo_url: ""
description: "Jon (United Kingdom) is Technical Director at Giant Digital; in this talk he will question the thinking that 'the cloud' should be the default starting-point for our deployment needs, and explore some older, simpler options."
mastodon: ""
twitter: ""
website: "https://www.jonatkinson.co.uk"
linkedin: ""
---
10 changes: 10 additions & 0 deletions _speakers/kojo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "Kojo Idrissa"
github: "kojoidrissa"
layout: default
photo_url: ""
description: "Kojo (USA) is one of the leaders of the North American Django community, and our first keynote speaker. He will be speaking about practices and patterns in problem-solving and how they apply across the globe."
twitter: ""
website: "https://kojoidrissa.com"
linkedin: "kojo🧐-idrissa-8228b01b/"
---
11 changes: 11 additions & 0 deletions _speakers/mariusz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Mariusz Felisiak"
github: "felixxm"
layout: default
photo_url: ""
description: "Mariusz (Poland) is one of the most important people in the world of Django; he has been a Django Fellow since 2019. This talk will dive deep into Lookups, a key component of the ORM."
mastodon: "@felixxm@fosstodon.org"
twitter: ""
website: "https://www.mariuszfelisiak.org"
linkedin: "mariuszfelisiak/"
---
11 changes: 11 additions & 0 deletions _speakers/samweli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "Samweli Twesa Mwakisambwe"
github: "samweli"
layout: default
photo_url: ""
description: "Samweli (Tanzania) will speak about using open-source Python tools to visualise and and analyse geospatial data."
mastodon: ""
twitter: ""
website: ""
linkedin: "mariuszfelisiak/"
---

0 comments on commit 9654f92

Please sign in to comment.