Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

media partners #78

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/Media Partners logo/ODISHA NOW.jpeg
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 src/assets/Media Partners logo/bizodisha-logo.png
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 src/assets/Media Partners logo/boronrourkela.jpg
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 src/assets/Media Partners logo/rourkelashines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions src/components/Prize/prize.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ import zilano from "../../assets/Sponsors/Gold/Zilano.png";
import godaddy from "../../assets/Sponsors/Silver/goDaddy.jpg";
import twilio from "../../assets/Sponsors/Silver/twilio.png";
import github from "../../assets/Sponsors/Platinum/github.png";
import img1 from "../../assets/Media Partners logo/rourkelashines.png";
import img2 from "../../assets/Media Partners logo/bhubaneswarbuzz-dark.png";
import img3 from "../../assets/Media Partners logo/bizodisha-logo.png";
import img4 from "../../assets/Media Partners logo/boronrourkela.jpg";
import img5 from "../../assets/Media Partners logo/ODISHA NOW.jpeg";
import img6 from "../../assets/Media Partners logo/Rourkela -360dark.png";
import img7 from "../../assets/Media Partners logo/Rouekela 360 -light.png";


const Prize = () => {
return (
Expand Down Expand Up @@ -122,6 +130,36 @@ const Prize = () => {
</div>
</div>
</div>



{/* <div className="grid grid-cols-1 md:grid-cols-2 lg-grid-cols-3">
<div className="h-[100px]"><img src={img1}/></div>
<div className="h-[100px]"><img src={img2}/></div>
<div className="h-[100px]"><img src={img3}/></div>
<div className="h-[100px]"><img src={img4}/></div>
<div className="h-[100px]"><img src={img5}/></div>
<div className="h-[100px]"><img src={img6}/></div>
<div className="h-[100px]"><img src={img7}/></div>
</div> */}
<div className="text-4xl flex text-white justify-center mt-6 mb-8">Media Partners</div>
<div className="flex justify-center">
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 pl-10">
<div className=" flex justify-center w-[200px]"><img src={img1}/></div>
<div className=" flex justify-center w-[200px]"><img src="https://pbs.twimg.com/profile_images/1277593626063839235/C63OvMXP_400x400.jpg"/></div>
<div className=" flex justify-center w-[200px]"><img src={img4}/></div>
<div className=" flex justify-center w-[200px]"><img src={img5}/></div>
<div className=" flex justify-center w-[200px]"><img src={img6}/></div>
<div>
<div className=" flex justify-center w-[200px]"><img src={img7}/></div>
<div className=" flex justify-center w-[275px] lg:w-[300px]"><img src={img3}/></div>
</div>
</div>
</div>




<div className="nitr-prizes mt-16">
<h2 className="pl-10 text-xl text-white pb-10 prize-heading">
# Only for NIT Rourkela Students
Expand Down Expand Up @@ -512,6 +550,7 @@ const Prize = () => {
</div>
</div>
</div>

</section>
</>
);
Expand Down
13 changes: 2 additions & 11 deletions src/components/team/TeamDataLead.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,7 @@ export default [
"https://www.linkedin.com/in/manjeet-dhayal/?originalSubdomain=in",
},

// {

// name: 'Manjeet Dhayal',
// image:
// "https://thumbs.dreamstime.com/b/courier-rides-scooter-express-delivery-motorcycle-service-vector-illustration-180980568.jpg",
// team:'Tech Lead',
// insta:'',
// github:'',
// linkedin:'',
// },

{
name: "Shreya Khetan",
image:
Expand Down Expand Up @@ -90,7 +81,7 @@ export default [
insta: "",
github: "",
linkedin: "https://www.linkedin.com/in/rituraj-tripathy-a666aa20b/",
},
},
{
name: "Jyoti Prakash Sethy ",
image:
Expand Down