Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ submission.
If you want to run this in docker, run:

```sh
$ docker compose build
$ docker compose up
docker compose build
docker compose up
```

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

```
```sh
# Clean everything
docker compose down -v # Remove volumes
docker image rmi website-web # Clean unused images
Expand Down
8 changes: 2 additions & 6 deletions src/content/pages/programme/voting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,13 @@ ingredient in this refinement and curation process.


<Center>
Community Voting is currently <b>Open</b>.
Community Voting is <b>Closed</b>.

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

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

<Button
url="https://voting.europython.eu"
>Go to the community voting</Button>


---

Expand Down
4 changes: 0 additions & 4 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
{
"name": "Speaker Mentorship",
"path": "/mentorship"
},
{
"name": "Community Voting",
"path": "/voting"
}
]
},
Expand Down
Loading