@@ -166,7 +166,7 @@ const SponsorsData: Sponsor[] = [
166
166
link : '#' ,
167
167
type : 'others' ,
168
168
description : '' ,
169
- }
169
+ } ,
170
170
// {
171
171
// name: "Advance Controls",
172
172
// logo: "",
@@ -358,28 +358,28 @@ const Sponsorship: React.FC = () => {
358
358
</ h1 >
359
359
</ div >
360
360
< div style = { { display : 'flex' , alignItems : 'center' } } >
361
- < h1
362
- style = { {
363
- marginRight : '1rem' ,
364
- background : 'linear-gradient(to right, #ff0000, #800000)' ,
365
- WebkitBackgroundClip : 'text' ,
366
- fontSize : '3rem' ,
367
- fontWeight : 'bold' ,
368
- color : 'transparent' ,
369
- alignContent : 'center' ,
370
- } }
371
- >
372
- Platinum
373
- </ h1 >
374
- < hr
375
- style = { {
376
- background : 'linear-gradient(to right, red, transparent)' ,
377
- height : '3px' ,
378
- width : '100%' ,
379
- marginRight : '1rem' ,
380
- } }
381
- />
382
- </ div >
361
+ < h1
362
+ style = { {
363
+ marginRight : '1rem' ,
364
+ background : 'linear-gradient(to right, #ff0000, #800000)' ,
365
+ WebkitBackgroundClip : 'text' ,
366
+ fontSize : '3rem' ,
367
+ fontWeight : 'bold' ,
368
+ color : 'transparent' ,
369
+ alignContent : 'center' ,
370
+ } }
371
+ >
372
+ Platinum
373
+ </ h1 >
374
+ < hr
375
+ style = { {
376
+ background : 'linear-gradient(to right, red, transparent)' ,
377
+ height : '3px' ,
378
+ width : '100%' ,
379
+ marginRight : '1rem' ,
380
+ } }
381
+ />
382
+ </ div >
383
383
384
384
< div
385
385
style = { {
@@ -436,31 +436,30 @@ const Sponsorship: React.FC = () => {
436
436
ATDXT
437
437
</ Text >
438
438
</ a >
439
-
440
439
</ div >
441
440
< div style = { { display : 'flex' , alignItems : 'center' } } >
442
- < h1
443
- style = { {
444
- marginRight : '1rem' ,
445
- background : 'linear-gradient(to right, #ff0000, #800000)' ,
446
- WebkitBackgroundClip : 'text' ,
447
- fontSize : '3rem' ,
448
- fontWeight : 'bold' ,
449
- color : 'transparent' ,
450
- alignContent : 'center' ,
451
- } }
452
- >
453
- Silver
454
- </ h1 >
455
- < hr
456
- style = { {
457
- background : 'linear-gradient(to right, red, transparent)' ,
458
- height : '3px' ,
459
- width : '100%' ,
460
- marginRight : '1rem' ,
461
- } }
462
- />
463
- </ div >
441
+ < h1
442
+ style = { {
443
+ marginRight : '1rem' ,
444
+ background : 'linear-gradient(to right, #ff0000, #800000)' ,
445
+ WebkitBackgroundClip : 'text' ,
446
+ fontSize : '3rem' ,
447
+ fontWeight : 'bold' ,
448
+ color : 'transparent' ,
449
+ alignContent : 'center' ,
450
+ } }
451
+ >
452
+ Silver
453
+ </ h1 >
454
+ < hr
455
+ style = { {
456
+ background : 'linear-gradient(to right, red, transparent)' ,
457
+ height : '3px' ,
458
+ width : '100%' ,
459
+ marginRight : '1rem' ,
460
+ } }
461
+ />
462
+ </ div >
464
463
465
464
< div
466
465
style = { {
@@ -484,7 +483,7 @@ const Sponsorship: React.FC = () => {
484
483
flexDirection : 'column' ,
485
484
alignItems : 'center' ,
486
485
justifyContent : 'center' ,
487
- height : '200px ' ,
486
+ height : '220px ' ,
488
487
transition : 'transform 0.2s' ,
489
488
} }
490
489
onMouseEnter = { ( e ) => {
@@ -531,7 +530,7 @@ const Sponsorship: React.FC = () => {
531
530
flexDirection : 'column' ,
532
531
alignItems : 'center' ,
533
532
justifyContent : 'center' ,
534
- height : '200px ' ,
533
+ height : '220px ' ,
535
534
transition : 'transform 0.2s' ,
536
535
} }
537
536
onMouseEnter = { ( e ) => {
@@ -564,45 +563,89 @@ const Sponsorship: React.FC = () => {
564
563
Arcadis
565
564
</ Text >
566
565
</ a >
566
+ < a
567
+ href = "https://ufindia.com/"
568
+ target = "_blank"
569
+ style = { {
570
+ width : '300px' ,
571
+ padding : '1rem' ,
572
+ borderRadius : '0.5rem' ,
573
+ backgroundColor : 'white' ,
574
+ boxShadow : '0 4px 6px rgba(0, 0, 0, 0.1)' ,
575
+ border : '2.5px solid #ccc' ,
576
+ display : 'flex' ,
577
+ flexDirection : 'column' ,
578
+ alignItems : 'center' ,
579
+ justifyContent : 'center' ,
580
+ height : '220px' ,
581
+ transition : 'transform 0.2s' ,
582
+ } }
583
+ onMouseEnter = { ( e ) => {
584
+ e . currentTarget . style . transform = 'translateY(-4px)'
585
+ } }
586
+ onMouseLeave = { ( e ) => {
587
+ e . currentTarget . style . transform = 'translateY(0)'
588
+ } }
589
+ >
590
+ < ThemeIcon
591
+ variant = "light"
592
+ size = { 150 }
593
+ radius = "md"
594
+ style = { { background : 'transparent' } }
595
+ >
596
+ < Image
597
+ src = { `https://assets-netstorage.groww.in/stock-assets/logos/GSTK539314.png` }
598
+ alt = "Arcadis"
599
+ style = { { background : 'transparent' , maxWidth : '100%' } }
600
+ />
601
+ </ ThemeIcon >
602
+ < Text
603
+ size = "md"
604
+ style = { {
605
+ marginTop : '0.5rem' ,
606
+ fontWeight : 'bold' ,
607
+ textAlign : 'center' ,
608
+ } }
609
+ >
610
+ Universal AutoFoundry Limited
611
+ </ Text >
612
+ </ a >
567
613
</ div >
568
-
569
-
570
614
571
615
< div style = { { display : 'flex' , alignItems : 'center' } } >
572
- < h1
573
- style = { {
574
- marginRight : '1rem' ,
575
- background : 'linear-gradient(to right, #ff0000, #800000)' ,
576
- WebkitBackgroundClip : 'text' ,
577
- fontSize : '3rem' ,
578
- fontWeight : 'bold' ,
579
- color : 'transparent' ,
580
- alignContent : 'center' ,
581
- } }
582
- >
583
- Others
584
- </ h1 >
585
- < hr
586
- style = { {
587
- background : 'linear-gradient(to right, red, transparent)' ,
588
- height : '3px' ,
589
- width : '100%' ,
590
- marginRight : '1rem' ,
591
- } }
592
- />
593
- </ div >
594
-
595
- { /* {
596
- name: "MathWorks",
597
- logo: 'mathworks.jpeg',
598
- link: 'https://in.mathworks.com/',
599
- type: 'others',
600
- description: ''
601
- } */ }
616
+ < h1
617
+ style = { {
618
+ marginRight : '1rem' ,
619
+ background : 'linear-gradient(to right, #ff0000, #800000)' ,
620
+ WebkitBackgroundClip : 'text' ,
621
+ fontSize : '3rem' ,
622
+ fontWeight : 'bold' ,
623
+ color : 'transparent' ,
624
+ alignContent : 'center' ,
625
+ } }
626
+ >
627
+ Others
628
+ </ h1 >
629
+ < hr
630
+ style = { {
631
+ background : 'linear-gradient(to right, red, transparent)' ,
632
+ height : '3px' ,
633
+ width : '100%' ,
634
+ marginRight : '1rem' ,
635
+ } }
636
+ />
637
+ </ div >
602
638
603
- < div className = 'flex justify-center' >
604
- < a
605
- href = "https://in.mathworks.com/"
639
+ < div
640
+ style = { {
641
+ display : 'flex' ,
642
+ justifyContent : 'center' ,
643
+ gap : '2rem' ,
644
+ flexWrap : 'wrap' , // For mobile responsiveness
645
+ } }
646
+ >
647
+ < a
648
+ href = "https://www.ctrls.in/"
606
649
target = "_blank"
607
650
style = { {
608
651
width : '300px' ,
@@ -615,7 +658,7 @@ const Sponsorship: React.FC = () => {
615
658
flexDirection : 'column' ,
616
659
alignItems : 'center' ,
617
660
justifyContent : 'center' ,
618
- height : '200px ' ,
661
+ height : '220px ' ,
619
662
transition : 'transform 0.2s' ,
620
663
} }
621
664
onMouseEnter = { ( e ) => {
@@ -648,12 +691,56 @@ const Sponsorship: React.FC = () => {
648
691
MathWorks
649
692
</ Text >
650
693
</ a >
651
- </ div >
694
+ < a
695
+ href = "#"
696
+ target = "_blank"
697
+ style = { {
698
+ width : '300px' ,
699
+ padding : '1rem' ,
700
+ borderRadius : '0.5rem' ,
701
+ backgroundColor : 'white' ,
702
+ boxShadow : '0 4px 6px rgba(0, 0, 0, 0.1)' ,
703
+ border : '2.5px solid #ccc' ,
704
+ display : 'flex' ,
705
+ flexDirection : 'column' ,
706
+ alignItems : 'center' ,
707
+ justifyContent : 'center' ,
708
+ height : '220px' ,
709
+ transition : 'transform 0.2s' ,
710
+ } }
711
+ onMouseEnter = { ( e ) => {
712
+ e . currentTarget . style . transform = 'translateY(-4px)'
713
+ } }
714
+ onMouseLeave = { ( e ) => {
715
+ e . currentTarget . style . transform = 'translateY(0)'
716
+ } }
717
+ >
718
+ < ThemeIcon
719
+ variant = "light"
720
+ size = { 150 }
721
+ radius = "md"
722
+ style = { { background : 'transparent' } }
723
+ >
724
+ < Image
725
+ src = { `/sponsors/Ganesha.png` }
726
+ alt = "Arcadis"
727
+ style = { { background : 'transparent' , maxWidth : '100%' } }
728
+ />
729
+ </ ThemeIcon >
730
+ < Text
731
+ size = "md"
732
+ style = { {
733
+ marginTop : '0.5rem' ,
734
+ fontWeight : 'bold' ,
735
+ textAlign : 'center' ,
736
+ } }
737
+ >
738
+ Ganesha Enterprise, Bangalore
739
+ </ Text >
740
+ </ a >
741
+ </ div >
652
742
</ section >
653
743
654
-
655
-
656
-
657
744
{ /* Existing Section: Special thanks to Sponsors of CSITSS-2023 */ }
658
745
< section
659
746
style = { {
0 commit comments