From 543897a3e81c79fd544da64e2031a06bbc313675 Mon Sep 17 00:00:00 2001 From: Adam Undus Date: Wed, 7 Oct 2020 19:21:32 -0400 Subject: [PATCH] update resource links, add pg --- booklist.html | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++ booklist.js | 5 ++ index.html | 80 +++++++++++++++++-------- index.js | 5 ++ 4 files changed, 225 insertions(+), 26 deletions(-) create mode 100644 booklist.html create mode 100644 index.js diff --git a/booklist.html b/booklist.html new file mode 100644 index 0000000..8c5675b --- /dev/null +++ b/booklist.html @@ -0,0 +1,161 @@ + + + + + + + My Booklist + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + All Books (sorted by popularity) - Project Gutenberg + + + + + + + + + + + + + + + + + + +
+
+
+

My Booklist

+
+
+ My content +
+
+ + + + + + + \ No newline at end of file diff --git a/booklist.js b/booklist.js index e69de29..e0356c2 100644 --- a/booklist.js +++ b/booklist.js @@ -0,0 +1,5 @@ +(function ($) { + + + +})(jQuery); \ No newline at end of file diff --git a/index.html b/index.html index 11ddf9c..391758a 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,8 @@ which contains *all* Project Gutenberg metadata in one RDF/XML file.
  • Bookshelves
  • Frequently Downloaded
  • Offline Catalogs
  • +
  • My Booklist
  • @@ -530,10 +556,12 @@ which contains *all* Project Gutenberg metadata in one RDF/XML file.

    Donation

    - + + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..3229fa7 --- /dev/null +++ b/index.js @@ -0,0 +1,5 @@ +(function ($) { + + + +})(jQuery);