Skip to content

Commit

Permalink
Some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Koorous Vargha committed Oct 15, 2024
1 parent a7e6719 commit 2c8620a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/pages/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import KoorousVargha from "../../img/koorous-vargha-square.png";
import "./About.css";

// MUI Components
import { Grid, Container, Button } from "@mui/material";
import { Grid, Container } from "@mui/material";

import ArticleIcon from "@mui/icons-material/Article";
// import ArticleIcon from "@mui/icons-material/Article";

export default function About() {
return (
Expand Down Expand Up @@ -42,7 +42,7 @@ export default function About() {
I have experience in distributed systems, full stack development, cloud infrastructure, and DevOps.
</p>

<a href={'/Resume.pdf'} target="_blank" rel="noreferrer">
{/* <a href={'/Resume.pdf'} target="_blank" rel="noreferrer">
<Button
variant="outlined"
size="large"
Expand All @@ -51,7 +51,7 @@ export default function About() {
>
Resume
</Button>
</a>
</a> */}
</Grid>
</Grid>
</Container>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import EducationCard from "../../components/EducationCard/EducationCard";
// MUI Components
import { Container, Grid, Divider, Button } from "@mui/material";

import ArticleIcon from "@mui/icons-material/Article";
// import ArticleIcon from "@mui/icons-material/Article";

// Images
import inBlue from "../../img/In-Blue.png";
Expand Down Expand Up @@ -102,15 +102,15 @@ export default function Home() {
</Button>
</Link>

<a href={"/Resume.pdf"} target="_blank" rel="noreferrer">
{/* <a href={"/Resume.pdf"} target="_blank" rel="noreferrer">
<Button
variant="outlined"
size="large"
startIcon={<ArticleIcon />}
>
Resume
</Button>
</a>
</a> */}
</div>
</Grid>
<Grid className="grid-item" xs={12} sm={6} item>
Expand Down

0 comments on commit 2c8620a

Please sign in to comment.