Skip to content

Commit fb9055a

Browse files
author
Jenifer Tabita Ciuciu-Kiss
committed
fix student support
1 parent e4a85d7 commit fb9055a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/components/sponsorship/Sponsors.jsx

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,36 @@ export const Sponsors = () => {
99
<div className="container mx-auto px-4 lg:px-8 lg:pb-12 mt-12">
1010
<h1 className="text-3xl font-bold text-center text-[#e94607]">Sponsors</h1>
1111
<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>
1313
<hr className="border-t-2 border-[#e94607] my-2" />
1414
<div className="sponsor-info mt-4">
1515
{/* <p className="font-bold text-[#e94607]">eBay</p> */}
1616
<div className="sponsor-logos flex justify-center items-center gap-8">
1717
<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" />
1919
</a>
2020
</div>
2121
</div>
2222
<div className="sponsor-info mt-4">
2323
{/* Google */}
2424
<div className="sponsor-logos flex justify-center items-center gap-8">
2525
<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" />
2727
</a>
2828
</div>
2929
</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>
3136
<hr className="border-t-2 border-[#e94607] my-2" />
3237
<div className="sponsor-info mt-4">
33-
<h3 className="text-lg font-semibold">Student Support</h3>
3438
<p className="text-sm mb-4">Sponsored by: <em>Artificial Intelligence Journal</em></p>
3539
<div className="sponsor-logos flex justify-center items-center gap-8">
3640
{/* <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" />
3842
{/* </a> */}
3943
</div>
4044
</div>

0 commit comments

Comments
 (0)