Code for my portfolio website
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.

10 lines
406 B

  1. document.getElementById("smartgaragedoor").onclick = function() {
  2. location.href = "/projects/smart-garage-door-controller.html";
  3. };
  4. document.getElementById("repairdashboard").onclick = function() {
  5. location.href = "/projects/iFixit-Repairability-Dashboard.html";
  6. };
  7. document.getElementById("thinkpadx220").onclick = function() {
  8. location.href = "/projects/thinkpad-x220-tablet-build.html";
  9. };