Skip to content

Welcome to my portfolio. Please contact me if you have any job openings for a web developer as I am currently looking. Enjoy!

Notifications You must be signed in to change notification settings

mathcodes/mathcodes.github.io

 
 

Repository files navigation

Jon's Portfolio

LIVE







badge badge badge

badge

badge

badge

badge

badge

badge - Used to create the smooth animation in the skills section:

<Marquee
      gradient={true}
      speed={30}
      pauseOnHover={true}
      pauseOnClick={true} 
      delay={0}
      play={true}
      direction="left"
    >
      {skillsData.map((skill, id) => (
        <div className="skill--box" key={id} style={skillBoxStyle}>
          <img src={skillsImage(skill)} alt={skill} />
          <h3 style={{ color: theme.tertiary }}>
            {skill}
          </h3>
        </div>
      ))}
    </Marquee>

badge - Used throughout to output plain html tags using plain html tags:

<Helmet>
  <title>{headerData.name} | Projects</title>
</Helmet>

badge badge badge badge badge badge badge badge badge

Description

Welcome to my site, updated as of August 2022! I've added some more projects and implemented some more advanced features to the page! Enjoy and please contact me if you have a job opening for a full stack web developer!

Contact

Github profile image

Jon Christie

GitHub: mathcodes

                                               

About

Welcome to my portfolio. Please contact me if you have any job openings for a web developer as I am currently looking. Enjoy!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published