Skip to content

Commit c0854c8

Browse files
authored
Add missing images (#1682)
1 parent 4745458 commit c0854c8

9 files changed

Lines changed: 4 additions & 268 deletions

File tree

37.6 KB
Loading

src/content/pages/overview/hd.jpg

20.6 KB
Loading
23 KB
Loading
28.7 KB
Loading
31.7 KB
Loading
22.3 KB
Loading
25.3 KB
Loading

src/pages/_overview.astro

Lines changed: 0 additions & 264 deletions
This file was deleted.

src/pages/overview.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import Layout from "../layouts/Layout.astro";
2+
import Layout from "@layouts/Layout.astro";
33
import Headline from "@ui/Headline.astro"
44
import Section from "@ui/Section.astro";
55
@@ -8,7 +8,7 @@ import { Image } from "astro:assets";
88
const categories = [
99
{
1010
title: "Talks, Tutorials & Posters",
11-
image: "/overview/conference.jpg",
11+
image: "/content/pages/overview/conference.jpg",
1212
items: [
1313
{ name: "Talks", href: "/sessions/" },
1414
{ name: "Tutorials", href: "/sessions/" },
@@ -18,7 +18,7 @@ const categories = [
1818
},
1919
{
2020
title: "Summits",
21-
image: "/overview/summits.jpg",
21+
image: "/content/pages/overview/summits.jpg",
2222
items: [
2323
{ name: "Language Summit", href: "/language-summit/" },
2424
{ name: "Packaging Summit", href: "/packaging-summit/" },
@@ -27,7 +27,7 @@ const categories = [
2727
},
2828
{
2929
title: "PyLadies Events",
30-
image: "/overview/pyladies-lunch.jpg",
30+
image: "/content/pages/overview/pyladies-lunch.jpg",
3131
items: [
3232
{ name: "PyLadies Booth", href: "/pyladies" },
3333
{ name: "PyLadies Workshops", href: "/pyladies" },

0 commit comments

Comments
 (0)