File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- <section id =" about" class =" bg-white py-10 md:py-16" >
1
+ <section id =" about" class =" bg-emerald-50 py-10 md:py-16" >
2
2
<div class =" container mx-auto px-4" >
3
3
<div class =" mb-8 text-center" >
4
4
<h2 class =" mb-3 text-2xl font-bold text-gray-900 md:text-3xl" >
Original file line number Diff line number Diff line change 1
- <section id =" schedule" class =" bg-emerald-50 py-10 md:py-16" >
1
+ <section id =" schedule" class =" bg-white py-10 md:py-16" >
2
2
<div class =" container mx-auto px-4" >
3
3
<div class =" mb-8 text-center" >
4
4
<h2 class =" mb-3 text-2xl font-bold text-gray-900 md:text-3xl" >
7
7
<div class =" mx-auto h-1 w-16 bg-emerald-500" ></div >
8
8
</div >
9
9
<div
10
- class =" mx-auto max-w-2xl border border-gray-100 bg-white p-8 text-center"
10
+ class =" mx-auto max-w-2xl border border-gray-100 bg-white p-8 text-center shadow-sm "
11
11
>
12
12
<svg
13
13
xmlns =" http://www.w3.org/2000/svg"
Original file line number Diff line number Diff line change 2
2
import AboutVimConf from " ../../components/AboutVimConf.astro" ;
3
3
import KeynoteSpeakers from " ../../components/KeynoteSpeakers.astro" ;
4
4
import Schedule from " ../../components/Schedule.astro" ;
5
- import Sponsors from " ../../components/Sponsors/index.astro" ;
6
5
import Staff from " ../../components/Staff/index.astro" ;
7
6
import Top from " ../../components/Top.astro" ;
8
7
import Venue from " ../../components/Venue.astro" ;
@@ -23,7 +22,6 @@ export function getStaticPaths() {
23
22
<Venue />
24
23
<AboutVimConf />
25
24
<Schedule />
26
- <Sponsors />
27
25
<Staff />
28
26
</main >
29
27
</Layout >
You can’t perform that action at this time.
0 commit comments