-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07de5a9
commit 166c8da
Showing
6 changed files
with
54 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
|
||
import './Card.css'; | ||
import devtron from '../images/devtron.png'; | ||
import microsoft from '../images/microsoft.png'; | ||
import tata from'../images/tata 1 mg.png'; | ||
import epam from '../images/epam.png'; | ||
import "./Card.css"; | ||
import devtron from "../images/devtron.png"; | ||
import microsoft from "../images/microsoft.png"; | ||
import tata from "../images/tata 1 mg.png"; | ||
import epam from "../images/epam.png"; | ||
export const Sponsors = () => { | ||
return ( | ||
<div className="flex flex-col items-center justify-center bg-black w-screen h-full"> | ||
<div className="mb-96"> | ||
<h2 className="text-white text-3xl font-bold mb-20 text-center mt-20" id="sponsors">Our Sponsors</h2> | ||
<div className=""> | ||
<h2 | ||
className="text-white text-3xl font-bold mb-20 text-center mt-[150px]" | ||
id="sponsors" | ||
> | ||
Our Sponsors | ||
</h2> | ||
<div className="p-4 rounded-lg shadow-lg grid sm:grid-cols-1 md:grid-cols-2 gap-20"> | ||
<div className='card ease-in-out '><img src={devtron} className='img pt-8'></img></div> | ||
<div className='card ease-in-out '><img src={microsoft} className='img pt-8'></img></div> | ||
<div className='card ease-in-out '><img src={tata} className='img'></img></div> | ||
<div className='card ease-in-out '><img src={epam} className='img h-36'></img></div> | ||
<div className="card ease-in-out "> | ||
<img src={devtron} className="img pt-8"></img> | ||
</div> | ||
<div className="card ease-in-out "> | ||
<img src={microsoft} className="img pt-8"></img> | ||
</div> | ||
<div className="card ease-in-out "> | ||
<img src={tata} className="img"></img> | ||
</div> | ||
<div className="card ease-in-out "> | ||
<img src={epam} className="img h-36"></img> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters