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.

58 lines
2.1 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. };
  29. document.getElementById("appleovertooksamsung").onclick = function() {
  30. location.href = "./appleovertooksamsung.html";
  31. };
  32. document.getElementById("rtxbetadriverhack").onclick = function() {
  33. location.href = "./rtxbetadriverhack.html";
  34. };
  35. document.getElementById("basecamp").onclick = function() {
  36. location.href = "./basecampemployeesleave.html";
  37. };
  38. document.getElementById("african-americans").onclick = function() {
  39. location.href = "./africanamericans.html";
  40. };
  41. document.getElementById("jimcrow").onclick = function() {
  42. location.href = "./jimcrow.html";
  43. };
  44. document.getElementById("busboycott").onclick = function() {
  45. location.href = "./busboycott.html";
  46. };
  47. document.getElementById("ww2civilrights").onclick = function() {
  48. location.href = "./ww2civilrights.html";
  49. };
  50. document.getElementById("worldwar2").onclick = function() {
  51. location.href = "./worldwar2.html";
  52. };
  53. document.getElementById("macmini10g").onclick = function() {
  54. location.href = "./macmini10g.html";
  55. };
  56. document.getElementById("newmalware").onclick = function() {
  57. location.href = "./newmalware.html";
  58. };