About Me

  <html lang='en'>
    <head>
      <title>Tyler</title>
    </head>

  <body>
    <div id="About Me">
      <p>Loves animals</p>
      <p>Is learning Spanish & Russian</p>
      <p>Has been to all sides of America</p>
    </div>

    <script type="text/javascript">
      const skills = {
        'HTML5': true,
        'CSS3': true,
        'Bootstrap': true,
        'JavaScript': {
          'React': true,
          'jQuery': true
        },
        'Python': true,
        'Git': true,
        'Eating with chopsticks': false
      }
    </script>
  </body>
</html>
            

Stemming from a love of art, building, and those tiny lego pieces you would lose in a day, I always wanted to be a creator, a designer, and foremost to be able to learn something new everyday.

Today, I'm a Web Developer, driven by a love of learning. I have skills in various areas, and I'm not afraid to build something new.

So come on and say hello!


Phone: +1 (678)-323-6847

Email: tylerjdev@gmail.com


Twitter - Github

Contact Me

const socialMedia = {
	'Twitter': '@TyJDev',
	'Github': 'TylerJDev',
	'CodePen': '@TylerJDev',
	'Instagram': 'tyjdev'
}

const contact = {
	'Email': 'tylerjdev@gmail.com',
	'Phone': '+1 (678)-323-6847'
}