Skip to content

Commit a25d9d9

Browse files
committed
Minor fixes to the sponsor and timeline page
1 parent 6a26354 commit a25d9d9

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/components/sponsorship/Sponsors.jsx

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ export const Sponsors = () => {
2929
</a>
3030
</div>
3131
</div>
32-
33-
<h3 className="text-lg font-semibold">Student Support</h3>
34-
<p className="text-sm mb-4">Sponsored by: <em>Artificial Intelligence Journal</em></p>
35-
<h3 className="text-lg font-semibold text-center">Artificial Intelligence Journal</h3>
36-
<div className="sponsor-logos flex justify-center items-center gap-8">
37-
{/* <a href="https://aij.ijcai.org/wp-content/uploads/2021/07/ARTINT_Logo2_c_highresolution.tif" target="_blank" rel="noopener noreferrer"> */}
38-
<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"/>
39-
{/* </a> */}
40-
</div>
4132

4233
<h2 className="text-3xl font-bold text-[#e94607]">Silver</h2>
4334
<hr className="border-t-2 border-[#e94607] my-2" />
@@ -48,6 +39,16 @@ export const Sponsors = () => {
4839
</a>
4940
</div>
5041

42+
<h2 className="text-3xl font-bold text-[#e94607]">Student Support</h2>
43+
<hr className="border-t-2 border-[#e94607] my-2" />
44+
<p className="text-sm mb-4">Sponsored by: <em>Artificial Intelligence Journal</em></p>
45+
<h3 className="text-lg font-semibold text-center">Artificial Intelligence Journal</h3>
46+
<div className="sponsor-logos flex justify-center items-center gap-8">
47+
{/* <a href="https://aij.ijcai.org/wp-content/uploads/2021/07/ARTINT_Logo2_c_highresolution.tif" target="_blank" rel="noopener noreferrer"> */}
48+
<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"/>
49+
{/* </a> */}
50+
</div>
51+
5152
{/* <h2 className="text-2xl font-bold text-[#e94607]">Bronze</h2>
5253
<hr className="border-t-2 border-[#e94607] my-2" />
5354
<div className="sponsor-info mt-4">

src/components/timeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const Timeline = () => {
88
{ date: '16-Mar-25', title: 'Semantic Web Challenges notifications', color: '#4E84D8' },
99
{ date: '6-May-25', title: 'Abstracts (Research, In-use, and Resource tracks)', color: '#57D131' },
1010
{ date: '13-May-25 (extended 14-May-25)', title: 'Papers (Research, In-use, and Resource tracks)', color: '#57D131' },
11-
{ date: '20-May-25', title: 'Tutorial proposals', color: '#57D131' },
11+
{ date: '3-Jun-25', title: 'Tutorial proposals', color: '#57D131' },
1212
{ date: '3-Jun-25', title: 'Doctoral Consortium submissions', color: '#57D131' },
1313
{ date: '10-Jun-25', title: 'Tutorial notifications', color: '#4E84D8' },
1414
{ date: '17-20 Jun-25', title: 'Rebuttal (Research, In-use, and Resource tracks)', color: '#000000' },

0 commit comments

Comments
 (0)