mirror of
https://github.com/20kaushik02/portfolio-website.git
synced 2026-01-25 08:24:04 +00:00
SEO
This commit is contained in:
@@ -24,7 +24,7 @@ const Landing = () => {
|
||||
primary={"I'll be brief: Aspiring SWE whose passions lie in cloud technologies,\
|
||||
web development and machine learning, but open to much more."} />
|
||||
</ListItem>
|
||||
{/* intro with education */}
|
||||
{/* education, for now */}
|
||||
<ListItem>
|
||||
<ListItemText
|
||||
primary={"I'm currently pursuing my masters in computer\
|
||||
@@ -42,18 +42,15 @@ const Landing = () => {
|
||||
experiencesData.filter(exp => exp.type === 'prof')[0].location + " as a " +
|
||||
experiencesData.filter(exp => exp.type === 'prof')[0].designation + "."} />
|
||||
</ListItem>
|
||||
{/* last stint */}
|
||||
<ListItem>
|
||||
<ListItemText
|
||||
primary={"Yes it's a simple website :)"} />
|
||||
</ListItem>
|
||||
</List>
|
||||
<Divider />
|
||||
<Button
|
||||
size="large"
|
||||
variant="outlined"
|
||||
onClick={() => handleLinkClick(process.env.PUBLIC_URL + "myresume.pdf")}
|
||||
>
|
||||
My Resume
|
||||
</Button>
|
||||
<Divider />
|
||||
<Typography paragraph>
|
||||
Reach me at:
|
||||
<Typography paragraph p={1}>
|
||||
More at:
|
||||
</Typography>
|
||||
<ButtonGroup
|
||||
size="large"
|
||||
|
||||
14
src/components/UnderConstruction.js
Normal file
14
src/components/UnderConstruction.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Typography } from '@mui/material';
|
||||
import React from 'react'
|
||||
|
||||
const UnderConstruction = () => {
|
||||
return (
|
||||
<>
|
||||
<Typography variant="h4">
|
||||
I really have to finish this...
|
||||
</Typography>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default UnderConstruction;
|
||||
Reference in New Issue
Block a user