<h1>Spencer Smith</h1>
<div class="content">
<section>
<h2>Education</h2>
<div class="details">
<p>May 2019 – BS in Computer Science, University of Utah</p>
<p><b>Completed Courses:</b></p>
<ul>
<li>CS 1410 - Object-Oriented Prog <t>Java</t></li>
<li>CS 2420 - Intro Alg & Data Struct <t>Java</t></li>
<li>CS 3500 - Software Practice I <t>C#</t></li>
<li>CS 3505 - Software Practice II <t>C++</t></li>
<li>CS 3810 - Computer Organization</li>
<li>CS 5530 - Database Systems <t>MySQL</t></li>
</ul>
<p>GPA: 3.27</p>
</div>
</section>
<section>
<h2>Experience</h2>
<div class="details">
<p><b>Web Developer</b> – Energy & Geoscience Institute</p>
<p><t>JavaScript</t><t>HTML</t><t>CSS</t><t>PHP</t><t>Ruby</t></p>
<p>Developed a webpage and PDF parsing tool to locate incorrect project data. In charge of updating and troubleshooting three seperate department websites. Created a Chrome Extension for Salesforce to quickly generate reports.</p>
<hr>
<p><b>SEO Specialist</b> – Carr Printing Co.</p>
<p><t>HTML</t><t>CSS</t><t>JavaScript</t></p>
<p>Reduced website loading time by ½. Designed and implemented a mobile version of the website.</p>
<hr>
<p><b>Web Designer</b> – Horizon Publishers</p>
<p><t>HTML</t><t>WordPress</t></p>
<p>Updated and maintained product pages. Improved website layout and design.</p>
</div>
</section>
<section>
<h2>Projects</h2>
<div class="details">
<p><b>Review Norm</b> - <i>In Progress</i></p>
<p><t>Node.js</t><t>Express</t><t>MySQL</t><t>Twilio</t><t>HTML</t><t>Sass</t></p>
<p>Web app to help businesses follow up with customers via SMS to increase their of reviews online.</p>
<hr>
<p><b>Taken Taken</b> - http://takentaken.com</p>
<p><t>Node.js</t><t>JavaScript</t><t>HTML</t><t>Sass</t></p>
<p>Super fast domain...
var tags = document.querySelectorAll('t');
// Convert all <t> elements into <span class="tag">
for(var i = 0; i < tags.length; i++){
var span = document.createElement('span');
span.classList.add('tag');
span.innerText = tags[i].innerText;
tags[i].outerHTML = span.outerHTML;
}
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.