Skip to content

Commit

Permalink
mod: Updated Profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
smanitech committed Jan 5, 2024
1 parent 9f15b32 commit 95b0168
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions components/Organisers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import React from 'react';
function Organisers() {
return (
<section className="max-w-7xl mx-auto px-2 sm:px-4 lg:px-8 pt-28">
<br></br>
<br></br>
<br></br>
<h2 className="text-5xl lg:text-8xl text-primary font-bold">Organisers</h2>
<div className="list w-full gap-8 lg:gap-16 p-8 lg:p-10 max-w-4xl mx-auto">
<div key="ee" className="flex flex-col items-center lg:px-5">
Expand Down
3 changes: 3 additions & 0 deletions components/ResourcePersons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import rersourcePersons from "@/config/resourcepersons.json";
function RersourcePersons() {
return (
<section className="max-w-7xl mx-auto px-2 sm:px-4 lg:px-8 pt-28">
<br></br>
<br></br>
<br></br>
<h2 className="text-5xl lg:text-8xl text-primary font-bold">Advisory Commitee</h2>
<div className="list grid grid-cols-2 lg:grid-cols-3 w-full gap-8 lg:gap-16 p-8 lg:p-10 max-w-4xl mx-auto">
{rersourcePersons.map((member) => (
Expand Down
2 changes: 1 addition & 1 deletion config/resourcepersons.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
{
"name": "Dr. Deepak Prashar",
"img": "/rp-deeppak-prashar.jpeg",
"img": "/rp-deeppak-prashar.png",
"linkedin": "https://www.linkedin.com/in/dr-deepak-prashar-97196030"
},
{
Expand Down
Binary file removed public/rp-deeppak-prashar.jpeg
Binary file not shown.
Binary file added public/rp-deeppak-prashar.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 95b0168

Please sign in to comment.