File tree Expand file tree Collapse file tree 6 files changed +59
-11
lines changed Expand file tree Collapse file tree 6 files changed +59
-11
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ import PriorPublicationMultipleSubmission from "./components/guidelines/PriorPub
18
18
import ReviewGuidelines from "./components/guidelines/ReviewGuidelines" ;
19
19
import SupplementalMaterials from "./components/guidelines/SupplementalMaterials" ;
20
20
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" ;
22
23
import ImportantDates from "./components/importantdates"
23
24
import WorkshopsTutorials from "./components/calls/WorkshopsTutorials" ;
24
25
import Host from "./components/blogs/host"
@@ -77,7 +78,8 @@ export default function HeroComponent() {
77
78
78
79
79
80
{ /* Sponsorship */ }
80
- < Route path = "/sponsorship" element = { < Sponsorship /> } />
81
+ < Route path = "/sponsorship/sponsorshippackages" element = { < SponsorshipPackages /> } />
82
+ < Route path = "/sponsorship/sponsors" element = { < Sponsors /> } />
81
83
</ Routes >
82
84
< Footer />
83
85
</ >
Original file line number Diff line number Diff line change @@ -212,10 +212,10 @@ export const WorkshopsTutorials = () => {
212
212
< h3 style = { { color : '#e94607' } } className = "text-lg font-medium mt-4" > Important Dates</ h3 >
213
213
< p > All deadlines are 23:59 Anywhere on Earth (AoE).</ p >
214
214
< 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 >
219
219
</ ul >
220
220
221
221
< h3 style = { { color : '#e94607' } } className = "text-lg font-medium mt-4" > Workshop Chairs</ h3 >
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ export const NavBar = () => {
282
282
< div className = { `${ isMobile ? 'relative' : 'absolute' } right-auto left-0 top-full mt-2 bg-white shadow-md rounded-md z-50` } >
283
283
< Link to = "/attending/visa" className = "block px-4 py-2" style = { { color : '#e94607' } } onClick = { ( ) => dropdownMenuClicked ( ) } >
284
284
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 >
286
286
</ Link >
287
287
< Link to = "/attending/codeofconduct" className = "block px-4 py-2" style = { { color : '#e94607' } } onClick = { ( ) => dropdownMenuClicked ( ) } >
288
288
Code of Conduct
@@ -332,14 +332,31 @@ export const NavBar = () => {
332
332
</div>
333
333
)} */ }
334
334
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
336
353
to="/sponsorship"
337
354
style={{ color: '#e94607' }}
338
355
className="block mt-4 lg:inline-block lg:mt-0 text-[#33358c]-200 mr-4 group"
339
356
>
340
357
Sponsorship
341
358
<div class="bg-[#E30022] h-[px] w-0 group-hover:w-full transition-all duration-500"></div>
342
- </ Link >
359
+ </Link> */ }
343
360
344
361
{ /* <Link
345
362
to="/contact"
Original file line number Diff line number Diff line change
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 ;
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import './sponsorship.css' ;
3
3
4
- export const Sponsorship = ( ) => {
4
+ export const SponsorshipPackages = ( ) => {
5
5
return (
6
6
< div >
7
7
< div className = "mt-[74px] px-4 pt-2 bg-white flex items-center justify-center" >
@@ -99,4 +99,4 @@ export const Sponsorship = () => {
99
99
) ;
100
100
} ;
101
101
102
- export default Sponsorship ;
102
+ export default SponsorshipPackages ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments