Skip to content

Commit 917f83e

Browse files
author
Jenifer Tabita Ciuciu-Kiss
committed
add sponsors page
1 parent f6a6f46 commit 917f83e

File tree

6 files changed

+59
-11
lines changed

6 files changed

+59
-11
lines changed

src/App.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import PriorPublicationMultipleSubmission from "./components/guidelines/PriorPub
1818
import ReviewGuidelines from "./components/guidelines/ReviewGuidelines";
1919
import SupplementalMaterials from "./components/guidelines/SupplementalMaterials";
2020
import ResourcesAvailability from "./components/guidelines/ResourcesAvailability";
21-
import Sponsorship from "./components/Sponsorship";
21+
import SponsorshipPackages from "./components/sponsorship/SponsorshipPackages";
22+
import Sponsors from "./components/sponsorship/Sponsors";
2223
import ImportantDates from "./components/importantdates"
2324
import WorkshopsTutorials from "./components/calls/WorkshopsTutorials";
2425
import Host from "./components/blogs/host"
@@ -77,7 +78,8 @@ export default function HeroComponent() {
7778

7879

7980
{/* Sponsorship */}
80-
<Route path="/sponsorship" element={<Sponsorship />} />
81+
<Route path="/sponsorship/sponsorshippackages" element={<SponsorshipPackages />} />
82+
<Route path="/sponsorship/sponsors" element={<Sponsors />} />
8183
</Routes>
8284
<Footer/>
8385
</>

src/components/calls/WorkshopsTutorials.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ export const WorkshopsTutorials = () => {
212212
<h3 style={{ color: '#e94607' }} className="text-lg font-medium mt-4">Important Dates</h3>
213213
<p>All deadlines are 23:59 Anywhere on Earth (AoE).</p>
214214
<ul className="list-disc ml-6">
215-
<li>Submission deadline: July 1, 2025</li>
216-
<li>Notification to proposers: July 11, 2025</li>
217-
<li>Workshop website online: July 25, 2025</li>
218-
<li>Workshop days: November 2-3, 2025</li>
215+
<li>Submission deadline: <b>July 1, 2025</b></li>
216+
<li>Notification to proposers: <b>July 11, 2025</b></li>
217+
<li>Workshop website online: <b>July 25, 2025</b></li>
218+
<li>Workshop days: <b>November 2-3, 2025</b></li>
219219
</ul>
220220

221221
<h3 style={{ color: '#e94607' }} className="text-lg font-medium mt-4">Workshop Chairs</h3>

src/components/navbar.jsx

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export const NavBar = () => {
282282
<div className={`${isMobile ? 'relative' : 'absolute'} right-auto left-0 top-full mt-2 bg-white shadow-md rounded-md z-50`}>
283283
<Link to="/attending/visa" className="block px-4 py-2" style={{ color: '#e94607' }} onClick={() => dropdownMenuClicked()}>
284284
VISA Information
285-
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
285+
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
286286
</Link>
287287
<Link to="/attending/codeofconduct" className="block px-4 py-2" style={{ color: '#e94607' }} onClick={() => dropdownMenuClicked()}>
288288
Code of Conduct
@@ -332,14 +332,31 @@ export const NavBar = () => {
332332
</div>
333333
)} */}
334334

335-
<Link
335+
<Link to="#" style={{ color: '#e94607' }} onMouseEnter={() => handleMouseEnter('sponsorship')} className="relative block mt-4 lg:inline-block items-center text-[#e94607] mr-4 group lg:mr-4 lg:inline-flex lg:mt-0 mt-4">
336+
Sponsorship
337+
<div className="w-0 w-full">
338+
{(isMobile || dropdownOpen.sponsorship) && (
339+
<div className={`${isMobile ? 'relative' : 'absolute'} right-auto left-0 top-full mt-2 bg-white shadow-md rounded-md z-50`}>
340+
<Link to="/sponsorship/sponsorshippackages" className="block px-4 py-2" style={{ color: '#e94607' }} onClick={() => dropdownMenuClicked()}>
341+
Sponsorship Packages
342+
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
343+
</Link>
344+
<Link to="/sponsorship/sponsors" className="block px-4 py-2" style={{ color: '#e94607' }} onClick={() => dropdownMenuClicked()}>
345+
Sponsors
346+
<div className="bg-[#E30022] w-0 group-hover:w-full"></div>
347+
</Link>
348+
</div>
349+
)}
350+
</div>
351+
</Link>
352+
{/* <Link
336353
to="/sponsorship"
337354
style={{ color: '#e94607' }}
338355
className="block mt-4 lg:inline-block lg:mt-0 text-[#33358c]-200 mr-4 group"
339356
>
340357
Sponsorship
341358
<div class="bg-[#E30022] h-[px] w-0 group-hover:w-full transition-all duration-500"></div>
342-
</Link>
359+
</Link> */}
343360

344361
{/* <Link
345362
to="/contact"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
import React from "react";
2+
import './sponsorship.css';
3+
4+
export const Sponsors = () => {
5+
return (
6+
<div>
7+
<div className="mt-[74px] px-4 pt-2 bg-white flex items-center justify-center">
8+
</div>
9+
<div className="container mx-auto px-4 lg:px-8 lg:pb-12 mt-12">
10+
<h1 className="text-3xl font-bold text-center text-[#e94607]">Sponsors</h1>
11+
<div className="sponsor-level">
12+
<h2 className="text-2xl font-bold text-orange-500">Bronze</h2>
13+
<hr className="border-t-2 border-orange-500 my-2" />
14+
<div className="sponsor-info mt-4">
15+
<h3 className="text-lg font-semibold">Student Support</h3>
16+
<p className="text-sm mb-4">Sponsored by: <em>Artificial Intelligence Journal</em></p>
17+
<div className="sponsor-logos flex justify-center items-center gap-8">
18+
<a href="https://aij.ijcai.org/wp-content/uploads/2021/07/ARTINT_Logo2_c_highresolution.tif" target="_blank" rel="noopener noreferrer">
19+
<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"/>
20+
</a>
21+
</div>
22+
</div>
23+
</div>
24+
</div>
25+
</div>
26+
);
27+
};
28+
29+
export default Sponsors;

src/components/Sponsorship.jsx renamed to src/components/sponsorship/SponsorshipPackages.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import './sponsorship.css';
33

4-
export const Sponsorship = () => {
4+
export const SponsorshipPackages = () => {
55
return (
66
<div>
77
<div className="mt-[74px] px-4 pt-2 bg-white flex items-center justify-center">
@@ -99,4 +99,4 @@ export const Sponsorship = () => {
9999
);
100100
};
101101

102-
export default Sponsorship;
102+
export default SponsorshipPackages;

0 commit comments

Comments
 (0)