@@ -4,24 +4,24 @@ import Base from "@/layouts/Base.astro";
4
4
5
5
const cards = [
6
6
{
7
- " title" : " 2025 Conference Website " ,
7
+ " title" : " PyLadiesCon 2025 " ,
8
8
" description" : " Visit this year's website and learn more about the conference. More information soon!" ,
9
9
" button_url" : " https://2025.conference.pyladies.com" ,
10
- " button_text" : " Go to site " ,
11
- " classes" : " max-w-full p-6 border bg-red-100 border-gray-200 rounded-lg shadow-sm" ,
10
+ " button_text" : " Tell me more! " ,
11
+ " classes" : " max-w-full p-6 border bg-red-100 border-gray-200 rounded-lg shadow-sm col-span-2 text-center " ,
12
12
},
13
13
{
14
- " title" : " Blog " ,
14
+ " title" : " Stay up to date " ,
15
15
" description" : " Learn about the latest news about the conference to stay up to date with the deadlines, resources, and more!" ,
16
16
" button_url" : " /blog" ,
17
17
" button_text" : " Latests posts" ,
18
18
" classes" : " max-w-full p-6 border bg-yellow border-gray-200 rounded-lg shadow-sm" ,
19
19
},
20
20
{
21
- " title" : " Documentation " ,
21
+ " title" : " Volunteer " ,
22
22
" description" : " Organizing a conference takes a lot of effort and coordination, you can read how PyLadiesCon is organized here." ,
23
23
" button_url" : " /docs" ,
24
- " button_text" : " Check the docs " ,
24
+ " button_text" : " Read more " ,
25
25
" classes" : " max-w-full p-6 border bg-yellow border-gray-200 rounded-lg shadow-sm" ,
26
26
},
27
27
]
@@ -44,9 +44,9 @@ const previousEvents = [
44
44
---
45
45
46
46
<Base >
47
- <section class =" section" >
47
+ <section class =" section py-px pt-10 " >
48
48
<div class =" container" >
49
- <h1 class =" pb-10" >Welcome to PyLadiesCon</h1 >
49
+ <h2 class =" pb-10 text-center " >Welcome to PyLadiesCon</h2 >
50
50
<div class =" grid grid-cols-2 gap-3" >
51
51
{
52
52
cards .map ((card ) => (
@@ -70,7 +70,7 @@ const previousEvents = [
70
70
</div >
71
71
</section >
72
72
73
- <section class =" section" >
73
+ <section class =" section py-px pt-5 " >
74
74
<div class =" container" >
75
75
<h3 class =" pb-10" >Previous versions</h3 >
76
76
<div class =" grid grid-cols-2 gap-3" >
0 commit comments