Skip to content

Commit

Permalink
Merge branch 'main' of github.com:encryptedge/rcs-landing
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jan 6, 2024
2 parents efcb16c + 95b0168 commit f9dd2c9
Show file tree
Hide file tree
Showing 5 changed files with 12 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 components/VenueDate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function VenueDate() {
<p className="mb-3 text-3xl text-primary font-medium">
Time
</p>
<p className="text-6xl font-bold">2PM</p>
<p className="text-6xl font-bold">12 PM</p>
</div>
<div className="item">
<p className="mb-3 text-3xl text-primary font-medium">
Expand Down
5 changes: 5 additions & 0 deletions config/resourcepersons.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"img": "/rp-rajeev-sobti.jpg",
"linkedin": "https://www.linkedin.com/company/scselpu"
},
{
"name": "Dr. Deepak Prashar",
"img": "/rp-deeppak-prashar.png",
"linkedin": "https://www.linkedin.com/in/dr-deepak-prashar-97196030"
},
{
"name": "Mr. Sami Anand",
"img": "/rp-sami.jpg",
Expand Down
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 f9dd2c9

Please sign in to comment.