@@ -9,25 +9,33 @@ export const Sponsors = () => {
9
9
< div className = "container mx-auto px-4 lg:px-8 lg:pb-12 mt-12" >
10
10
< h1 className = "text-3xl font-bold text-center text-[#e94607]" > Sponsors</ h1 >
11
11
< div className = "sponsor-level" >
12
- < h2 className = "text-2xl font-bold text-orange-500 " > Gold</ h2 >
13
- < hr className = "border-t-2 border-orange-500 my-2" />
12
+ < h2 className = "text-3xl font-bold text-[#e94607] " > Gold</ h2 >
13
+ < hr className = "border-t-2 border-[#e94607] my-2" />
14
14
< div className = "sponsor-info mt-4" >
15
- eBay:
15
+ { /* <p className="font-bold text-[#e94607]"> eBay</p> */ }
16
16
< div className = "sponsor-logos flex justify-center items-center gap-8" >
17
17
< a href = "https://jobs.ebayinc.com/us/en/" target = "_blank" rel = "noopener noreferrer" >
18
18
< img src = "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/EBay_logo.svg/880px-EBay_logo.svg.png" alt = "ebay Logo" className = "logo-high-res" width = "300" />
19
19
</ a >
20
20
</ div >
21
21
</ div >
22
- < h2 className = "text-2xl font-bold text-orange-500" > Bronze</ h2 >
23
- < hr className = "border-t-2 border-orange-500 my-2" />
22
+ < div className = "sponsor-info mt-4" >
23
+ { /* Google */ }
24
+ < div className = "sponsor-logos flex justify-center items-center gap-8" >
25
+ < a href = "https://www.google.com" target = "_blank" rel = "noopener noreferrer" >
26
+ < img src = "https://www.dropbox.com/scl/fi/kccump28axk83iryyxtef/googlelogo_color_416x140dp.png?rlkey=72f2bwfqk9ngeyn2flv81p1kr& dl = 1 " alt = "ebay Logo" className = "logo-high-res" width = "300" />
27
+ </ a >
28
+ </ div >
29
+ </ div >
30
+ < h2 className = "text-2xl font-bold text-[#e94607]" > Bronze</ h2 >
31
+ < hr className = "border-t-2 border-[#e94607] my-2" />
24
32
< div className = "sponsor-info mt-4" >
25
33
< h3 className = "text-lg font-semibold" > Student Support</ h3 >
26
34
< p className = "text-sm mb-4" > Sponsored by: < em > Artificial Intelligence Journal</ em > </ p >
27
35
< div className = "sponsor-logos flex justify-center items-center gap-8" >
28
- < a href = "https://aij.ijcai.org/wp-content/uploads/2021/07/ARTINT_Logo2_c_highresolution.tif" target = "_blank" rel = "noopener noreferrer" >
36
+ { /* <a href="https://aij.ijcai.org/wp-content/uploads/2021/07/ARTINT_Logo2_c_highresolution.tif" target="_blank" rel="noopener noreferrer"> */ }
29
37
< img src = "https://aij.ijcai.org/wp-content/uploads/2021/07/ARTINT_Logo2_c_web_more.jpg" alt = "Artificial Intelligence Journal Logo" className = "logo-high-res" />
30
- </ a >
38
+ { /* </a> */ }
31
39
</ div >
32
40
</ div >
33
41
</ div >
0 commit comments