[
  {
    "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": "README.md",
    "content": "# Getting Started with Create React App\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `yarn test`\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can't go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `yarn build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"portofolio\",\n  \"version\": \"0.1.0\",\n  \"private\": true,\n  \"dependencies\": {\n    \"@emailjs/browser\": \"^3.4.0\",\n    \"@iconscout/react-unicons\": \"^1.1.6\",\n    \"@testing-library/jest-dom\": \"^5.14.1\",\n    \"@testing-library/react\": \"^12.0.0\",\n    \"@testing-library/user-event\": \"^13.2.1\",\n    \"framer-motion\": \"^6.2.8\",\n    \"react\": \"^17.0.2\",\n    \"react-dom\": \"^17.0.2\",\n    \"react-scripts\": \"5.0.0\",\n    \"react-scroll\": \"^1.8.6\",\n    \"swiper\": \"^8.0.7\",\n    \"web-vitals\": \"^2.1.0\"\n  },\n  \"scripts\": {\n    \"start\": \"react-scripts start\",\n    \"build\": \"react-scripts build\",\n    \"test\": \"react-scripts test\",\n    \"eject\": \"react-scripts eject\"\n  },\n  \"eslintConfig\": {\n    \"extends\": [\n      \"react-app\",\n      \"react-app/jest\"\n    ]\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=\"theme-color\" content=\"#000000\" />\n    <meta\n      name=\"description\"\n      content=\"Web site created using create-react-app\"\n    />\n    <style>\n         @font-face {\n        font-family: Gumela;\n        src: url('../src/fonts/*');\n    }\n    *{\n      font-family: \"Gumela\";\n      font-weight: normal;\n      font-size: 20px;\n    }\n    body{\n      margin: 0;\n    }\n    </style>\n    <!--\n      manifest.json provides metadata used when your web app is installed on a\n      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/\n    -->\n    <!--\n      Notice the use of %PUBLIC_URL% in the tags above.\n      It will be replaced with the URL of the `public` folder during the build.\n      Only files inside the `public` folder can be referenced from the HTML.\n\n      Unlike \"/favicon.ico\" or \"favicon.ico\", \"%PUBLIC_URL%/favicon.ico\" will\n      work correctly both with client-side routing and a non-root public URL.\n      Learn how to configure a non-root public URL by running `npm run build`.\n    -->\n    <title>React App</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/robots.txt",
    "content": "# https://www.robotstxt.org/robotstxt.html\nUser-agent: *\nDisallow:\n"
  },
  {
    "path": "src/App.css",
    "content": ":root\n{\n  --yellow: #F5C32C;\n    --orange : #FCA61F;\n    --black : #242D49;\n    --gray : #788097;\n    --blueCard : #DDF8FE;\n    --purple: rgb(238 210 255);\n    --boxShadow : 0px 19px 60px rgb(0 0 0 / 8%);\n    --orangeCard: rgba(252, 166, 31, 0.45);\n    --smboxShadow: -79px 51px 60px rgba(0, 0, 0, 0.08);\n}\n\n.App{\n    padding: 0.5rem 3.5rem;\n    overflow: hidden;\n    color: var(--black);    \n}\n\n.button {\n    background: linear-gradient(180deg, #fdc50f 26.71%, #fb982f 99.36%);\n    box-shadow: 0px 20px 24px 3px rgba(251, 161, 40, 0.42);\n    border-radius: 34px;\n    border: none;\n    color: white;\n    font-size: 16px;\n    padding: 11px 26px 11px 26px;\n  }\n  \n  .button:hover {\n    background: white;\n    cursor: pointer;\n    border: 1px solid var(--orange);\n    color: var(--orange);\n  }\n  @media screen and (max-width: 480px) {\n    .App {\n      padding: 0.5rem 1rem;\n\n    }\n  }\n\n  \n\n  "
  },
  {
    "path": "src/App.js",
    "content": "import Navbar from \"./components/Navbar/Navbar\";\nimport Intro from \"./components/Intro/Intro\";\nimport Services from \"./components/Services/Services\";\nimport \"./App.css\";\nimport Experience from \"./components/Experience/Experience\";\nimport Works from \"./components/Works/Works\";\nimport Portfolio from \"./components/Portfolio/Portfolio\";\nimport Testimonial from \"./components/Testimonials/Testimonial\";\nimport Contact from \"./components/Contact/Contact\";\nimport Footer from \"./components/Footer/Footer\";\nimport { useContext } from \"react\";\nimport { themeContext } from \"./Context\";\nfunction App() {\n  const theme = useContext(themeContext);\n  const darkMode = theme.state.darkMode;\n  return (\n    <div\n      className=\"App\"\n      style={{\n        background: darkMode ? \"black\" : \"\",\n        color: darkMode ? \"white\" : \"\",\n      }}\n    >\n      <Navbar />\n      <Intro />\n      <Services />\n      <Experience />\n      <Works />\n      <Portfolio />\n      <Testimonial />\n      <Contact />\n      <Footer />\n    </div>\n  );\n}\n\nexport default App;\n"
  },
  {
    "path": "src/Context.js",
    "content": "import { createContext, useReducer } from \"react\";\n\nexport const themeContext = createContext();\n\nconst initialState = { darkMode: false };\n\nconst themeReducer = (state, action) => {\n  switch (action.type) {\n    case \"toggle\":\n        return { darkMode: !state.darkMode };\n      default:\n        return state;\n  }\n};\n\nexport const ThemeProvider = (props) => {\n  const [state, dispatch] = useReducer(themeReducer, initialState);\n  return (\n    <themeContext.Provider value={{state, dispatch}}>{props.children}</themeContext.Provider>\n  );\n};\n"
  },
  {
    "path": "src/components/Card/Card.css",
    "content": ".card {\n  width: 10rem;\n  height: 13rem;\n  position: absolute;\n  display: flex;\n  flex-direction: column;\n  gap: 1rem;\n  align-items: center;\n  width: 10rem;\n  text-align: center;\n  background: rgba(255, 255, 255, 0.26);\n  border: 7px solid var(--orangeCard);\n  box-shadow: var(--boxShadow);\n  border-radius: 20px;\n  padding: 0px 26px 2rem 26px;\n}\n.card span:nth-of-type(2) {\n  color: var(--gray);\n  font-size: 16px;\n}\n.card > img {\n  transform: scale(0.6);\n  margin-bottom: -2rem;\n}\n.c-button {\n    background: #FFFFFF;\n    box-shadow: 0px 19px 60px rgba(0, 0, 0, 0.08);\n    border-radius: 7px;\n    border: none;\n    padding: 10px;\n    font-size: 16px;\n    color: #5290FD;\n}\n\n.c-button:hover{\n    transform: scale(1.1);\n    cursor: pointer;\n}\n/* cards */\n\n\n\n\n@media screen and (max-width: 480px){\n  .card{\n    width: auto;\n  }\n}"
  },
  {
    "path": "src/components/Card/Card.jsx",
    "content": "import React from \"react\";\nimport \"./Card.css\";\n\nconst Card = ({emoji, heading, detail, color}) => {\n  return (\n    <div className=\"card\" style={{borderColor: {color}}}> \n      <img src={emoji} alt=\"\" />\n      <span>{heading}</span>\n      <span>{detail}</span>\n      <button className=\"c-button\">LEARN MORE</button>\n    </div>\n  );\n};\n\nexport default Card;\n"
  },
  {
    "path": "src/components/Contact/Contact.css",
    "content": ".contact-form{\n    padding: 0 3rem 0 3rem;\n    display: flex;\n    height: 80vh;\n    margin-top: 4rem;\n      /* scroll */\n  padding-top: 3rem;\n}\n\n.c-right{\n    display: flex;\n    justify-content: center;\n    position: relative;\n    flex: 1;\n}\n\n.c-right>form\n{\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n    align-items: center;\n    \n}\n\n.c-right .user{\n    width: 20rem;\n    height: 2rem;\n    padding: 0.3em;\n    outline: none;\n    border: 2px solid var(--orange);\n    border-radius: 8px;\n    font-size: 16px;   \n}\n\ntextarea{\n    height: 4rem!important;\n}\n\n.c-blur1{\n    top: 1rem;\n    left: 8rem;\n}\n\n@media screen and (max-width: 480px) {\n    .contact-form{\n        padding: 0;\n        flex-direction: column;\n        gap: 5rem;\n        height: 40rem;\n    }\n    .c-right .user{\n        width: 16rem;\n    }\n\n}   "
  },
  {
    "path": "src/components/Contact/Contact.jsx",
    "content": "import React, { useContext, useRef, useState } from \"react\";\nimport \"./Contact.css\";\nimport emailjs from \"@emailjs/browser\";\nimport { themeContext } from \"../../Context\";\nconst Contact = () => {\n  const theme = useContext(themeContext);\n  const darkMode = theme.state.darkMode;\n  const form = useRef();\n  const [done, setDone] = useState(false)\n  const sendEmail = (e) => {\n    e.preventDefault();\n\n    emailjs\n      .sendForm(\n        \"service_2mu5xtl\",\n        \"template_m5udu2c\",\n        form.current,\n        \"VLwg1ltOWvnCYAiK_\"\n      )\n      .then(\n        (result) => {\n          console.log(result.text);\n          setDone(true);\n          form.reset();\n        },\n        (error) => {\n          console.log(error.text);\n        }\n      );\n  };\n\n  return (\n    <div className=\"contact-form\" id=\"contact\">\n      {/* left side copy and paste from work section */}\n      <div className=\"w-left\">\n        <div className=\"awesome\">\n          {/* darkMode */}\n          <span style={{color: darkMode?'white': ''}}>Get in Touch</span>\n          <span>Contact me</span>\n          <div\n            className=\"blur s-blur1\"\n            style={{ background: \"#ABF1FF94\" }}\n          ></div>\n        </div>\n      </div>\n      {/* right side form */}\n      <div className=\"c-right\">\n        <form ref={form} onSubmit={sendEmail}>\n          <input type=\"text\" name=\"user_name\" className=\"user\"  placeholder=\"Name\"/>\n          <input type=\"email\" name=\"user_email\" className=\"user\" placeholder=\"Email\"/>\n          <textarea name=\"message\" className=\"user\" placeholder=\"Message\"/>\n          <input type=\"submit\" value=\"Send\" className=\"button\"/>\n          <span>{done && \"Thanks for Contacting me\"}</span>\n          <div\n            className=\"blur c-blur1\"\n            style={{ background: \"var(--purple)\" }}\n          ></div>\n        </form>\n      </div>\n    </div>\n  );\n};\n\nexport default Contact;\n"
  },
  {
    "path": "src/components/Experience/Experience.css",
    "content": ".experience {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 5rem;\n  height: 30vh;\n  margin-bottom: 8rem;\n  /* darkmode */\n  color: var(--black);\n}\n.achievement{\n    display: flex;\n    flex-direction: column;    \n    align-items: center;\n}\n.circle {\n    width: 4rem;\n    height: 4rem;\n    background: white;\n    border-radius: 100%;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.5rem;\n    font-weight: bold;\n    margin-bottom: 2rem;\n}\n.circle::before {\n    border-radius: 100%;\n    content: '';\n    background-image: linear-gradient(to bottom, #87e6fb 0%, #ffc05c 100%);\n    top: -8px;\n    left: -8px;\n    bottom: -8px;\n    right: -8px;\n    position: absolute;\n    z-index:-1;\n    box-shadow: var(--boxShadow);\n}\n\n.achievement span:nth-of-type(2){\n    color: var(--orange);\n}\n\n\n@media screen and (max-width: 480px) {\n    .experience{\n        transform: scale(0.7);\n    }\n}"
  },
  {
    "path": "src/components/Experience/Experience.jsx",
    "content": "import React, { useContext } from \"react\";\nimport { themeContext } from \"../../Context\";\nimport \"./Experience.css\";\nconst Experience = () => {\n  const theme = useContext(themeContext);\n  const darkMode = theme.state.darkMode;\n\n  return (\n    <div className=\"experience\" id='experience'>\n      <div className=\"achievement\">\n        {/* darkMode */}\n        <div className=\"circle\" style={{color: darkMode?'var(--orange)':''}}>8+</div>\n        <span  style={{color: darkMode?'white':''}}>years </span>\n        <span>Experience</span>\n      </div>\n      <div className=\"achievement\">\n        <div className=\"circle\" style={{color: darkMode?'var(--orange)':''}}>20+</div>\n        <span  style={{color: darkMode?'white':''}}>completed </span>\n        <span>Projects</span>\n      </div>\n      <div className=\"achievement\">\n        <div className=\"circle\" style={{color: darkMode?'var(--orange)':''}}>5+</div>\n        <span  style={{color: darkMode?'white':''}}>companies </span>\n        <span>Work</span>\n      </div>\n    </div>\n  );\n};\n\nexport default Experience;\n"
  },
  {
    "path": "src/components/FloatingDiv/FloatingDiv.css",
    "content": ".floatingDiv {\n  justify-content: space-around;\n  background: white;\n  box-shadow: var(--boxShadow);\n  border-radius: 17px;\n  display: flex;\n  align-items: center;\n  padding: 0px 28px 0px 0px;\n  height: 4.5rem;\n}\n.floatingDiv > img {\n  transform: scale(0.4);\n}\n.floatingDiv > span {\n  font-family: sans-serif;\n  font-size: 16px;\n  /* yahan ye color add kia hy bad mein dark mode k waqt */\n  color: black;\n}\n\n"
  },
  {
    "path": "src/components/FloatingDiv/FloatingDiv.jsx",
    "content": "import React from \"react\";\n\nimport './FloatingDiv.css'\n\n\nconst FloatinDiv = ({img, text1, text2}) => {\n  return (\n    // darkMode\n    <div className=\"floatingDiv\">\n      <img src={img} alt=\"\" />\n      <span>\n        {text1}\n        <br/>\n        {text2}\n      </span>\n    </div>\n  );\n};\n\nexport default FloatinDiv;\n"
  },
  {
    "path": "src/components/Footer/Footer.css",
    "content": ".footer {\n  display: flex;\n  align-items: center;\n  margin: -0.5rem -3.5rem;\n  position: relative;\n  margin-top: -7rem;\n}\n.f-content {\n  position: absolute;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  width: 100%;\n  margin-top: 4rem;\n  gap: 4rem;\n  color: white;\n}\n.f-icons {\n  display: flex;\n  gap: 2rem;\n}\n\n@media screen and (max-width: 480px){\n  .f-content{\n    transform: scale(.5);\n  }\n}\n"
  },
  {
    "path": "src/components/Footer/Footer.jsx",
    "content": "import React from \"react\";\nimport \"./Footer.css\";\nimport Wave from \"../../img/wave.png\";\nimport Insta from \"@iconscout/react-unicons/icons/uil-instagram\";\nimport Facebook from \"@iconscout/react-unicons/icons/uil-facebook\";\nimport Gitub from \"@iconscout/react-unicons/icons/uil-github\";\n\nconst Footer = () => {\n  return (\n    <div className=\"footer\">\n      <img src={Wave} alt=\"\" style={{ width: \"100%\" }} />\n      <div className=\"f-content\">\n        <span>Zainkeepscode@gmail.com</span>\n        <div className=\"f-icons\">\n          <Insta color=\"white\" size={\"3rem\"} />\n          <Facebook color=\"white\" size={\"3rem\"} />\n          <Gitub color=\"white\" size={\"3rem\"} />\n        </div>\n      </div>\n    </div>\n  );\n};\n\nexport default Footer;\n"
  },
  {
    "path": "src/components/Intro/Intro.css",
    "content": ".Intro {\n  display: flex;\n  height: 77vh;\n  margin-top: 6rem;\n}\n\n/* left side styling */\n.i-left {\n  display: flex;\n  position: relative;\n  flex: 1;\n  flex-direction: column;\n  gap: 2rem;\n}\n.i-name {\n  display: flex;\n  flex-direction: column;\n  gap: 0.25rem;\n}\n.i-name > :nth-child(1) {\n  color: var(--black);\n  font-weight: bold;\n  font-size: 3rem;\n}\n.i-name > :nth-child(2) {\n  color: var(--orange);\n  font-weight: bold;\n  font-size: 3rem;\n}\n.i-name > :nth-child(3) {\n  font-weight: 100;\n  font-size: 14px;\n  color: var(--gray);\n  margin-top: 10px;\n}\n.i-button {\n  width: 6rem;\n  height: 2rem;\n}\n.i-icons {\n  margin-top: 3rem;\n  display: flex;\n  gap: 0rem;\n}\n.i-icons > * {\n  transform: scale(0.5);\n}\n.i-icons > *:hover {\n  cursor: pointer;\n}\n/* right side styling */\n.i-right {\n  flex: 1;\n  position: relative;\n}\n.i-right > * {\n  position: absolute;\n  z-index: 1;\n}\n.i-right > :nth-child(1) {\n  transform: scale(0.69);\n  left: -15%;\n  top: -9%;\n}\n.i-right > :nth-child(2) {\n  top: -4.6rem;\n  transform: scale(0.67);\n  left: -3rem;\n}\n.i-right > :nth-child(3) {\n  transform: scale(1.4);\n  left: 28%;\n}\n.i-right > :nth-child(4) {\n  transform: scale(0.62);\n  top: -19%;\n  left: -24%;\n  border-radius: 50%;\n  padding: 0;\n}\n\n/* blur */\n.blur {\n  position: absolute;\n  width: 22rem;\n  height: 14rem;\n  border-radius: 50%;\n  background: #edd0ff;\n  filter: blur(212px);\n  z-index: -9;\n  top: -18%;\n  left: 56%;\n  filter: blur(72px);\n}\n\n@media screen and (max-width: 480px) {\n  .Intro {\n    flex-direction: column;\n    gap: 7rem;\n    height: 64rem;\n  }\n\n  .i-right {\n    transform: scale(0.8);\n    left: -3rem;\n  }\n  .i-right .blur {\n    display: none;\n  }\n  .floating-div:nth-of-type(1){\n    /* display: none; */\n    top: -7rem !important;;\n  }\n}\n"
  },
  {
    "path": "src/components/Intro/Intro.jsx",
    "content": "import React, { useContext } from \"react\";\nimport \"./Intro.css\";\nimport Vector1 from \"../../img/Vector1.png\";\nimport Vector2 from \"../../img/Vector2.png\";\nimport boy from \"../../img/boy.png\";\nimport glassesimoji from \"../../img/glassesimoji.png\";\nimport thumbup from \"../../img/thumbup.png\";\nimport crown from \"../../img/crown.png\";\nimport FloatinDiv from \"../FloatingDiv/FloatingDiv\";\nimport Github from \"../../img/github.png\";\nimport LinkedIn from \"../../img/linkedin.png\";\nimport Instagram from \"../../img/instagram.png\";\nimport { themeContext } from \"../../Context\";\nimport { motion } from \"framer-motion\";\nimport { Link } from \"react-scroll\";\nconst Intro = () => {\n  // Transition\n  const transition = { duration: 2, type: \"spring\" };\n\n  // context\n  const theme = useContext(themeContext);\n  const darkMode = theme.state.darkMode;\n\n  return (\n    <div className=\"Intro\" id=\"Intro\">\n      {/* left name side */}\n      <div className=\"i-left\">\n        <div className=\"i-name\">\n          {/* yahan change hy darkmode ka */}\n          <span style={{ color: darkMode ? \"white\" : \"\" }}>Hy! I Am</span>\n          <span>Andrew Thomas</span>\n          <span>\n            Frontend Developer with high level of experience in web designing\n            and development, producting the Quality work\n          </span>\n        </div>\n        <Link to=\"contact\" smooth={true} spy={true}>\n          <button className=\"button i-button\">Hire me</button>\n        </Link>\n        {/* social icons */}\n        <div className=\"i-icons\">\n          <img src={Github} alt=\"\" />\n          <img src={LinkedIn} alt=\"\" />\n          <img src={Instagram} alt=\"\" />\n        </div>\n      </div>\n      {/* right image side */}\n      <div className=\"i-right\">\n        <img src={Vector1} alt=\"\" />\n        <img src={Vector2} alt=\"\" />\n        <img src={boy} alt=\"\" />\n        {/* animation */}\n        <motion.img\n          initial={{ left: \"-36%\" }}\n          whileInView={{ left: \"-24%\" }}\n          transition={transition}\n          src={glassesimoji}\n          alt=\"\"\n        />\n\n        <motion.div\n          initial={{ top: \"-4%\", left: \"74%\" }}\n          whileInView={{ left: \"68%\" }}\n          transition={transition}\n          className=\"floating-div\"\n        >\n          <FloatinDiv img={crown} text1=\"Web\" text2=\"Developer\" />\n        </motion.div>\n\n        {/* animation */}\n        <motion.div\n          initial={{ left: \"9rem\", top: \"18rem\" }}\n          whileInView={{ left: \"0rem\" }}\n          transition={transition}\n          className=\"floating-div\"\n        >\n          {/* floatinDiv mein change hy dark mode ka */}\n          <FloatinDiv img={thumbup} text1=\"Best Design\" text2=\"Award\" />\n        </motion.div>\n\n        <div className=\"blur\" style={{ background: \"rgb(238 210 255)\" }}></div>\n        <div\n          className=\"blur\"\n          style={{\n            background: \"#C1F5FF\",\n            top: \"17rem\",\n            width: \"21rem\",\n            height: \"11rem\",\n            left: \"-9rem\",\n          }}\n        ></div>\n      </div>\n    </div>\n  );\n};\n\nexport default Intro;\n"
  },
  {
    "path": "src/components/Navbar/Navbar.css",
    "content": ".n-wrapper {\n  height: 10vh;\n  display: flex;\n  justify-content: space-between;\n  margin-bottom: 2rem;\n  top: 0;\n}\n.n-left {\n  flex: 1;\n  align-items: center;\n  justify-content: left;\n  display: flex;\n  gap: 2rem;\n}\n\n.n-name {\n  font-size: 1.3rem;\n  font-weight: bold;\n}\n.n-right {\n  flex: 1;\n  display: flex;\n  align-items: center;\n  justify-content: flex-end;\n  font-weight: 400;\n}\n\n.n-list {\n  flex: 10;\n}\n.n-list > ul {\n  display: flex;\n  gap: 2rem;\n  margin-right: 4rem;\n}\n\n.n-list > ul :hover {\n  color: var(--orange);\n  cursor: pointer;\n}\n\n.n-button {\n  flex: 2;\n}\n\n@media screen and (max-width: 480px) {\n  .n-list {\n    display: none;\n  }\n}\n"
  },
  {
    "path": "src/components/Navbar/Navbar.jsx",
    "content": "import React from \"react\";\nimport Toggle from \"../Toggle/Toggle\";\nimport \"./Navbar.css\";\nimport { Link } from \"react-scroll\";\nconst navbar = () => {\n  return (\n    <div className=\"n-wrapper\" id=\"Navbar\">\n      {/* left */}\n      <div className=\"n-left\">\n        <div className=\"n-name\">Andrew</div>\n        <Toggle />\n      </div>\n      {/* right */}\n      <div className=\"n-right\">\n        <div className=\"n-list\">\n          <ul style={{ listStyleType: \"none\" }}>\n            <li>\n              <Link activeClass=\"active\" to=\"Navbar\" spy={true} smooth={true}>\n                Home\n              </Link>\n            </li>\n            <li>\n              <Link to=\"services\" spy={true} smooth={true}>\n                Serivces\n              </Link>\n            </li>\n            <li>\n              <Link to=\"works\" spy={true} smooth={true}>\n                Experience\n              </Link>\n            </li>\n            <li>\n              <Link to=\"portfolio\" spy={true} smooth={true}>\n                Protfolio\n              </Link>\n            </li>\n            <li>\n              <Link to=\"testimonial\" spy={true} smooth={true}>\n                Testimonial\n              </Link>\n            </li>\n          </ul>\n        </div>\n        <Link to=\"contact\" spy={true} smooth={true}>\n        <button className=\"button n-button\">Contact</button>\n        </Link>\n      </div>\n    </div>\n  );\n};\n\nexport default navbar;\n"
  },
  {
    "path": "src/components/Portfolio/Portfolio.css",
    "content": ".portfolio {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  height: 70vh;\n\n}\n/* heading */\n.portfolio span:nth-of-type(1) {\n  color: var(--black);\n  font-size: 2rem;\n  font-weight: bold;\n}\n\n.portfolio span:nth-of-type(2) {\n  color: var(--orange);\n  font-size: 2.5rem;\n  font-weight: bold;\n}\n\n/* slider */\n.portfolio .swiper{\n    overflow: visible!important;\n}\n\n.portfolio-slider {\n  margin-top: 3rem;\n  width: 100%;\n}\n\n.portfolio-slider .swiper-slide {\n  width: 20rem;\n}\n.portfolio img {\n  width: 19rem;\n  filter: drop-shadow(-12px 15px 13px rgba(0, 0, 0, 0.25));\n  border-radius: 19px;\n}\n\n"
  },
  {
    "path": "src/components/Portfolio/Portfolio.jsx",
    "content": "import React, { useContext } from \"react\";\nimport \"./Portfolio.css\";\nimport { Swiper, SwiperSlide } from \"swiper/react\"\nimport \"swiper/css\";\nimport Sidebar from \"../../img/sidebar.png\";\nimport Ecommerce from \"../../img/ecommerce.png\";\nimport HOC from \"../../img/hoc.png\";\nimport MusicApp from \"../../img/musicapp.png\";\nimport { themeContext } from \"../../Context\";\nconst Portfolio = () => {\n  const theme = useContext(themeContext);\n  const darkMode = theme.state.darkMode;\n  return (\n    <div className=\"portfolio\" id=\"portfolio\">\n      {/* heading */}\n      <span style={{color: darkMode?'white': ''}}>Recent Projects</span>\n      <span>Portfolio</span>\n\n      {/* slider */}\n      <Swiper\n        spaceBetween={30}\n        slidesPerView={3}\n        grabCursor={true}\n        className=\"portfolio-slider\"\n      >\n        <SwiperSlide>\n          <img src={Sidebar} alt=\"\" />\n        </SwiperSlide>\n        <SwiperSlide>\n          <img src={Ecommerce} alt=\"\" />\n        </SwiperSlide>\n        <SwiperSlide>\n          <img src={MusicApp} alt=\"\" />\n        </SwiperSlide>\n        <SwiperSlide>\n          <img src={HOC} alt=\"\" />\n        </SwiperSlide>\n      </Swiper>\n    </div>\n  );\n};\n\nexport default Portfolio;\n"
  },
  {
    "path": "src/components/Services/Services.css",
    "content": ".services {\n  padding: 0 3rem 0 3rem;\n  display: flex;\n  height: 30rem;\n  margin-bottom: 8rem;\n  margin-top: 9rem;\n  margin-bottom: 13rem;\n  /* scroll view */\n  padding-top: 3rem;\n}\n/* left side */\n.awesome {\n  display: flex;\n  flex-direction: column;\n  position: relative;\n  /* gap: 20px; */\n}\n\n.awesome > :nth-child(1) {\n  color: var(--black);\n  font-size: 2.5rem;\n  font-weight: bold;\n}\n.awesome > :nth-child(2) {\n  color: var(--orange);\n  font-size: 2.5rem;\n  font-weight: bold;\n}\n.awesome > :nth-child(3) {\n  color: var(--gray);\n  font-size: 14px;\n  margin-top: 1rem;\n}\n.s-button {\n  width: 8rem;\n  height: 2rem;\n  margin-top: 1rem;\n}\n/* right sided */\n.cards {\n  position: relative;\n}\n.cards > * {\n  position: absolute;\n}\n\n/* blur */\n.s-blur2 {\n  left: 14rem;\n  top: 8rem;\n}\n\n.s-blur1 {\n  top: 13rem;\n  left: -18rem;\n}\n\n@media screen and (max-width: 480px) {\n  .services {\n    margin-top: 0;\n    flex-direction: column;\n    gap: 5rem;\n    height: 66rem;\n    padding: 0;\n  }\n\n  .cards {\n    display: flex;\n    flex-direction: column;\n    gap: 17rem;\n  }\n  .cards > * {\n    position: static;\n  }\n}\n"
  },
  {
    "path": "src/components/Services/Services.jsx",
    "content": "import React, { useContext } from \"react\";\nimport \"./Services.css\";\nimport Card from \"../Card/Card\";\nimport HeartEmoji from \"../../img/heartemoji.png\";\nimport Glasses from \"../../img/glasses.png\";\nimport Humble from \"../../img/humble.png\";\nimport { themeContext } from \"../../Context\";\nimport { motion } from \"framer-motion\";\nimport Resume from './resume.pdf';\n\nconst Services = () => {\n  // context\n  const theme = useContext(themeContext);\n  const darkMode = theme.state.darkMode;\n\n  // transition\n  const transition = {\n    duration: 1,\n    type: \"spring\",\n  };\n\n  return (\n    <div className=\"services\" id=\"services\">\n      {/* left side */}\n      <div className=\"awesome\">\n        {/* dark mode */}\n        <span style={{ color: darkMode ? \"white\" : \"\" }}>My Awesome</span>\n        <span>services</span>\n        <spane>\n          Lorem ispum is simpley dummy text of printing of printing Lorem\n          <br />\n          ispum is simpley dummy text of printing\n        </spane>\n        <a href={Resume} download>\n          <button className=\"button s-button\">Download CV</button>\n        </a>\n        <div className=\"blur s-blur1\" style={{ background: \"#ABF1FF94\" }}></div>\n      </div>\n      {/* right */}\n      <div className=\"cards\">\n        {/* first card */}\n        <motion.div\n          initial={{ left: \"25rem\" }}\n          whileInView={{ left: \"14rem\" }}\n          transition={transition}\n        >\n          <Card\n            emoji={HeartEmoji}\n            heading={\"Design\"}\n            detail={\"Figma, Sketch, Photoshop, Adobe Illustrator, Adobe xd\"}\n          />\n        </motion.div>\n        {/* second card */}\n        <motion.div\n          initial={{ left: \"-11rem\", top: \"12rem\" }}\n          whileInView={{ left: \"-4rem\" }}\n          transition={transition}\n        >\n          <Card\n            emoji={Glasses}\n            heading={\"Developer\"}\n            detail={\"Html, Css, JavaScript, React, Nodejs, Express\"}\n          />\n        </motion.div>\n        {/* 3rd */}\n        <motion.div\n          initial={{ top: \"19rem\", left: \"25rem\" }}\n          whileInView={{ left: \"12rem\" }}\n          transition={transition}\n        >\n          <Card\n            emoji={Humble}\n            heading={\"UI/UX\"}\n            detail={\n              \"Lorem ispum dummy text are usually use in section where we need some random text\"\n            }\n            color=\"rgba(252, 166, 31, 0.45)\"\n          />\n        </motion.div>\n        <div\n          className=\"blur s-blur2\"\n          style={{ background: \"var(--purple)\" }}\n        ></div>\n      </div>\n    </div>\n  );\n};\n\nexport default Services;\n"
  },
  {
    "path": "src/components/Testimonials/Testimonial.css",
    "content": ".t-wrapper{\n    padding:  0 3rem 0 3rem;;\n    height: 100vh;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 7rem;\n    flex-direction: column;\n    gap: 2rem;\n    position: relative;\n}\n.t-heading{\n    align-self: start;\n}\n.t-heading>*{\n    font-size: 2rem;\n    font-weight: bold;\n}\n.t-heading span:nth-of-type(2){\n    color: var(--orange);\n}\n\n.t-blur1{\n    left: 38rem;\n    top: 16rem;\n}\n.t-blur2{\n    top: 9rem;\n    left: 0;\n}\n.testimonial{\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: space-evenly;\n    padding: 2rem;\n    width: 30rem;\n    height: 12rem;\n    /* styles same as work.css */\n    background: rgba(255, 255, 255, 0.26);\n    border: 7px solid var(--blueCard);\n    box-shadow: var(--boxShadow);\n    border-radius: 20px;\n}\n.testimonial>img{\n    width: 6rem;\n    height: 6rem;\n    border-radius: 100%;\n}\n.testimonial>span{\n    color: var(--gray);\n}\n\n\n/* slider */\n.t-wrapper .swiper {\n    width: 100%;\n    height: 70%;\n}\n\n.t-wrapper .swiper-slide{\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.t-wrapper .swiper-pagination-bullet-active{\n    background: var(--orange);\n}\n\n@media screen and (max-width: 480px){\n    .t-wrapper{\n        padding: 0;\n    }\n    .testimonial>img{\n        width: 70px;\n        height: 70px;\n    }\n  }"
  },
  {
    "path": "src/components/Testimonials/Testimonial.jsx",
    "content": "import React from \"react\";\nimport \"./Testimonial.css\";\nimport { Swiper, SwiperSlide } from \"swiper/react\";\nimport \"swiper/css\";\n\nimport { Pagination } from \"swiper\";\nimport \"swiper/css/pagination\";\nimport profilePic1 from \"../../img/profile1.jpg\";\nimport profilePic2 from \"../../img/profile2.jpg\";\nimport profilePic3 from \"../../img/profile3.jpg\";\nimport profilePic4 from \"../../img/profile4.jpg\";\n\nconst Testimonial = () => {\n  const clients = [\n    {\n      img: profilePic1,\n      review:\n        \"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex officiis molestiae quod tempora laudantium, cumque error a nisi placeat quae exercitationem, maiores reiciendis! Eaque dicta minima, iure maiores dolorum sed.\",\n    },\n    {\n      img: profilePic2,\n      review:\n        \"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex officiis molestiae quod tempora laudantium, cumque error a nisi placeat quae exercitationem, maiores reiciendis! Eaque dicta minima, iure maiores dolorum sed.\",\n    },\n    {\n      img: profilePic3,\n      review:\n        \"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex officiis molestiae quod tempora laudantium, cumque error a nisi placeat quae exercitationem, maiores reiciendis! Eaque dicta minima, iure maiores dolorum sed.\",\n    },\n    {\n      img: profilePic4,\n      review:\n        \"Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ex officiis molestiae quod tempora laudantium, cumque error a nisi placeat quae exercitationem, maiores reiciendis! Eaque dicta minima, iure maiores dolorum sed.\",\n    },\n  ];\n\n  return (\n    <div className=\"t-wrapper\" id=\"testimonial\">\n      <div className=\"t-heading\">\n        <span>Clients always get </span>\n        <span>Exceptional Work </span>\n        <span>from me...</span>\n      <div className=\"blur t-blur1\" style={{ background: \"var(--purple)\" }}></div>\n      <div className=\"blur t-blur2\" style={{ background: \"skyblue\" }}></div>\n\n      </div>\n      <Swiper\n        // install Swiper modules\n        modules={[Pagination]}\n        slidesPerView={1}\n        pagination={{ clickable: true }}\n      >\n        {clients.map((client, index) => {\n          return (\n            <SwiperSlide key={index}>\n              <div className=\"testimonial\">\n                <img src={client.img} alt=\"\" />\n                <span>{client.review}</span>\n              </div>\n            </SwiperSlide>\n          );\n        })}\n      </Swiper>\n    </div>\n  );\n};\n\nexport default Testimonial;\n"
  },
  {
    "path": "src/components/Toggle/Toggle.css",
    "content": ".toggle{\n    display: flex;\n    justify-content:space-between;\n    border: 3px solid var(--orange);\n    border-radius: 1rem;\n    position: relative;\n    padding: 2px;\n    cursor: pointer;\n\n}\n.toggle>*{\n    width: 1rem;\n    height: 1rem;\n    color: var(--orange);\n}\n.t-button{\n    border-radius: 100%;\n    background: var(--orange);\n    position: absolute;\n}\n"
  },
  {
    "path": "src/components/Toggle/Toggle.jsx",
    "content": "import React, { useContext } from \"react\";\nimport \"./Toggle.css\";\nimport Moon from \"@iconscout/react-unicons/icons/uil-moon\";\nimport Sun from \"@iconscout/react-unicons/icons/uil-sun\";\nimport { themeContext } from \"../../Context\";\n\nconst Toggle = () => {\n  const theme = useContext(themeContext);\n  const darkMode = theme.state.darkMode;\n  const handleClick = () => {\n    // debugger\n    theme.dispatch({ type: \"toggle\" });\n  };\n  return (\n    <div className=\"toggle\" onClick={handleClick}>\n      <Moon />\n      <Sun />\n      {/*                              toggle.css mein left ki property aik assign hy ussy delete\n                                          krna hy pehly */}\n      <div\n        className=\"t-button\"\n        style={darkMode ? { left: \"2px\" } : { right: \"2px\" }}\n      ></div>\n    </div>\n  );\n};\n\nexport default Toggle;\n"
  },
  {
    "path": "src/components/Works/Works.css",
    "content": ".works {\n  padding: 0 3rem 0 3rem;\n  display: flex;\n  height: 90vh;\n  margin-top: 4rem;\n\n  /* scroll */\n  align-items: center;\n}\n/* left side */\n.awesome {\n  display: flex;\n  flex-direction: column;\n  position: relative;\n}\n\n.awesome > :nth-child(1) {\n  color: var(--black);\n  font-size: 2.5rem;\n  font-weight: bold;\n}\n.awesome > :nth-child(2) {\n  color: var(--orange);\n  font-size: 2.5rem;\n  font-weight: bold;\n}\n.awesome > :nth-child(3) {\n  color: var(--gray);\n  font-size: 14px;\n  margin-top: 1rem;\n}\n.s-button {\n  width: 8rem;\n  height: 2rem;\n  margin-top: 4rem;\n}\n\n/* right side */\n.w-right {\n  position: relative;\n}\n\n.w-mainCircle {\n  left: 9rem;\n  position: relative;\n  width: 18rem;\n  height: 18rem;\n  border-radius: 100%;\n  box-shadow: var(--smboxShadow);\n  top: 2rem;\n  background: white;\n  /* darkMode */\n  z-index: 2;\n}\n.w-mainCircle > * {\n  position: absolute;\n}\n.w-mainCircle > :nth-child(1) {\n  top: -3rem;\n  left: 6rem;\n}\n.w-mainCircle > :nth-child(2) {\n  left: -3rem;\n  top: 5rem;\n}\n.w-mainCircle > :nth-child(3) {\n  left: 6rem;\n  top: 5rem;\n}\n.w-mainCircle > :nth-child(4) {\n  left: 15rem;\n  top: 5rem;\n}\n.w-mainCircle > :nth-child(5) {\n  left: 6rem;\n  top: 13rem;\n}\n.w-secCircle {\n  width: 6rem;\n  height: 6rem;\n  position: absolute;\n  border-radius: 100%;\n  border: 5px solid #ebebeb;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: \"none\";\n  box-shadow: var(--smboxShadow);\n  background: white;\n}\n\n.w-secCircle > img {\n  transform: scale(0.6);\n}\n\n.w-backCircle {\n  position: absolute;\n  height: 13rem;\n  width: 13rem;\n  border-radius: 100%;\n  /* darkMode */\n  z-index: 1;\n}\n.blueCircle {\n  background: #1949b8;\n  left: 18rem;\n  top: 0rem;\n}\n.yellowCircle {\n  background: #f5c32c;\n  left: 18rem;\n  top: 8rem;\n}\n\n@media screen and (max-width: 480px) {\n  .works {\n    flex-direction: column;\n    height: 55rem;\n    padding: 0;\n    gap: 5rem;\n  }\n\n  .w-right {\n    display: flex;\n    align-items: flex-start;\n    justify-content:start;\n    transform: scale(0.7);\n  }\n  .w-mainCircle{\n    position: static;\n  }\n  .w-backCircle{\n    left: 8rem!important;\n  }\n\n}\n"
  },
  {
    "path": "src/components/Works/Works.jsx",
    "content": "import React, { useContext } from \"react\";\nimport \"./Works.css\";\nimport Upwork from \"../../img/Upwork.png\";\nimport Fiverr from \"../../img/fiverr.png\";\nimport Amazon from \"../../img/amazon.png\";\nimport Shopify from \"../../img/Shopify.png\";\nimport Facebook from \"../../img/Facebook.png\";\nimport { themeContext } from \"../../Context\";\nimport { motion } from \"framer-motion\";\nimport {Link} from 'react-scroll'\nconst Works = () => {\n  // context\n  const theme = useContext(themeContext);\n  const darkMode = theme.state.darkMode;\n\n  // transition\n  return (\n    <div className=\"works\" id=\"works\">\n      {/* left side */}\n      <div className=\"w-left\">\n        <div className=\"awesome\">\n          {/* dark Mode */}\n          <span style={{ color: darkMode ? \"white\" : \"\" }}>\n            Works for All these\n          </span>\n          <span>Brands & Clients</span>\n          <spane>\n            Lorem ispum is simpley dummy text of printing of printing Lorem\n            <br />\n            ispum is simpley dummy text of printingLorem ispum is simpley dummy\n            text\n            <br />\n            y dummy text of printingLorem\n            <br />\n            ispum is simpley dummy text of printing\n          </spane>\n          <Link to=\"contact\" smooth={true} spy={true}>\n            <button className=\"button s-button\">Hire Me</button>\n          </Link>\n          <div\n            className=\"blur s-blur1\"\n            style={{ background: \"#ABF1FF94\" }}\n          ></div>\n        </div>\n\n        {/* right side */}\n      </div>\n      <div className=\"w-right\">\n        <motion.div\n          initial={{ rotate: 45 }}\n          whileInView={{ rotate: 0 }}\n          viewport={{ margin: \"-40px\" }}\n          transition={{ duration: 3.5, type: \"spring\" }}\n          className=\"w-mainCircle\"\n        >\n          <div className=\"w-secCircle\">\n            <img src={Upwork} alt=\"\" />\n          </div>\n          <div className=\"w-secCircle\">\n            <img src={Fiverr} alt=\"\" />\n          </div>\n          <div className=\"w-secCircle\">\n            <img src={Amazon} alt=\"\" />\n          </div>{\" \"}\n          <div className=\"w-secCircle\">\n            <img src={Shopify} alt=\"\" />\n          </div>\n          <div className=\"w-secCircle\">\n            <img src={Facebook} alt=\"\" />\n          </div>\n        </motion.div>\n        {/* background Circles */}\n        <div className=\"w-backCircle blueCircle\"></div>\n        <div className=\"w-backCircle yellowCircle\"></div>\n      </div>\n    </div>\n  );\n};\n\nexport default Works;\n"
  },
  {
    "path": "src/index.js",
    "content": "import React from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\nimport { ThemeProvider } from './Context';\n\nReactDOM.render(\n  <ThemeProvider>\n    <App />\n  </ThemeProvider>,\n  document.getElementById('root')\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\n"
  }
]