Skip to content

Commit afc4ac3

Browse files
Update overview open spaces section (#1398)
Co-authored-by: Mia Bajić <[email protected]>
1 parent e480bc3 commit afc4ac3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/pages/overview.astro

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Section from "@ui/Section.astro";
55
66
import { Image } from "astro:assets";
77
8-
const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[300px] w-full border-4 border-white rounded-lg shadow-lg ";
8+
const imageStyle = "m-2 md:float-right lg:float-none max-w-[300px] md:max-w-[400px] lg:max-w-[400px] w-full border-4 border-white rounded-lg shadow-lg ";
99
---
1010

1111
<Layout
@@ -139,7 +139,12 @@ const imageStyle = "m-2 md:float-right max-w-[300px] md:max-w-[400px] lg:max-w-[
139139
/>
140140

141141
<ul class="event-list">
142-
<li><a href="/open-spaces">Open Spaces</a></li>
142+
<li><a href="/pyladies#pyladies-open-space">PyLadies open space discussion</a></li>
143+
<li><a href="/pyladies#iamremarkable">PyLadies I'm remarkable workshop</a></li>
144+
<li>PyLadies stretching session</li>
145+
<li>3D printing workshop</li>
146+
<li>CV feedback session</li>
147+
<li>Python organizers open space discussion</li>
143148
</ul>
144149
</div>
145150

0 commit comments

Comments
 (0)