@@ -9,32 +9,36 @@ 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-3xl font-bold text-[#e94607]" > Gold</ h2 >
12
+ < h2 className = "text-2xl font-bold text-[#e94607]" > Gold</ h2 >
13
13
< hr className = "border-t-2 border-[#e94607] my-2" />
14
14
< div className = "sponsor-info mt-4" >
15
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
- < 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" />
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
22
< div className = "sponsor-info mt-4" >
23
23
{ /* Google */ }
24
24
< div className = "sponsor-logos flex justify-center items-center gap-8" >
25
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" />
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
27
</ a >
28
28
</ div >
29
29
</ div >
30
- < h2 className = "text-2xl font-bold text-[#e94607]" > Bronze</ h2 >
30
+ { /* <h2 className="text-2xl font-bold text-[#e94607]">Bronze</h2>
31
+ <hr className="border-t-2 border-[#e94607] my-2" />
32
+ <div className="sponsor-info mt-4">
33
+ </div> */ }
34
+
35
+ < h2 className = "text-2xl font-bold text-[#e94607]" > Student Support</ h2 >
31
36
< hr className = "border-t-2 border-[#e94607] my-2" />
32
37
< div className = "sponsor-info mt-4" >
33
- < h3 className = "text-lg font-semibold" > Student Support</ h3 >
34
38
< p className = "text-sm mb-4" > Sponsored by: < em > Artificial Intelligence Journal</ em > </ p >
35
39
< div className = "sponsor-logos flex justify-center items-center gap-8" >
36
40
{ /* <a href="https://aij.ijcai.org/wp-content/uploads/2021/07/ARTINT_Logo2_c_highresolution.tif" target="_blank" rel="noopener noreferrer"> */ }
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" />
41
+ < 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" />
38
42
{ /* </a> */ }
39
43
</ div >
40
44
</ div >
0 commit comments