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.
 
 
 

11 lines
406 B

document.getElementById("smartgaragedoor").onclick = function() {
location.href = "/projects/smart-garage-door-controller.html";
};
document.getElementById("repairdashboard").onclick = function() {
location.href = "/projects/iFixit-Repairability-Dashboard.html";
};
document.getElementById("thinkpadx220").onclick = function() {
location.href = "/projects/thinkpad-x220-tablet-build.html";
};