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
397 B

  1. document.getElementById("smartgaragedoor").onclick = function() {
  2. location.href = "https://github.com/Rav4s/New-Pi-Garage-Door-Opener";
  3. };
  4. document.getElementById("repairdashboard").onclick = function() {
  5. location.href = "https://repairability.yeetpc.com/";
  6. };
  7. document.getElementById("thinkpadx220").onclick = function() {
  8. location.href = "https://www.yeetpc.com/blog/entry.php";
  9. };