You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
3.4 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="icon" type="image/png" href="/favicon.ico">
  7. <link rel="canonical" href="https://www.mcmillen.dev/resume.html">
  8. <link rel="alternate" type="application/atom+xml" href="https://www.mcmillen.dev/feed.atom" title="Colin McMillen's Blog - Atom">
  9. <title>Resumé | Colin McMillen</title>
  10. <link rel="preconnect" href="https://fonts.gstatic.com">
  11. <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=block" rel="stylesheet">
  12. <link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
  13. <link rel="stylesheet" href="/pygments.css">
  14. <link rel="stylesheet" href="/style.css">
  15. <meta name="twitter:card" content="summary">
  16. <meta name="twitter:site" content="@mcmillen">
  17. <meta name="twitter:title" content="Resumé | Colin McMillen">
  18. <meta name="twitter:description" content="Lead Developer February 2020 – Present">
  19. </head>
  20. <script>
  21. function fixEmails() {
  22. const mailtoArray = [
  23. 'm', 'a', 'i', 'l', 't', 'o', ':',
  24. 'c', 'o', 'l', 'i', 'n', '@',
  25. 'm', 'c', 'm', 'i', 'l', 'l', 'e', 'n',
  26. '.', 'd', 'e', 'v'];
  27. const mailtoLink = mailtoArray.join('');
  28. const anchors = document.getElementsByTagName('a');
  29. for (let i = 0; i < anchors.length; i++) {
  30. const anchor = anchors[i];
  31. if (anchor.href == 'mailto:email@example.com') {
  32. anchor.href = mailtoLink;
  33. if (anchor.innerText == 'colin at mcmillen dot dev') {
  34. anchor.innerText = mailtoLink.substring(7);
  35. }
  36. }
  37. }
  38. }
  39. </script>
  40. <body onload="fixEmails()">
  41. <div id="page-container">
  42. <div id="content-wrap">
  43. <div id="header">
  44. <div class="content">
  45. <a href="/" class="undecorated">Colin McMillen</a>
  46. <span style="float: right;"><a href="/feed.atom"><img src="/img/rss.svg" alt="Atom feed" style="width: 17px; height: 17px; margin-bottom: 1px;"></a></span>
  47. <span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
  48. </div>
  49. </div>
  50. <div class="content">
  51. <h1 id="resume">Resumé</h1>
  52. <h2 id="semicolin-games">SemiColin Games</h2>
  53. <p>Lead Developer<br>
  54. February 2020 &ndash; Present</p>
  55. <h2 id="google">Google</h2>
  56. <p>Staff Software Engineer<br>
  57. September 2009 &ndash; February 2019</p>
  58. <p>Projects: <a href="https://canvas.apps.chrome">Chrome Canvas</a>, <a href="https://www.androidauthority.com/google-handwriting-keyboard-android-wear-2-0-devices-764084/">Android Wear Handwriting</a>, <a href="https://digitalattackmap.com">Digital Attack Map</a>, <a href="https://www.google.com/search?q=define+mortgage">Google Dictionary</a>, <a href="https://translate.google.com">Google Translate</a>, <a href="https://books.google.com">Google Books</a>, &amp; <a href="https://www.google.com/recaptcha">reCAPTCHA</a>.</p>
  59. <h2 id="recaptcha">reCAPTCHA</h2>
  60. <p>Co-Founder &amp; Software Engineer<br>
  61. June 2007 &ndash; September 2009</p>
  62. <h2 id="carnegie-mellon-university">Carnegie Mellon University</h2>
  63. <p>Ph.D. Computer Science<br>
  64. September 2003 &ndash; May 2009</p>
  65. <h2 id="university-of-minnesota">University of Minnesota</h2>
  66. <p>B.S. Computer Science<br>
  67. September 1999 &ndash; May 2003</p>
  68. </div>
  69. </div>
  70. <div id="footer">
  71. <div class="content">
  72. &copy; 2023 <a href="/" class="undecorated">Colin McMillen</a>. No cookies, no tracking.
  73. </div>
  74. </div>
  75. </div>
  76. </body>
  77. </html>