A site that displays information about books I've read for a class assignment
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.

27 lines
1.0 KiB

  1. document.getElementById("go-down").onclick = function() {
  2. var elmntToView = document.getElementById("row");
  3. elmntToView.scrollIntoView();
  4. };
  5. document.getElementById("centosdead").onclick = function() {
  6. location.href = "./centos-death.html";
  7. };
  8. document.getElementById("worm").onclick = function() {
  9. location.href = "./worm.html";
  10. };
  11. document.getElementById("redmoonrising").onclick = function() {
  12. location.href = "./redmoonrising.html";
  13. };
  14. document.getElementById("sonnetbillycollins").onclick = function() {
  15. location.href = "./sonnetbillycollins.html";
  16. };
  17. document.getElementById("sonnetxii").onclick = function() {
  18. location.href = "./sonnetxii.html";
  19. };
  20. document.getElementById("imacg3stevejobs").onclick = function() {
  21. location.href = "./imacg3stevejobs.html";
  22. };
  23. document.getElementById("googlefloc").onclick = function() {
  24. location.href = "./googleflocterrible.html";
  25. };
  26. document.getElementById("oedipustheking").onclick = function() {
  27. location.href = "./oedipustheking.html";
  28. };