Skip to content

Commit

Permalink
Merge pull request #3 from NachtSpyder04/spons-update-pcb
Browse files Browse the repository at this point in the history
Spons update pcb
  • Loading branch information
NachtSpyder04 authored Jun 1, 2024
2 parents b7c5d0f + 61c4283 commit 48913b4
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion components/CorporateSupport/CorporateSupport.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.facilitiesPic {
height: 100%;
background-repeat: no-repeat;
background-size: 100%;
background-size: contain;
background-position: center;
}

Expand Down Expand Up @@ -164,8 +164,10 @@
top: 0;
object-position: 55%;
object-fit: contain;
object-position: center;
@media (max-width: 650px) {
width: 100%;
object-fit: contain;
}
}
.CorpDiv {
Expand Down
16 changes: 8 additions & 8 deletions data/corporateSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ const CsrPartners = [
msg: 'We extend our heartfelt appreciation to GIC Re for their unwavering support through their CSR initiative. Their generosity has been instrumental in our mission to advance robotics, providing the crucial funds needed to modernize our laboratory with cutting-edge equipment and infrastructure.',
changesMadeThroughCSR: [
{
image: 'GIC_Electronics_Workbench.JPG',
image: 'GIC_Electronics_Workbench.jpg',
Description:
'An electronics workbench designed for conducting electronic activities ensures Electrostatic Discharge (ESD) safety, effectively preventing static charges.',
},
{
image: 'GIC_Mechanical_Workbench.JPG',
image: 'GIC_Mechanical_Workbench.jpg',
Description:
'A mechanical workbench, specifically designed for executing designated heavy mechanical work essential in robotics, is equipped with special provisions to safely secure the mechanical equipment.',
},
{
image: 'GIC_UltimakerS5.JPG',
image: 'GIC_UltimakerS5.jpg',
Description:
'The Ultimaker S5 pro, an advanced state-of-the-art 3D printer, brings imagination to life, particularly valuable for prototyping and producing high-quality industry-grade materials through 3D printing.',
},
{
image: 'GIC_High_Performance_Hardware.JPG',
image: 'GIC_High_Performance_Hardware.jpg',
Description:
'Utilizing cutting-edge computer hardware enables the execution of complex calculations necessary for implementation, coupled with robust support for resource-intensive CAD software.',
},
],
facilities: [
{
image: 'GIC_Inauguration.JPG',
image: 'GIC_Inauguration.jpg',
Description:
'The SRA Lab was inaugurated by Shri. Mukesh Waghela, Deputy General Manager at GIC Re, on May 3rd, 2024, in the presence of Dr. Sachin Kore, Director of VJTI.',
},
Expand All @@ -40,7 +40,7 @@ const CsrPartners = [
'The ribbon cutting ceremony was performed by Smt. Sneha Nair, Assistant General Manager at GIC Re, on May 3rd, 2024.',
},
{
image: 'GIC_Momento_DGM.JPG',
image: 'GIC_Momento_DGM.jpg',
Description:
'Shri. Mukesh Waghela, Deputy General Manager at GIC Re (on the left), is being honored by Dr. Sachin Kore, Director of VJTI (on the right), for his support in the development of the SRA Lab.',
},
Expand All @@ -50,7 +50,7 @@ const CsrPartners = [
'We extend our gratitude to the entire team for their belief in us and their assistance in the development of the SRA Lab at VJTI.',
},
{
image: 'GIC_SRA_LAB.JPG',
image: 'GIC_SRA_LAB.jpg',
Description:
'Newly developed state of the art SRA Lab, under the CSR initiative of GIC Re.',
},
Expand All @@ -60,7 +60,7 @@ const CsrPartners = [
'The SRA Research & Development Hub: A newly constructed mezzanine floor facility as part of the CSR initiative by GIC Re.',
},
{
image: 'GIC_SRA_Hall_Fame.JPG',
image: 'GIC_SRA_Hall_Fame.jpg',
Description:
'Wall of Fame: Significant achievements of SRA commemorated on the wall.',
},
Expand Down
6 changes: 3 additions & 3 deletions data/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SponsorListImages = [
];
const SponsorLinks = [
'https://www.espressif.com/',
'https://www.pcbpower.com/',
'https://www.lioncircuits.com/',
'https://andonstar.com/',
'https://uav-en.tmotor.com/',
'https://odriverobotics.com/',
Expand All @@ -27,8 +27,8 @@ const diamondSponsors = [
link: 'https://www.espressif.com/',
},
{
image: 'PCB_Power.jpeg',
link: 'https://www.pcbpower.com/',
image: 'Lion_circuits.png',
link: 'https://www.lioncircuits.com/',
},
{
image: 'andonstar.png',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/images/sponsors/Lion_circuits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 48913b4

Please sign in to comment.