diff --git a/index.html b/index.html index 0ad9825..faa2327 100644 --- a/index.html +++ b/index.html @@ -447,6 +447,23 @@

Education

+
  • + Movies Hub +
    +

    Movies Hub

    +

    + Search, evaluate and recommend a movie in a convenient format. +

    + +
    +
  • diff --git a/public/i18n/en.json b/public/i18n/en.json index 266314d..059d913 100644 --- a/public/i18n/en.json +++ b/public/i18n/en.json @@ -76,6 +76,9 @@ }, "google-books": { "description": "Online book search service using Google Books API." + }, + "movies-hub": { + "description": "Search, evaluate and recommend a movie in a convenient format." } } } diff --git a/public/i18n/ru.json b/public/i18n/ru.json index 8337140..dba7f21 100644 --- a/public/i18n/ru.json +++ b/public/i18n/ru.json @@ -76,6 +76,9 @@ }, "google-books": { "description": "Онлайн сервис по поиску книг с использованием Google Books API." + }, + "movies-hub": { + "description": "Поиск, оценка и рекомендации о фильме в удобном формате." } } } diff --git a/src/assets/img/movies-hub.webp b/src/assets/img/movies-hub.webp new file mode 100644 index 0000000..64cf872 Binary files /dev/null and b/src/assets/img/movies-hub.webp differ