diff --git a/assets/1984.png b/assets/1984.png new file mode 100644 index 0000000..e8c7e94 Binary files /dev/null and b/assets/1984.png differ diff --git a/assets/amelie.png b/assets/amelie.png new file mode 100644 index 0000000..c8cb449 Binary files /dev/null and b/assets/amelie.png differ diff --git a/assets/catcher.png b/assets/catcher.png new file mode 100644 index 0000000..c11dfb1 Binary files /dev/null and b/assets/catcher.png differ diff --git a/assets/devops.png b/assets/devops.png new file mode 100644 index 0000000..12a861a Binary files /dev/null and b/assets/devops.png differ diff --git a/assets/getsby.png b/assets/getsby.png new file mode 100644 index 0000000..715f880 Binary files /dev/null and b/assets/getsby.png differ diff --git a/assets/graf.png b/assets/graf.png new file mode 100644 index 0000000..02629e1 Binary files /dev/null and b/assets/graf.png differ diff --git a/assets/hobbit.png b/assets/hobbit.png new file mode 100644 index 0000000..809502f Binary files /dev/null and b/assets/hobbit.png differ diff --git a/assets/method.png b/assets/method.png new file mode 100644 index 0000000..e0634bd Binary files /dev/null and b/assets/method.png differ diff --git a/assets/physics.png b/assets/physics.png new file mode 100644 index 0000000..d6491cc Binary files /dev/null and b/assets/physics.png differ diff --git a/assets/sapiens.png b/assets/sapiens.png new file mode 100644 index 0000000..824f4bc Binary files /dev/null and b/assets/sapiens.png differ diff --git a/assets/sunMachine.png b/assets/sunMachine.png new file mode 100644 index 0000000..5873ef6 Binary files /dev/null and b/assets/sunMachine.png differ diff --git a/assets/toKill.png b/assets/toKill.png new file mode 100644 index 0000000..ef07b75 Binary files /dev/null and b/assets/toKill.png differ diff --git a/assets/zarathustra.png b/assets/zarathustra.png new file mode 100644 index 0000000..1790920 Binary files /dev/null and b/assets/zarathustra.png differ diff --git a/data/books.json b/data/books.json new file mode 100644 index 0000000..0819c47 --- /dev/null +++ b/data/books.json @@ -0,0 +1,101 @@ +[ + { + "title": "The DevOps handbook", + "author": "Gene Kim", + "genre": "Scientific", + "year": 2016, + "language": "English", + "image": "assets/devops.png", + "description": "Increase profitability, elevate work culture, and exceed productivity goals through DevOps practices." + }, + { + "title": "Graf Monte-Cristo", + "author": "Alexandre Dumas", + "genre": "Adventure", + "year": 1844, + "language": "French", + "image": "assets/graf.png", + "description": "Revenge and redemption tale." + }, + { + "title": "Discourse on Method", + "author": "Rene Descartes", + "genre": "Philosophy", + "year": 1637, + "language": "French", + "image": "assets/method.png", + "description": "Foundation of modern philosophy." + }, + { + "title": "Thus Spoke Zarathustra", + "author": "Friedrich Nietzsche", + "genre": "Philosophy", + "year": 1883, + "language": "German", + "image": "assets/zarathustra.png", + "description": "Philosophical novel by Nietzsche." + }, + { + "title": "Сонячна Машина", + "author": "Володимир Винниченко", + "genre": "Novel", + "year": 1928, + "language": "Українська", + "image": "assets/sunMachine.png", + "description": "Сонячна машина» Володимира Винниченка — це утопічно-фантастичний роман про побудову нового суспільства." + }, + { + "title": "Загальний курс фізики", + "author": "Іван Кучерук", + "genre": "Scientific", + "year": 1999, + "language": "Українська", + "image": "assets/physics.png", + "description": "Перший том про молекулярну фізику." + }, + { + "title": "Amelie", + "author": "Jean-Pierre Jeunet", + "genre": "Romance", + "year": 2001, + "language": "French", + "image": "assets/amelie.png", + "description": "Film about a shy, imaginative young woman in Paris who finds joy in secretly improving the lives of others while quietly longing for love herself.." + }, + { + "title": "The Great Gatsby", + "author": "F. Scott Fitzgerald", + "genre": "Novel", + "year": 1925, + "language": "English", + "image": "assets/getsby.png", + "description": "A novel about the American dream." + }, + { + "title": "To Kill a Mockingbird", + "author": "Harper Lee", + "genre": "Drama", + "year": 1960, + "language": "English", + "image": "assets/toKill.png", + "description": "A story about racial injustice." + }, + { + "title": "1984", + "author": "George Orwell", + "genre": "Dystopian", + "year": 1949, + "language": "English", + "image": "assets/1984.png", + "description": "A vision of totalitarian future." + }, + { + "title": "The Hobbit", + "author": "J.R.R. Tolkien", + "genre": "Fantasy", + "year": 1937, + "language": "English", + "image": "assets/hobbit.png", + "description": "A journey through Middle-earth." + } +] \ No newline at end of file diff --git a/index.html b/index.html index 09c6dc0..3557724 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,71 @@
+