diff --git a/src/App.js b/src/App.js index 1606d25..71cf007 100644 --- a/src/App.js +++ b/src/App.js @@ -26,6 +26,9 @@ import FestivalSimulator from './Pages/Software/Projects/FestivalSimulator'; import BoardOfEducationBot from './Pages/Software/Projects/BoardOfEducationBot'; import MetroidShooter from './Pages/Software/Projects/MetroidShooter'; +import Books from './Pages/Books/Books'; +import booksdata from './Pages/Books/books.json' + import Radio from './Pages/Radio/Radio'; import Components from './Pages/Radio/Components'; import Balkon from './Pages/Radio/Balkon'; @@ -71,8 +74,10 @@ function App() { }> }> }> + }> }> }> + }> }> }> diff --git a/src/Pages/Books/Books.js b/src/Pages/Books/Books.js new file mode 100644 index 0000000..5e51db2 --- /dev/null +++ b/src/Pages/Books/Books.js @@ -0,0 +1,26 @@ +import React from 'react'; + +const Books = ({ books }) => { + return ( +
+
+ + + +

The life of a career woman who wanted to serve her country, but not in her own way.

+

Crown prince of Japan, Naruhito, feels love for Masako Owada and eventually they get married. Masako Owada lived and studied several years in the United States of America. But she eventually returned to Japan because she wanted te serve her country. The book will often state how much Masako wanted to serve Japan and the crux of the story is that due to the conservative expectations of the royal family on her will cause her to become a "caged butterfly".

+

The main expectation is that she must birth a son which can inherit the Japanese throne. After a miscarriage, Naruhito and Masako however will have a daughter, Aiko. Despite the couple being very happy together, they do not meet the expectations of the Kunai-chō and the emperor, Akihito. Masako was considered not Japanese enough due to her long stays in America, she could not birth a son and she could not do the diplomatic missions for which she studied, she would not fit in with the others in the royal family, the media would portray lies about her. It eventually took its toll and she became very sick.

+

She recovers each downfall, but the book makes it clear that her life as a princess is not a rose-coloured, easy life. Naruhito and Masako want to be closer to the Japanese people, yet they must still be considered divine beings.

+

There are also sections where the youth of Akihito is described, which, after Japan's loss during the second world war, shows how much the Americans have caused the dimishing of power of the Japanese emperor. Due to this influence, less people consider the imperial family of Godly status anymore. Groups like the Zaitokukai and Conservative parties in Japan often resent this change of their nation and emperor.

+

The book does not mention the birth of Hisahito in 2006, the son of Fumihito and Kiko, who will now inherit the throne. Fumihito is the brother of Naruhito.

+ +
+
+ ) +} + +export default Books; diff --git a/src/Pages/Books/books.json b/src/Pages/Books/books.json new file mode 100644 index 0000000..94fbe16 --- /dev/null +++ b/src/Pages/Books/books.json @@ -0,0 +1,15 @@ +{ + "books": [ + { + "id": 1, + "completionDate": "2024-01-06", + "title": "Princes Masako ~ de gevangen vlinder", + "subtitle": "Een carrièrevrouw aan het Japanse hof", + "language": "nl", + "isbn": "9789085199281", + "author": "Yoko Kobayashi & Martin Fritz", + "publisher": "Company of Books", + "pages": 221 + } + ] +} \ No newline at end of file