Skip to content

Commit 5590136

Browse files
Complete rebrand from Ostrava to Warsaw Python Pizza
Update GitHub workflow name and BASE_PATH Update package.json name and repository URL Update logo title text Update remaining Code of Conduct references
1 parent a22f4f2 commit 5590136

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# To get started with Next.js see: https://nextjs.org/docs/getting-started
44
#
5-
name: Deploy Ostrava Pizza to Pages
5+
name: Deploy Warsaw Pizza to Pages
66

77
on:
88
# Runs on pushes targeting the default branch
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: false
2626

2727
env:
28-
BASE_PATH: '/ostrava.python.pizza'
28+
BASE_PATH: '/warsaw.python.pizza'
2929

3030
jobs:
3131
# Build job
@@ -42,7 +42,7 @@ jobs:
4242
# node-version: "20"
4343
# cache: ${{ steps.detect-package-manager.outputs.manager }}
4444
# - name: Set Environment Variables
45-
# run: echo "BASE_PATH=/ostrava.python.pizza" >> $GITHUB_ENV
45+
# run: echo "BASE_PATH=/warsaw.python.pizza" >> $GITHUB_ENV
4646
- name: Setup Pages
4747
uses: actions/configure-pages@v5
4848
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "ostrava",
2+
"name": "warsaw-python-pizza",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"repository": "https://github.com/pythonpizza/ostrava.python.pizza",
5+
"repository": "https://github.com/pythonpizza/warsaw.python.pizza",
66
"author": "Jake Balas <jake@balas.io>",
77
"license": "MIT",
88
"engines": {

src/components/logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const Logo = () => (
55
xmlns="http://www.w3.org/2000/svg"
66
viewBox="0 0 793.7 643.54"
77
>
8-
<title>Ostrava Python Pizza Logo</title>
8+
<title>Warsaw Python Pizza Logo</title>
99
<path
1010
fill="#fff"
1111
d="M396.8 0a554.94 554.94 0 00-140.43 18 607.89 607.89 0 00-85 30.79 28.46 28.46 0 00-14.07 37.82l7.77 16.93a14.8 14.8 0 0019.29 7.46 529.47 529.47 0 01421.42 2.42 14.81 14.81 0 0019.39-7.2L635 85.44a28.56 28.56 0 00-14.35-38.34A552.07 552.07 0 00396.8 0zM107.87 293.3c-21.1 8-33.91 60.21-41 87.45 1.42 6.64 9.72 11.24 16.85 9.76 24-5 35-50.57 35.13-74.66.01-13.74-5.52-24.62-10.98-22.55zM547.49 245.12c-.34.09-.67.23-1 .34a20.4 20.4 0 00-7.17 4.51c-.54.5-1.08 1-1.61 1.59l-.21.23c-.47.51-.95 1-1.41 1.58l-.52.64c-.36.44-.72.87-1.08 1.34q-.8 1-1.59 2.15c.05 1 .13 2.08.23 3.14v.07c.1 1 .23 2.1.38 3.15a52.31 52.31 0 001.3 6.28c3.16 11.48 10.58 20.3 25.87 13.39 1.78-10.95 4.32-43.02-13.19-38.41zM522.37 296.37a19 19 0 01-1.63-2.08v-.06a20 20 0 01-1.43-2.49c-.41 1.62-.79 3.23-1.15 4.85-.08.36-.15.72-.23 1.08q-.42 2-.79 3.92l-.16.89q-.38 2.13-.7 4.23l-.07.48a130.49 130.49 0 00-1.48 18c-.08 14.07 3.06 23.71 10.35 21.69 13.7-3.8 25.77-26 32-48.37-12.44 5.25-26.82 6.56-34.71-2.14z"

src/sections/coc.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Coc = () => (
1717
</Heading>
1818
<CocHeading as="h2">Purpose</CocHeading>
1919
<Paragraph>
20-
Ostrava Python Pizza is dedicated to providing a harassment-free conference
20+
Warsaw Python Pizza is dedicated to providing a harassment-free conference
2121
experience for everyone, regardless of gender, gender identity and
2222
expression, sexual orientation, disability, physical appearance, body
2323
size, race, age, religion or lack thereof.{" "}
@@ -141,8 +141,8 @@ export const Coc = () => (
141141
<Paragraph>We value your attendance.</Paragraph>
142142
<CocHeading as="h2">Reporting steps</CocHeading>
143143
<Paragraph>
144-
The Ostrava Python Pizza Team is here to help attendees feel safe for the
145-
duration of Ostrava Python Pizza event. We value your participation. If you
144+
The Warsaw Python Pizza Team is here to help attendees feel safe for the
145+
duration of Warsaw Python Pizza event. We value your participation. If you
146146
need to report an incident please reach out to the Team via{" "}
147147
<a
148148
rel="noopener noreferrer"

0 commit comments

Comments
 (0)