Skip to content

Commit

Permalink
backup button added to evangelists page and team members button removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeptosarkar committed Jul 25, 2024
1 parent b171165 commit c78d745
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Pages/AllTeams/AllTeams.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function AllTeams() {
amazing.
</p>

<div className="flex items-center justify-center">
{/* <div className="flex items-center justify-center">
<a
href="https://drive.google.com/file/d/15nEWZGLarBacck4u7F8MUoJ_0YyV5EuG/view"
target="_blank"
Expand All @@ -76,7 +76,7 @@ function AllTeams() {
View all the members
</button>
</a>
</div>
</div> */}

<div className="flex items-center justify-center">
<a
Expand Down
16 changes: 15 additions & 1 deletion src/Pages/CampusEvangelist/CampusEvangelist.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ const IframeWrapper = styled.div`
}
`;


function CampusEvangelist() {
const formRef = useRef(null);

Expand Down Expand Up @@ -330,6 +329,21 @@ function CampusEvangelist() {
Loading…
</iframe>
</IframeWrapper>

<div className="w-full flex justify-center mt-8">
<button
type="button"
onClick={() =>
window.open(
"https://docs.google.com/forms/d/e/1FAIpQLSdPV56Mxv10dj2rqYXGmQHUpa9H-8bgoc6AomecRFQVOxdbDg/viewform",
"_blank"
)
}
className="text-white mt-1 bg-blue-700 hover:bg-blue-500 font-medium rounded-lg text-3xl px-8 py-2.5 text-center mr-0 mb-2"
>
Click here if the embedded form is not working
</button>
</div>
</Container>
</Section>
);
Expand Down
12 changes: 6 additions & 6 deletions src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ export const members2 = [
name: "Rajat Gupta",
position: "Co-Founder",
team: "SC",
github: "https://github.com/guptraj",
linkedin: "https://www.linkedin.com/in/rajat-gupta-9a0a80175",
instagram: "https://www.instagram.com/_rajatgupta___/",
github: "",
linkedin: "",
instagram: "",
twitter: "",
},

Expand Down Expand Up @@ -527,9 +527,9 @@ export const allmembers = [
name: "Rajat Gupta",
position: "Co-Founder",
team: "SC",
github: "https://github.com/guptraj",
linkedin: "https://www.linkedin.com/in/rajat-gupta-9a0a80175",
instagram: "https://www.instagram.com/_rajatgupta___/",
github: "",
linkedin: "",
instagram: "",
twitter: "",
},

Expand Down

0 comments on commit c78d745

Please sign in to comment.