diff options
author | Bradley Taunt <bt@btxx.org> | 2024-06-06 08:05:12 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-06-06 08:05:12 -0400 |
commit | 6b742c459266b18e2b375b35205ce8a6c02f0452 (patch) | |
tree | b16fbb9a045e33dd6c97eb5ab72e6ff4d9237ea3 /build/resume |
Initial commit
Diffstat (limited to 'build/resume')
-rw-r--r-- | build/resume/index.html | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/build/resume/index.html b/build/resume/index.html new file mode 100644 index 0000000..bdad521 --- /dev/null +++ b/build/resume/index.html @@ -0,0 +1,133 @@ +<!doctype html> +<html lang="en" id="top"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" href="data:,"> + <title>Bradley Taunt</title> + <link href="https://bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}table{text-align:left;width:100%;}</style> +</head> + +<nav> + <a href="#menu">Menu ↓</a> +</nav> + +<main> +<h1>Bradley Taunt</h1> +<p><strong>UX Designer & Software Engineer</strong><br> +brad@bt.ht</p> +<p>As a designer/developer hybrid, I help software companies improve their user experience and ship more performant products.</p> +<h2>Skills & Languages</h2> +<p>Core tools are Figma, HTML, CSS, JavaScript & WordPress. Currently improving my skills with Ruby, Rails, MySQL & PHP. I also enjoy tinkering with basic shell scripts and Unix systems.</p> +<h2>Experience</h2> +<table> +<tr><th>Title</th><th>Company</th><th>Duration</th></tr> +<tr><td>Full Stack Engineer</td><td>SerpApi</td><td>2023-Now</td></tr> +<tr><td>Senior UX Designer</td><td>Donorbox</td><td>2021-2023</td></tr> +<tr><td>Senior Designer</td><td>Purism</td><td>2019-2021</td></tr> +<tr><td>Lead Product Designer</td><td>Benbria</td><td>2012-2019</td></tr> +<tr><td>Web Designer</td><td>Netvatise</td><td>2009-2012</td></tr> +</table> +<!-- - **Fullstack Engineer at SerpApi** + - *2023-Now* / Remote<br> +- **Senior UX Designer at Donorbox** + - *2021-2023* / Remote<br> +- **Senior Designer at Purism** + - *2019-2021* / Remote<br> +- **Lead Product Designer at Benbria** + - *2012-2019* / Ottawa, Canada<br> +- **Web Designer & SEO Technician at Netvatise** + - *2006-2009* / Oshawa, Canada<br> --> +<!-- ### Fullstack Engineer at SerpApi + +**2023-Now** / Remote + +- Update and implement frontend designs +- + +### Senior UX Designer at Donorbox + +**2021-2023** / Remote + +- Conduct user and customer interviews +- Collect and analyze user testing interviews +- Implement new designs in Figma +- Create interactive prototypes for internal testing +- Develop front-end web components +- Sync and test development work with front-end team + +### Senior Designer at Purism + +**2019-2021** / Remote + +- Designed and developed product pages +- WordPress / WooCommerce management and maintenance +- Developed one-off mini-sites +- Updated SEO-targeted landing pages +- Social media and community management + +### Lead Product Designer at Benbria + +**2012-2019** / Ottawa, Canada + +- Redesigned entire customer inbox (web app) journey +- Built the customer-facing UI for clients such as A&W, Royal Caribbean International, Sandals, Delta, Farm Boy, and more +- Worked with iOS developers to port existing web app to native for iPads/iPhones + +### Web Designer & SEO Technician at Netvatise + +**2009-2012** / Toronto, Canada + +- Static website design and deployment +- WordPress / WooCommerce management and maintenance +- SEO content updates / performance boosts +- Web analytics reviews & audits --> +<h2>Education</h2> +<table> +<tr><th>Institution</th><th>Program</th><th>Completion</th></tr> +<tr><td>Durham College</td><td>Multimedia Design</td><td>2009</td></tr> +</table> +<!-- ### Durham College + +**2006-2009** / Oshawa, Canada + +- Associates Degree in Multimedia Design - 3 Year Program --> +<h2>Interests</h2> +<ul> +<li>Open source software </li> +<li>Web accessibility </li> +<li>Data analysis, big and small </li> +<li>Visualization </li> +<li>Performance and utilization </li> +<li>Linux systems</li> +<li>Software security and privacy </li> +<li>Minimal user interface design </li> +<li>Detailed documentation</li> +<li>Optimizing build times and version control</li> +<li>Writing technical articles</li> +</ul> +<p>Other: playing with my kids, hockey, video games, Linux distro-hopping.</p> +<h2>References</h2> +<p>Available upon request.</p> +<footer role="contentinfo"> + <h2>Menu Navigation</h2> + <ul id="menu"> + <li><a href="/">Home</a></li> + <li><a href="/projects">Projects</a></li> + <li><a href="/uses">Uses</a></li> + <li><a href="/wiki">Wiki</a></li> + <li><a href="/resume">Resume</a></li> + <li><a href="/colophon">Colophon</a></li> + <li><a href="/now">Now</a></li> + <li><a href="/donate">Donate</a></li> + <li><a href="/atom.xml">RSS</a></li> + <li><a href="#top">↑ Top of the page</a></li> + </ul> + <small> + Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br> + Maintained with ♥ for the web. <br> + Proud supporter of <a href="https://usefathom.com/ref/DKHJVX">Fathom</a> & <a href="https://nextdns.io/?from=74d3p3h8">NextDNS</a>. <br> + The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> The <a href="https://git.sr.ht/~bt/bt.ht">code for this site</a> is <a href="https://git.sr.ht/~bt/bt.ht/tree/master/item/LICENSE">MIT</a>. + </small> +</footer>
\ No newline at end of file |