Skip to content

Commit

Permalink
Merge pull request #187 from cyboholics/revert-old-UI
Browse files Browse the repository at this point in the history
Revert to old UI
  • Loading branch information
ayush-tiwari26 authored Dec 20, 2022
2 parents 5f36c50 + 80af164 commit 427debd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 0 additions & 3 deletions app/src/Components/MenuFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ const Menufooter = (props) => {
</Grid>
<Grid item lg={4} md={4} sm={12}>
<Typography variant={'h5'}>Contacts</Typography>
<Typography variant={'body'}>
Sundar Bhagavatula : sundar@portfolioshop.tech
</Typography>
<br />
<Typography variant={'body'}>
Sudip Mondal : sudip@portfolioshop.tech
Expand Down
2 changes: 1 addition & 1 deletion app/src/Pages/AboutUs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Aboutus = () => {
We have always seen that students and job seekers needs to waste a lot of
time on building their own portfolio website. But, it will now be a thing of past.
Introducing you to the best portfolio management system ever for your profile.
Ayush Tiwari, Sundar Bhagavatula and Sudip Mondal, students of IIT Madras, started this as an open
Ayush Tiwari and Sudip Mondal, students of IIT Madras, started this as an open
source project. It is lisenced under the GPL-3 and open to accept contributions.
If you want to try this, please try it, it's complete free to use. Feedbacks are
welcome, please raise an issue in our GitHub repository to do so.
Expand Down
10 changes: 1 addition & 9 deletions app/src/Pages/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,7 @@ const Team = () => {
})
}, [])

const leads = [
{
imageLink: "https://media-exp1.licdn.com/dms/image/C5603AQH143MPyxu56Q/profile-displayphoto-shrink_800_800/0/1594748295110?e=1668643200&v=beta&t=5tp0UAabveCsQzmn5yE8S_in32oDBrWM2OOI-DimOOE",
name: "Sundar Bhagavatula",
title: "Tech Lead",
description: "Organization admin and React engineer at portfolioshop. Interested in different software domains.",
linkedin: "https://www.linkedin.com/in/sundar-bhagavatula-b7b7ab1aa/",
github: "https://github.com/sundarbsb"
},{
const leads = [{
imageLink: "https://avatars.githubusercontent.com/u/74463091?v=4",
name: "Sudip Mondal",
title: "Tech Lead",
Expand Down

0 comments on commit 427debd

Please sign in to comment.