Skip to content

Instantly share code, notes, and snippets.

@jcharles22
Created March 21, 2019 00:06
Show Gist options
  • Save jcharles22/2ba7cb9a08977ed8a16cde23c8318b69 to your computer and use it in GitHub Desktop.
Save jcharles22/2ba7cb9a08977ed8a16cde23c8318b69 to your computer and use it in GitHub Desktop.
Portfolio
<main role="main">
<h1>Jared Charles</h1>
<p>I am a fullstack developer!</p>
</main>
<p>About Me:</p>
<ul>
<li>I am currently working through the Thinkful fullstack
course. My biggest hobby is programming it lets me make something that didn't exist
and i love problem solving. Outside of programming, i am either playing basketball,
hanging out with friends, or just spending time with my wife.
</li>
</ul>
<p>Contact Info:</p>
<ul>
<li>Email: jaredcharles22@gmail.com</li>
<li><a href="https://github.com/jcharles22/" target="_blank">Git hub</a>
<a href="https://www.linkedin.com/in/jared-charles-06bb5088/" target="_blank">LinkedIn</a></li>
</ul>
<p>Projects:</p>
<ul>
<li>
<p>Video Game Quiz</p>
<a href="https://jcharles22.github.io/Video-Game-Quiz/"><img class="gameQuizImg" src="assets/capture.jpg"></a>
<p>Here is a little 10 question quiz over new and old video games. The game was
coded up in HTML5, CSS, JavaScript, and Jquery. </p>
<p>See the code <a href="https://github.com/jcharles22/Video-Game-Quiz">Here</a> or play the game <a href="https://jcharles22.github.io/Video-Game-Quiz/">Here</a></p>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment