[
  {
    "path": ".gitignore",
    "content": "# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.\n\n# dependencies\n/node_modules\n/.pnp\n.pnp.js\n\n# testing\n/coverage\n\n# production\n/build\n\n# misc\n.DS_Store\n.env.local\n.env.development.local\n.env.test.local\n.env.production.local\n\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2020 Mahmudul Alam\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
  },
  {
    "path": "README.md",
    "content": "## Material UI Portfolio\n\nA portfolio single page application using React and Material UI\n\n### Demo of this site available here [Material-UI-Portfolio Demo](https://materialui-portfolio.netlify.app/)\n\n#### Installing\n\nClone the repository using following command or download\n\n```\ngit clone https://github.com/devmahmud/material-ui-portfolio.git\n```\n\n#### To install dependency\n\n```\nnpm install\n```\n\n#### To start the server\n\n```\nnpm start\n```\n\n#### For Production Build\n\n```\nnpm run build\n```\n\nServer will be available at http://127.0.0.1:3000 in your browser\n\n# Project snapshot\n\n## Home page\n\n![image](https://user-images.githubusercontent.com/19981097/86140838-218ec980-bb13-11ea-87c5-504d68c8d2a4.png)\n\n## Sidebar\n\n![image](https://user-images.githubusercontent.com/19981097/86140963-4aaf5a00-bb13-11ea-854e-012077dd6101.png)\n\n## Resume\n\n![image](https://user-images.githubusercontent.com/19981097/86141072-6fa3cd00-bb13-11ea-98d4-459d59af8a15.png)\n\n## Portfolio\n\n![image](https://user-images.githubusercontent.com/19981097/86141235-9f52d500-bb13-11ea-9d7b-44b982a6fd3f.png)\n\n## Contact\n\n![image](https://user-images.githubusercontent.com/19981097/86141330-bf829400-bb13-11ea-9070-ecd62027078f.png)\n\n## Author\n\n<blockquote>\nMahmudul alam\nEmail: expelmahmud@gmail.com\n</blockquote>\n\n========Thank You !!!=========\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"portfolio\",\n  \"version\": \"0.1.0\",\n  \"private\": true,\n  \"dependencies\": {\n    \"@material-ui/core\": \"^4.10.2\",\n    \"@material-ui/icons\": \"^4.9.1\",\n    \"@material-ui/styles\": \"^4.10.0\",\n    \"@testing-library/jest-dom\": \"^4.2.4\",\n    \"@testing-library/react\": \"^9.5.0\",\n    \"@testing-library/user-event\": \"^7.2.1\",\n    \"i\": \"^0.3.6\",\n    \"npm\": \"^6.14.5\",\n    \"react\": \"^16.13.1\",\n    \"react-dom\": \"^16.13.1\",\n    \"react-particles-js\": \"^3.2.1\",\n    \"react-router-dom\": \"^5.2.0\",\n    \"react-scripts\": \"3.4.1\",\n    \"react-typed\": \"^1.2.0\"\n  },\n  \"scripts\": {\n    \"start\": \"react-scripts --openssl-legacy-provider start\",\n    \"build\": \"react-scripts build\",\n    \"test\": \"react-scripts test\",\n    \"eject\": \"react-scripts eject\"\n  },\n  \"eslintConfig\": {\n    \"extends\": \"react-app\"\n  },\n  \"browserslist\": {\n    \"production\": [\n      \">0.2%\",\n      \"not dead\",\n      \"not op_mini all\"\n    ],\n    \"development\": [\n      \"last 1 chrome version\",\n      \"last 1 firefox version\",\n      \"last 1 safari version\"\n    ]\n  }\n}\n"
  },
  {
    "path": "public/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"utf-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n    <meta name=\"description\" content=\"Portfolio application\" />\n    <title>Portfolio</title>\n  </head>\n  <body>\n    <noscript>You need to enable JavaScript to run this app.</noscript>\n    <div id=\"root\"></div>\n    <!--\n      This HTML file is a template.\n      If you open it directly in the browser, you will see an empty page.\n\n      You can add webfonts, meta tags, or analytics to this file.\n      The build step will place the bundled scripts into the <body> tag.\n\n      To begin the development, run `npm start` or `yarn start`.\n      To create a production bundle, use `npm run build` or `yarn build`.\n    -->\n  </body>\n</html>\n"
  },
  {
    "path": "public/manifest.json",
    "content": "{\n  \"short_name\": \"React App\",\n  \"name\": \"Create React App Sample\",\n  \"icons\": [\n    {\n      \"src\": \"favicon.ico\",\n      \"sizes\": \"64x64 32x32 24x24 16x16\",\n      \"type\": \"image/x-icon\"\n    },\n    {\n      \"src\": \"logo192.png\",\n      \"type\": \"image/png\",\n      \"sizes\": \"192x192\"\n    },\n    {\n      \"src\": \"logo512.png\",\n      \"type\": \"image/png\",\n      \"sizes\": \"512x512\"\n    }\n  ],\n  \"start_url\": \".\",\n  \"display\": \"standalone\",\n  \"theme_color\": \"#000000\",\n  \"background_color\": \"#ffffff\"\n}\n"
  },
  {
    "path": "public/robots.txt",
    "content": "# https://www.robotstxt.org/robotstxt.html\nUser-agent: *\nDisallow:\n"
  },
  {
    "path": "src/App.css",
    "content": "body {\n  background: url(coffee-apple.jpg) no-repeat center center fixed;\n  -webkit-background-size: cover;\n  -moz-background-size: cover;\n  -o-background-size: cover;\n  background-size: cover;\n}\n"
  },
  {
    "path": "src/App.js",
    "content": "import React from \"react\";\nimport { Route, Switch } from \"react-router-dom\";\nimport CssBaseline from \"@material-ui/core/CssBaseline\";\nimport Home from \"./components\";\nimport Resume from \"./components/Resume\";\nimport Navbar from \"./components/Navbar\";\nimport Portfolio from \"./components/Portfolio\";\nimport Contact from \"./components/Contact\";\n\nimport \"./App.css\";\n\nfunction App() {\n  return (\n    <React.Fragment>\n      <CssBaseline />\n      <Navbar />\n      <Switch>\n        <Route exact path=\"/\" component={Home} />\n        <Route exact path=\"/resume\" component={Resume} />\n        <Route exact path=\"/portfolio\" component={Portfolio} />\n        <Route exact path=\"/contact\" component={Contact} />\n      </Switch>\n    </React.Fragment>\n  );\n}\n\nexport default App;\n"
  },
  {
    "path": "src/App.test.js",
    "content": "import React from 'react';\nimport { render } from '@testing-library/react';\nimport App from './App';\n\ntest('renders learn react link', () => {\n  const { getByText } = render(<App />);\n  const linkElement = getByText(/learn react/i);\n  expect(linkElement).toBeInTheDocument();\n});\n"
  },
  {
    "path": "src/components/Contact.js",
    "content": "import React from \"react\";\nimport { makeStyles, withStyles } from \"@material-ui/core/styles\";\nimport Box from \"@material-ui/core/Box\";\nimport TextField from \"@material-ui/core/TextField\";\nimport Typography from \"@material-ui/core/Typography\";\nimport Grid from \"@material-ui/core/Grid\";\nimport Button from \"@material-ui/core/Button\";\n\nimport Send from \"@material-ui/icons/Send\";\n\nconst useStyles = makeStyles((theme) => ({\n  contactContainer: {\n    background: \"#233\",\n    height: \"100vh\",\n  },\n  heading: {\n    color: \"tomato\",\n    textAlign: \"center\",\n    textTransform: \"uppercase\",\n    marginBottom: \"1rem\",\n  },\n  form: {\n    top: \"50%\",\n    left: \"50%\",\n    transform: \"translate(-50%, -50%)\",\n    position: \"absolute\",\n  },\n  input: {\n    color: \"#fff\",\n  },\n  button: {\n    marginTop: \"1rem\",\n    color: \"tomato\",\n    borderColor: \"tan\",\n  },\n  field: {\n    margin: \"1rem 0rem\",\n  },\n}));\n\nconst InputField = withStyles({\n  root: {\n    \"& label.Mui-focused\": {\n      color: \"tomato\",\n    },\n    \"& label\": {\n      color: \"tan\",\n    },\n    \"& .MuiOutlinedInput-root\": {\n      \"& fieldset\": {\n        borderColor: \"tan\",\n      },\n      \"&:hover fieldset\": {\n        borderColor: \"tan\",\n      },\n      \"&.Mui-focused fieldset\": {\n        color: \"#fff\",\n        borderColor: \"tan\",\n      },\n    },\n  },\n})(TextField);\n\nconst Contact = () => {\n  const classes = useStyles();\n  return (\n    <Box component=\"div\" className={classes.contactContainer}>\n      <Grid container justify=\"center\">\n        <Box component=\"form\" className={classes.form}>\n          <Typography variant=\"h5\" className={classes.heading}>\n            Hire or Contact me...\n          </Typography>\n          <InputField\n            fullWidth={true}\n            label=\"Name\"\n            variant=\"outlined\"\n            inputProps={{ className: classes.input }}\n          />\n          <InputField\n            fullWidth={true}\n            label=\"Email\"\n            variant=\"outlined\"\n            inputProps={{ className: classes.input }}\n            className={classes.field}\n          />\n          <InputField\n            fullWidth={true}\n            label=\"Message\"\n            variant=\"outlined\"\n            multiline\n            rows={4}\n            inputProps={{ className: classes.input }}\n          />\n          <Button\n            variant=\"outlined\"\n            fullWidth={true}\n            endIcon={<Send />}\n            className={classes.button}\n          >\n            Contact Me\n          </Button>\n        </Box>\n      </Grid>\n    </Box>\n  );\n};\n\nexport default Contact;\n"
  },
  {
    "path": "src/components/Footer.js",
    "content": "import React from \"react\";\nimport { makeStyles } from \"@material-ui/core/styles\";\nimport BottomNavigation from \"@material-ui/core/BottomNavigation\";\nimport BottomNavigationAction from \"@material-ui/core/BottomNavigationAction\";\nimport Facebook from \"@material-ui/icons/Facebook\";\nimport Twitter from \"@material-ui/icons/Twitter\";\nimport Instagram from \"@material-ui/icons/Instagram\";\n\nconst useStyles = makeStyles({\n  bottomNavContainer: {\n    background: \"#222\",\n    height: \"55px\",\n    overflow: \"hidden\",\n  },\n  root: {\n    \"& .MuiSvgIcon-root\": {\n      fill: \"tan\",\n      \"&:hover\": {\n        fill: \"tomato\",\n        fontSize: \"1.8rem\",\n      },\n    },\n  },\n});\n\nconst Footer = () => {\n  const classes = useStyles();\n\n  return (\n    <BottomNavigation className={classes.bottomNavContainer}>\n      <BottomNavigationAction icon={<Facebook />} className={classes.root} />\n      <BottomNavigationAction icon={<Twitter />} className={classes.root} />\n      <BottomNavigationAction icon={<Instagram />} className={classes.root} />\n    </BottomNavigation>\n  );\n};\nexport default Footer;\n"
  },
  {
    "path": "src/components/Header.js",
    "content": "import React from \"react\";\nimport Typography from \"@material-ui/core/Typography\";\nimport Avatar from \"@material-ui/core/Avatar\";\nimport Grid from \"@material-ui/core/Grid\";\nimport Box from \"@material-ui/core/Box\";\nimport Typed from \"react-typed\";\nimport { makeStyles } from \"@material-ui/core/styles\";\nimport avatar from \"../avatar.png\";\n\nconst useStyles = makeStyles((theme) => ({\n  avatar: {\n    width: theme.spacing(15),\n    height: theme.spacing(15),\n    margin: theme.spacing(1),\n  },\n  title: {\n    color: \"tomato\",\n  },\n  subtitle: {\n    color: \"tan\",\n    textTransform: \"uppercase\",\n  },\n  typedContainer: {\n    position: \"absolute\",\n    top: \"50%\",\n    left: \"50%\",\n    transform: \"translate(-50%,-50%)\",\n    width: \"100vw\",\n    textAlign: \"center\",\n    zIndex: 1,\n  },\n}));\n\nconst Header = () => {\n  const classes = useStyles();\n\n  return (\n    <Box className={classes.typedContainer}>\n      <Grid container justify=\"center\">\n        <Avatar className={classes.avatar} src={avatar} alt=\"Mahmudul Alam\" />\n      </Grid>\n      <Typography className={classes.title} variant=\"h4\">\n        <Typed strings={[\"Mahmudul Alam\"]} typeSpeed={40} />\n      </Typography>\n\n      <Typography className={classes.subtitle} variant=\"h5\">\n        <Typed\n          strings={[\n            \"Frontend Developer\",\n            \"Backend Developer\",\n            \"Native App Developer\",\n          ]}\n          typeSpeed={40}\n          backSpeed={50}\n          loop\n        />\n      </Typography>\n    </Box>\n  );\n};\n\nexport default Header;\n"
  },
  {
    "path": "src/components/Navbar.js",
    "content": "import React, { useState } from \"react\";\nimport { Link } from \"react-router-dom\";\nimport Drawer from \"@material-ui/core/Drawer\";\nimport Box from \"@material-ui/core/Box\";\nimport AppBar from \"@material-ui/core/AppBar\";\nimport Toolbar from \"@material-ui/core/Toolbar\";\nimport IconButton from \"@material-ui/core/IconButton\";\nimport List from \"@material-ui/core/List\";\nimport ListItem from \"@material-ui/core/ListItem\";\nimport ListItemIcon from \"@material-ui/core/ListItemIcon\";\nimport ListItemText from \"@material-ui/core/ListItemText\";\nimport Avatar from \"@material-ui/core/Avatar\";\nimport Divider from \"@material-ui/core/Divider\";\nimport Typography from \"@material-ui/core/Typography\";\nimport ArrowBack from \"@material-ui/icons/ArrowBack\";\nimport AssignmentInd from \"@material-ui/icons/AssignmentInd\";\nimport Home from \"@material-ui/icons/Home\";\nimport Apps from \"@material-ui/icons/Apps\";\nimport ContactMail from \"@material-ui/icons/ContactMail\";\nimport { makeStyles } from \"@material-ui/core/styles\";\nimport avatar from \"../avatar.png\";\n\nimport Footer from \"../components/Footer\";\n\nconst useStyles = makeStyles((theme) => ({\n  appbar: {\n    background: \"#222\",\n    margin: 0,\n  },\n  arrow: {\n    color: \"tomato\",\n  },\n  title: {\n    color: \"tan\",\n  },\n  menuSliderContainer: {\n    width: 250,\n    background: \"#511\",\n    height: \"100%\",\n  },\n  avatar: {\n    display: \"block\",\n    margin: \"0.5rem auto\",\n    width: theme.spacing(13),\n    height: theme.spacing(13),\n  },\n  listItem: {\n    color: \"tan\",\n  },\n}));\n\nconst menuItems = [\n  { listIcon: <Home />, listText: \"Home\", listPath: \"/\" },\n  { listIcon: <AssignmentInd />, listText: \"Resume\", listPath: \"/resume\" },\n  { listIcon: <Apps />, listText: \"Portfolio\", listPath: \"/portfolio\" },\n  { listIcon: <ContactMail />, listText: \"Contact\", listPath: \"/contact\" },\n];\n\nconst Navbar = () => {\n  const [open, setOpen] = useState(false);\n\n  const classes = useStyles();\n\n  const sideList = () => (\n    <Box className={classes.menuSliderContainer} component=\"div\">\n      <Avatar className={classes.avatar} src={avatar} alt=\"Mahmudul Alam\" />\n      <Divider />\n      <List>\n        {menuItems.map((item, i) => (\n          <ListItem\n            button\n            key={i}\n            className={classes.listItem}\n            onClick={() => setOpen(false)}\n            component={Link}\n            to={item.listPath}\n          >\n            <ListItemIcon className={classes.listItem}>\n              {item.listIcon}\n            </ListItemIcon>\n            <ListItemText primary={item.listText} />\n          </ListItem>\n        ))}\n      </List>\n    </Box>\n  );\n\n  return (\n    <React.Fragment>\n      <Box component=\"nav\">\n        <AppBar position=\"static\" className={classes.appbar}>\n          <Toolbar>\n            <IconButton onClick={() => setOpen(true)}>\n              <ArrowBack className={classes.arrow} />\n            </IconButton>\n            <Typography variant=\"h5\" className={classes.title}>\n              Portfolio\n            </Typography>\n          </Toolbar>\n        </AppBar>\n      </Box>\n      <Drawer open={open} anchor=\"right\" onClose={() => setOpen(false)}>\n        {sideList()}\n        <Footer />\n      </Drawer>\n    </React.Fragment>\n  );\n};\n\nexport default Navbar;\n"
  },
  {
    "path": "src/components/Particles.js",
    "content": "import React from \"react\";\nimport { Particles as ReactParticles } from \"react-particles-js\";\nimport { makeStyles } from \"@material-ui/core/styles\";\n\nconst useStyles = makeStyles((theme) => ({\n  particlesCanvas: {\n    position: \"fixed\",\n    opacity: \"0.3\"\n  },\n}));\n\nconst Particles = () => {\n  const classes = useStyles();\n\n  return (\n    <ReactParticles\n      canvasClassName={classes.particlesCanvas}\n      params={{\n        particles: {\n          number: {\n            value: 45,\n            density: {\n              enable: true,\n              value_area: 800,\n            },\n          },\n          shape: {\n            type: \"circle\",\n            stroke: {\n              width: 1,\n              color: \"tomato\",\n            },\n          },\n          size: {\n            value: 8,\n            random: true,\n            anim: {\n              enable: false,\n              speed: 6,\n              size_min: 0,\n              sync: true,\n            },\n          },\n          opacity: {\n            value: 0.5,\n            random: true,\n            anim: {\n              enable: true,\n              speed: 1,\n              opacity_min: 0.1,\n              sync: false,\n            },\n          },\n        },\n      }}\n    />\n  );\n};\n\nexport default Particles;\n"
  },
  {
    "path": "src/components/Portfolio.js",
    "content": "import React from \"react\";\nimport { makeStyles } from \"@material-ui/core/styles\";\nimport Box from \"@material-ui/core/Box\";\nimport Grid from \"@material-ui/core/Grid\";\nimport Card from \"@material-ui/core/Card\";\nimport CardActionArea from \"@material-ui/core/CardActionArea\";\nimport CardActions from \"@material-ui/core/CardActions\";\nimport CardContent from \"@material-ui/core/CardContent\";\nimport CardMedia from \"@material-ui/core/CardMedia\";\nimport Button from \"@material-ui/core/Button\";\nimport Typography from \"@material-ui/core/Typography\";\n\nimport project1 from \"../images/html-css-javascript-lg.jpg\";\nimport project2 from \"../images/html-css-javascript.jpg\";\nimport project3 from \"../images/javascript-fullstack.jpg\";\nimport project4 from \"../images/mern-stack.jpg\";\nimport project5 from \"../images/react-redux.jpg\";\nimport project6 from \"../images/react.png\";\n\nconst useStyles = makeStyles((theme) => ({\n  mainContainer: {\n    background: \"#233\",\n    height: \"100%\",\n  },\n  cardContainer: {\n    maxWidth: 345,\n    margin: \"3rem auto\",\n  },\n}));\n\nconst projects = [\n  {\n    name: \"Project 1\",\n    description: `Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis\n    consequatur magni quod nesciunt necessitatibus molestiae non\n    eligendi, magnam est aliquam recusandae? Magnam soluta minus\n    iste alias sunt veritatis nisi dolores!`,\n    image: project1,\n  },\n  {\n    name: \"Project 2\",\n    description: `Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis\\\n    consequatur magni quod nesciunt necessitatibus molestiae non\\\n    eligendi, magnam est aliquam recusandae? Magnam soluta minus\\\n    iste alias sunt veritatis nisi dolores!`,\n    image: project2,\n  },\n  {\n    name: \"Project 3\",\n    description: `Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis\\\n    consequatur magni quod nesciunt necessitatibus molestiae non\\\n    eligendi, magnam est aliquam recusandae? Magnam soluta minus\\\n    iste alias sunt veritatis nisi dolores!`,\n    image: project3,\n  },\n  {\n    name: \"Project 4\",\n    description: `Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis\\\n    consequatur magni quod nesciunt necessitatibus molestiae non\\\n    eligendi, magnam est aliquam recusandae? Magnam soluta minus\\\n    iste alias sunt veritatis nisi dolores!`,\n    image: project4,\n  },\n  {\n    name: \"Project 5\",\n    description: `Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis\\\n    consequatur magni quod nesciunt necessitatibus molestiae non\\\n    eligendi, magnam est aliquam recusandae? Magnam soluta minus\\\n    iste alias sunt veritatis nisi dolores!`,\n    image: project5,\n  },\n  {\n    name: \"Project 6\",\n    description: `Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quis\\\n    consequatur magni quod nesciunt necessitatibus molestiae non\\\n    eligendi, magnam est aliquam recusandae? Magnam soluta minus\\\n    iste alias sunt veritatis nisi dolores!`,\n    image: project6,\n  },\n];\n\nconst Portfolio = () => {\n  const classes = useStyles();\n  return (\n    <Box component=\"div\" className={classes.mainContainer}>\n      <Grid container justify=\"center\">\n        {/* Projects */}\n        {projects.map((project, i) => (\n          <Grid item xs={12} sm={8} md={4} key={i}>\n            <Card className={classes.cardContainer}>\n              <CardActionArea>\n                <CardMedia\n                  component=\"img\"\n                  alt=\"Project 1\"\n                  height=\"140\"\n                  image={project.image}\n                />\n                <CardContent>\n                  <Typography variant=\"h5\" gutterBottom>\n                    {project.name}\n                  </Typography>\n                  <Typography variant=\"body2\" color=\"textSecondary\">\n                    {project.description}\n                  </Typography>\n                </CardContent>\n              </CardActionArea>\n              <CardActions>\n                <Button size=\"small\" color=\"primary\">\n                  Share\n                </Button>\n                <Button size=\"small\" color=\"primary\">\n                  Live Demo\n                </Button>\n              </CardActions>\n            </Card>\n          </Grid>\n        ))}\n      </Grid>\n    </Box>\n  );\n};\n\nexport default Portfolio;\n"
  },
  {
    "path": "src/components/Resume.js",
    "content": "import React from \"react\";\nimport { makeStyles } from \"@material-ui/core/styles\";\nimport Typography from \"@material-ui/core/Typography\";\nimport Box from \"@material-ui/core/Box\";\n\nconst useStyles = makeStyles((theme) => ({\n  mainContainer: {\n    background: \"#233\",\n  },\n  timeLine: {\n    position: \"relative\",\n    padding: \"1rem\",\n    margin: \"o auto\",\n    \"&:before\": {\n      content: \"''\",\n      position: \"absolute\",\n      height: \"100%\",\n      border: \"1px solid tan\",\n      right: \"40px\",\n      top: 0,\n    },\n    \"&:after\": {\n      content: \"''\",\n      display: \"table\",\n      clear: \"both\",\n    },\n    [theme.breakpoints.up(\"md\")]: {\n      padding: \"2rem\",\n      \"&:before\": {\n        left: \"calc(50% - 1px)\",\n        right: \"auto\",\n      },\n    },\n  },\n  timeLineItem: {\n    padding: \"1rem\",\n    borderBottom: \"2px solid tan\",\n    position: \"relative\",\n    margin: \"1rem 3rem 1rem 1rem\",\n    clear: \"both\",\n    \"&:after\": {\n      content: \"''\",\n      position: \"absolute\",\n    },\n    \"&:before\": {\n      content: \"''\",\n      position: \"absolute\",\n      right: \"-0.625rem\",\n      top: \"calc(50% - 5px)\",\n      borderStyle: \"solid\",\n      borderColor: \"tomato tomato transparent transparent\",\n      borderWidth: \"0.625rem\",\n      transform: \"rotate(45deg)\",\n    },\n    [theme.breakpoints.up(\"md\")]: {\n      width: \"44%\",\n      margin: \"1rem\",\n      \"&:nth-of-type(2n)\": {\n        float: \"right\",\n        margin: \"1rem\",\n        borderColor: \"tan\",\n      },\n      \"&:nth-of-type(2n):before\": {\n        right: \"auto\",\n        left: \"-0.625rem\",\n        borderColor: \"transparent transparent tomato tomato\",\n      },\n    },\n  },\n  timeLineYear: {\n    textAlign: \"center\",\n    maxWidth: \"9.375rem\",\n    margin: \"0 3rem 0 auto\",\n    fontSize: \"1.8rem\",\n    color: \"#fff\",\n    background: \"tomato\",\n    lineHeight: 1,\n    padding: \"0.5rem 1rem\",\n    \"&:before\": {\n      display: \"none\",\n    },\n    [theme.breakpoints.up(\"md\")]: {\n      textAlign: \"center\",\n      margin: \"0 auto\",\n      \"&:nth-of-type(2n)\": {\n        float: \"none\",\n        margin: \"0 auto\",\n      },\n      \"&:nth-of-type(2n):before\": {\n        display: \"none\",\n      },\n    },\n  },\n  heading: {\n    color: \"tomato\",\n    padding: \"3rem 0\",\n    textTransform: \"uppercase\",\n  },\n  subHeading: {\n    color: \"#fff\",\n    padding: 0,\n    textTransform: \"uppercase\",\n  },\n  body1: {\n    color: \"tomato\",\n  },\n  subtitle1: {\n    color: \"tan\",\n  },\n}));\n\nconst Resume = () => {\n  const classes = useStyles();\n  return (\n    <Box component=\"header\" className={classes.mainContainer}>\n      <Typography variant=\"h4\" align=\"center\" className={classes.heading}>\n        Working Experience\n      </Typography>\n      <Box component=\"div\" className={classes.timeLine}>\n        <Typography\n          variant=\"h2\"\n          className={`${classes.timeLineYear} ${classes.timeLineItem}`}\n        >\n          2013\n        </Typography>\n        <Box component=\"div\" className={classes.timeLineItem}>\n          <Typography\n            variant=\"h5\"\n            align=\"center\"\n            className={classes.subHeading}\n          >\n            web design\n          </Typography>\n          <Typography variant=\"body1\" align=\"center\" className={classes.body1}>\n            company name where worked\n          </Typography>\n          <Typography\n            variant=\"subtitle1\"\n            align=\"center\"\n            className={classes.subtitle1}\n          >\n            Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero quas\n            ipsa, laudantium totam perferendis possimus voluptatibus tenetur.\n            Quasi voluptatibus, nam vitae eaque ad, officia laboriosam\n            repudiandae, rerum necessitatibus nisi mollitia.\n          </Typography>\n        </Box>\n        <Typography\n          variant=\"h2\"\n          className={`${classes.timeLineYear} ${classes.timeLineItem}`}\n        >\n          2014\n        </Typography>\n        <Box component=\"div\" className={classes.timeLineItem}>\n          <Typography\n            variant=\"h5\"\n            align=\"center\"\n            className={classes.subHeading}\n          >\n            html & css\n          </Typography>\n          <Typography variant=\"body1\" align=\"center\" className={classes.body1}>\n            company name where worked\n          </Typography>\n          <Typography\n            variant=\"subtitle1\"\n            align=\"center\"\n            className={classes.subtitle1}\n          >\n            Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero quas\n            ipsa, laudantium totam perferendis possimus voluptatibus tenetur.\n            Quasi voluptatibus, nam vitae eaque ad, officia laboriosam\n            repudiandae, rerum necessitatibus nisi mollitia.\n          </Typography>\n        </Box>\n        <Typography\n          variant=\"h2\"\n          className={`${classes.timeLineYear} ${classes.timeLineItem}`}\n        >\n          2015\n        </Typography>\n        <Box component=\"div\" className={classes.timeLineItem}>\n          <Typography\n            variant=\"h5\"\n            align=\"center\"\n            className={classes.subHeading}\n          >\n            Fullstack Javascript\n          </Typography>\n          <Typography variant=\"body1\" align=\"center\" className={classes.body1}>\n            company name where worked\n          </Typography>\n          <Typography\n            variant=\"subtitle1\"\n            align=\"center\"\n            className={classes.subtitle1}\n          >\n            Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero quas\n            ipsa, laudantium totam perferendis possimus voluptatibus tenetur.\n            Quasi voluptatibus, nam vitae eaque ad, officia laboriosam\n            repudiandae, rerum necessitatibus nisi mollitia.\n          </Typography>\n        </Box>\n        <Typography\n          variant=\"h2\"\n          className={`${classes.timeLineYear} ${classes.timeLineItem}`}\n        >\n          2017\n        </Typography>\n        <Box component=\"div\" className={classes.timeLineItem}>\n          <Typography\n            variant=\"h5\"\n            align=\"center\"\n            className={classes.subHeading}\n          >\n            Django & React\n          </Typography>\n          <Typography variant=\"body1\" align=\"center\" className={classes.body1}>\n            company name where worked\n          </Typography>\n          <Typography\n            variant=\"subtitle1\"\n            align=\"center\"\n            className={classes.subtitle1}\n          >\n            Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero quas\n            ipsa, laudantium totam perferendis possimus voluptatibus tenetur.\n            Quasi voluptatibus, nam vitae eaque ad, officia laboriosam\n            repudiandae, rerum necessitatibus nisi mollitia.\n          </Typography>\n        </Box>\n      </Box>\n    </Box>\n  );\n};\n\nexport default Resume;\n"
  },
  {
    "path": "src/components/index.js",
    "content": "import React from \"react\";\nimport Header from \"./Header\";\nimport Particles from \"./Particles\";\n\nconst Home = () => {\n  return (\n    <React.Fragment>\n      <Header />\n      <Particles />\n    </React.Fragment>\n  );\n};\n\nexport default Home;\n"
  },
  {
    "path": "src/index.js",
    "content": "import React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport {BrowserRouter as Router} from 'react-router-dom'\nimport App from \"./App\";\nimport * as serviceWorker from \"./serviceWorker\";\n\nReactDOM.render(<Router><App /></Router>, document.getElementById(\"root\"));\n\n// If you want your app to work offline and load faster, you can change\n// unregister() to register() below. Note this comes with some pitfalls.\n// Learn more about service workers: https://bit.ly/CRA-PWA\nserviceWorker.unregister();\n"
  },
  {
    "path": "src/serviceWorker.js",
    "content": "// This optional code is used to register a service worker.\n// register() is not called by default.\n\n// This lets the app load faster on subsequent visits in production, and gives\n// it offline capabilities. However, it also means that developers (and users)\n// will only see deployed updates on subsequent visits to a page, after all the\n// existing tabs open on the page have been closed, since previously cached\n// resources are updated in the background.\n\n// To learn more about the benefits of this model and instructions on how to\n// opt-in, read https://bit.ly/CRA-PWA\n\nconst isLocalhost = Boolean(\n  window.location.hostname === 'localhost' ||\n    // [::1] is the IPv6 localhost address.\n    window.location.hostname === '[::1]' ||\n    // 127.0.0.0/8 are considered localhost for IPv4.\n    window.location.hostname.match(\n      /^127(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/\n    )\n);\n\nexport function register(config) {\n  if (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) {\n    // The URL constructor is available in all browsers that support SW.\n    const publicUrl = new URL(process.env.PUBLIC_URL, window.location.href);\n    if (publicUrl.origin !== window.location.origin) {\n      // Our service worker won't work if PUBLIC_URL is on a different origin\n      // from what our page is served on. This might happen if a CDN is used to\n      // serve assets; see https://github.com/facebook/create-react-app/issues/2374\n      return;\n    }\n\n    window.addEventListener('load', () => {\n      const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`;\n\n      if (isLocalhost) {\n        // This is running on localhost. Let's check if a service worker still exists or not.\n        checkValidServiceWorker(swUrl, config);\n\n        // Add some additional logging to localhost, pointing developers to the\n        // service worker/PWA documentation.\n        navigator.serviceWorker.ready.then(() => {\n          console.log(\n            'This web app is being served cache-first by a service ' +\n              'worker. To learn more, visit https://bit.ly/CRA-PWA'\n          );\n        });\n      } else {\n        // Is not localhost. Just register service worker\n        registerValidSW(swUrl, config);\n      }\n    });\n  }\n}\n\nfunction registerValidSW(swUrl, config) {\n  navigator.serviceWorker\n    .register(swUrl)\n    .then(registration => {\n      registration.onupdatefound = () => {\n        const installingWorker = registration.installing;\n        if (installingWorker == null) {\n          return;\n        }\n        installingWorker.onstatechange = () => {\n          if (installingWorker.state === 'installed') {\n            if (navigator.serviceWorker.controller) {\n              // At this point, the updated precached content has been fetched,\n              // but the previous service worker will still serve the older\n              // content until all client tabs are closed.\n              console.log(\n                'New content is available and will be used when all ' +\n                  'tabs for this page are closed. See https://bit.ly/CRA-PWA.'\n              );\n\n              // Execute callback\n              if (config && config.onUpdate) {\n                config.onUpdate(registration);\n              }\n            } else {\n              // At this point, everything has been precached.\n              // It's the perfect time to display a\n              // \"Content is cached for offline use.\" message.\n              console.log('Content is cached for offline use.');\n\n              // Execute callback\n              if (config && config.onSuccess) {\n                config.onSuccess(registration);\n              }\n            }\n          }\n        };\n      };\n    })\n    .catch(error => {\n      console.error('Error during service worker registration:', error);\n    });\n}\n\nfunction checkValidServiceWorker(swUrl, config) {\n  // Check if the service worker can be found. If it can't reload the page.\n  fetch(swUrl, {\n    headers: { 'Service-Worker': 'script' },\n  })\n    .then(response => {\n      // Ensure service worker exists, and that we really are getting a JS file.\n      const contentType = response.headers.get('content-type');\n      if (\n        response.status === 404 ||\n        (contentType != null && contentType.indexOf('javascript') === -1)\n      ) {\n        // No service worker found. Probably a different app. Reload the page.\n        navigator.serviceWorker.ready.then(registration => {\n          registration.unregister().then(() => {\n            window.location.reload();\n          });\n        });\n      } else {\n        // Service worker found. Proceed as normal.\n        registerValidSW(swUrl, config);\n      }\n    })\n    .catch(() => {\n      console.log(\n        'No internet connection found. App is running in offline mode.'\n      );\n    });\n}\n\nexport function unregister() {\n  if ('serviceWorker' in navigator) {\n    navigator.serviceWorker.ready\n      .then(registration => {\n        registration.unregister();\n      })\n      .catch(error => {\n        console.error(error.message);\n      });\n  }\n}\n"
  },
  {
    "path": "src/setupTests.js",
    "content": "// jest-dom adds custom jest matchers for asserting on DOM nodes.\n// allows you to do things like:\n// expect(element).toHaveTextContent(/react/i)\n// learn more: https://github.com/testing-library/jest-dom\nimport '@testing-library/jest-dom/extend-expect';\n"
  }
]