@@ -7,6 +7,7 @@ import microsoft from '$assets/microsoft.png'
7
7
import eventpop from ' $assets/eventpop.png'
8
8
import jetbrains from ' $assets/jetbrains.svg'
9
9
import creatorsgarten from ' $assets/creatorsgarten.svg'
10
+ import earnin from ' $assets/earnin.svg'
10
11
---
11
12
12
13
<section class =" py-12 px-8 bg-white" >
@@ -27,32 +28,39 @@ import creatorsgarten from '$assets/creatorsgarten.svg'
27
28
<div class =" space-y-12 pb-8" >
28
29
<div >
29
30
<h1 class =" text-center font-bold text-3xl pb-6" >Platinum</h1 >
30
- <div class =" flex flex-wrap justify-center gap-x-8 gap-y-6 " >
31
+ <div class =" sponsor-container " >
31
32
<Image src ={ odds } alt =" ODDS" class =" h-28 w-auto" />
32
33
</div >
33
34
</div >
34
35
35
36
<div >
36
37
<h1 class =" text-center font-bold text-3xl pb-6" >Gold</h1 >
37
- <div class =" flex flex-wrap justify-center gap-x-8 gap-y-6 " >
38
+ <div class =" sponsor-container " >
38
39
<Image src ={ tdpk } alt =" True Digital Park" class =" h-16 w-auto" />
39
40
</div >
40
41
</div >
41
42
42
43
<div >
43
44
<h1 class =" text-center font-bold text-3xl pb-6" >Silver</h1 >
44
- <div class =" flex flex-wrap justify-center gap-x-8 gap-y-6 " >
45
+ <div class =" sponsor-container " >
45
46
<Image src ={ microsoft } alt =" Microsoft" class =" h-8 w-auto" />
46
- <Image src ={ eventpop } alt =" Microsoft" class =" h-8 w-auto" />
47
+ <Image src ={ eventpop } alt =" Eventpop" class =" h-8 w-auto" />
48
+ <Image src ={ earnin } alt =" EarnIn" class =" h-10 w-auto" />
47
49
</div >
48
50
</div >
49
51
50
52
<div >
51
53
<h1 class =" text-center font-bold text-3xl pb-6" >Communities</h1 >
52
- <div class =" flex flex-wrap justify-center gap-x-8 gap-y-6 " >
54
+ <div class =" sponsor-container " >
53
55
<Image src ={ creatorsgarten } alt =" Creatorsgarten" class =" h-9 w-auto" />
54
56
<Image src ={ jetbrains } alt =" Creatorsgarten" class =" h-8 w-auto" />
55
57
</div >
56
58
</div >
57
59
</div >
58
60
</section >
61
+
62
+ <style >
63
+ .sponsor-container {
64
+ @apply flex flex-wrap justify-center items-center gap-x-8 gap-y-6
65
+ }
66
+ </style >
0 commit comments