Skip to content

Commit 8c3ed4a

Browse files
authored
Close community voting (#1569)
Voting is long since over. Also make Docker commands copy/pastable from README.
1 parent 5d5c5a3 commit 8c3ed4a

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ submission.
3333
If you want to run this in docker, run:
3434

3535
```sh
36-
$ docker compose build
37-
$ docker compose up
36+
docker compose build
37+
docker compose up
3838
```
3939

4040
The website will be available at `http://localhost:4321`.
@@ -44,7 +44,7 @@ The website will be available at `http://localhost:4321`.
4444
Docker Compose mounts volumes from your file system to enable live reload. If
4545
you're having problems starting the container, try this:
4646

47-
```
47+
```sh
4848
# Clean everything
4949
docker compose down -v # Remove volumes
5050
docker image rmi website-web # Clean unused images

src/content/pages/programme/voting.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@ ingredient in this refinement and curation process.
1717

1818

1919
<Center>
20-
Community Voting is currently <b>Open</b>.
20+
Community Voting is <b>Closed</b>.
2121

22-
The voting period starts on Thursday 19 February 18:00:00 UTC
22+
It was open from Thursday 19 February 18:00:00 UTC
2323

2424
until Thursday, 5 March 23:59:59 UTC
2525
</Center>
2626

27-
<Button
28-
url="https://voting.europython.eu"
29-
>Go to the community voting</Button>
30-
3127

3228
---
3329

src/data/links.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
{
1515
"name": "Speaker Mentorship",
1616
"path": "/mentorship"
17-
},
18-
{
19-
"name": "Community Voting",
20-
"path": "/voting"
2117
}
2218
]
2319
},

0 commit comments

Comments
 (0)