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
Binary file added src/content/pages/overview/conference.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/overview/hd.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/overview/open-spaces.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/overview/pyladies-lunch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/overview/social-event.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/overview/sprints.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/pages/overview/summits.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
264 changes: 0 additions & 264 deletions src/pages/_overview.astro

This file was deleted.

8 changes: 4 additions & 4 deletions src/pages/overview.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import Layout from "../layouts/Layout.astro";
import Layout from "@layouts/Layout.astro";
import Headline from "@ui/Headline.astro"
import Section from "@ui/Section.astro";

Expand All @@ -8,7 +8,7 @@ import { Image } from "astro:assets";
const categories = [
{
title: "Talks, Tutorials & Posters",
image: "/overview/conference.jpg",
image: "/content/pages/overview/conference.jpg",
items: [
{ name: "Talks", href: "/sessions/" },
{ name: "Tutorials", href: "/sessions/" },
Expand All @@ -18,7 +18,7 @@ const categories = [
},
{
title: "Summits",
image: "/overview/summits.jpg",
image: "/content/pages/overview/summits.jpg",
items: [
{ name: "Language Summit", href: "/language-summit/" },
{ name: "Packaging Summit", href: "/packaging-summit/" },
Expand All @@ -27,7 +27,7 @@ const categories = [
},
{
title: "PyLadies Events",
image: "/overview/pyladies-lunch.jpg",
image: "/content/pages/overview/pyladies-lunch.jpg",
items: [
{ name: "PyLadies Booth", href: "/pyladies" },
{ name: "PyLadies Workshops", href: "/pyladies" },
Expand Down
Loading