<PabloGarcia />

Say hello 👋!

function PabloGarcia() {
  return (
    <>
      <meta name="author" content="Pablo Garcia" />
      <meta name="description" content="Quality centered software engineer." />
      <meta name="yoe" content="11+" />
      <meta
        name="education" 
        content={`
          B.Eng. in Computer Software.
          M.S. in Computer Science.
          M.S. Specialization in Computing Systems.
        `}
      />
    </>
  );
}