Skip to content

Commit 8793d00

Browse files
committed
Update bg and change hamburg with remote
1 parent 4a4b91c commit 8793d00

File tree

9 files changed

+11
-12
lines changed

9 files changed

+11
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is the Hamburg version of the pizza python site.
1+
This is the Remote version of the pizza python site.
22

33
It has been edited by a frontend amateur surfer not a pro so .. I am adding some info not to forget.
44

assets/bg.jpg

100755100644
-673 KB
Loading

assets/bg2.jpg

-482 KB
Binary file not shown.

index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<meta name="twitter:card" value="summary_large_image" />
2222
<meta property="og:title" content="Python Pizza" />
2323
<meta property="og:type" content="website" />
24-
<meta property="og:url" content="https://hamburg.python.pizza/" />
24+
<meta property="og:url" content="https://remote.python.pizza/" />
2525
<meta property="og:image" content="https://hamburg.python.pizza/social-image.jpg?v=2" />
2626
<meta property="og:image:width" content="1640" />
2727
<meta property="og:image:height" content="624" />
@@ -49,4 +49,4 @@
4949
</script>
5050
</body>
5151

52-
</html>
52+
</html>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hamburg.python.pizza",
2+
"name": "remote.python.pizza",
33
"version": "2019",
44
"main": "src/index.js",
55
"license": "MIT",
@@ -34,4 +34,4 @@
3434
"typescript-eslint-parser": "22.0.0",
3535
"yarn": "^1.22.0"
3636
}
37-
}
37+
}

src/Components/Header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class Header extends React.Component {
5353
</li>
5454
<li>
5555
<a
56-
href="https://ti.to/pythonpizza/hamburg-python-pizza"
56+
href="https://ti.to/pythonpizza/remote-python-pizza"
5757
target="_blank"
5858
rel="noopener noreferrer"
5959
>

src/Components/Hero/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ export default class Hero extends React.Component {
99
return (
1010
<div className="hero">
1111
<div className="hero--info">
12-
<h1>Python Pizza</h1>
12+
<h1>Remote Python Pizza</h1>
1313
<h2>
1414
<a target="_blank" rel="noopener noreferrer">
15-
Hamburg @ SinnerSchrader
15+
🌍 @ directly from your couch/desk/table
1616
</a>
1717
</h2>
18-
<h2>9 November 2019</h2>
18+
<h2>9 May 2020 - 9 - 18 CET</h2>
1919
</div>
2020

2121
<Wave />

src/Components/Home/Sections/About.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ export default class About extends React.Component {
99
<Container size={Sizes.medium}>
1010
<h1>Python Pizza</h1>
1111
<p>
12-
<b>Python Pizza</b> is a micro conference organized by the Python
13-
Hamburg Community.
12+
<b>Python Pizza</b> is a micro conference organized by the Python Community.
1413
</p>
1514
<p>
1615
We bring the Python Community together for some amazing original

src/Components/Home/Sections/Coc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default () => (
1010
<h1>Code of conduct</h1>
1111
<h2>Purpose</h2>
1212
<p>
13-
Hamburg Python Pizza is dedicated to providing a harassment-free
13+
Remote Python Pizza is dedicated to providing a harassment-free
1414
conference experience for everyone, regardless of gender, gender
1515
identity and expression, sexual orientation, disability, physical
1616
appearance, body size, race, age, religion or lack thereof.{" "}

0 commit comments

Comments
 (0)