diff --git a/docs/img/EOPFrontCover.jpg b/docs/img/EOPFrontCover.jpg new file mode 100644 index 00000000..e1794131 Binary files /dev/null and b/docs/img/EOPFrontCover.jpg differ diff --git a/docs/img/EOPFrontCover.png b/docs/img/EOPFrontCover.png deleted file mode 100644 index 28023242..00000000 Binary files a/docs/img/EOPFrontCover.png and /dev/null differ diff --git a/docs/img/s_hero.png b/docs/img/s_hero.png deleted file mode 100644 index 7b06d17a..00000000 Binary files a/docs/img/s_hero.png and /dev/null differ diff --git a/docs/index.md b/docs/index.md index b3fdbd6a..edc24b00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,9 +4,10 @@ hide: - toc --- -# ![](img/EOPFrontCover.png) +# ![](img/EOPFrontCover.jpg) -Have you been wondering what makes functional programming such a big deal, but you haven't been able to get through any of the explanations? We wrote this book for you. +Have you wondered what makes functional programming such a big deal, but you haven't been able to get through any of the explanations? +We wrote this book for you. Four years in the making! diff --git a/mkdocs.yml b/mkdocs.yml index 899a422b..4431823f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Effect Oriented Programming site_url: https://EffectOrientedProgramming.com/ -site_description: A New Paradigm for Creating Reliable, Adaptable, Testable Systems - Using Scala and ZIO +site_description: A Paradigm for Creating Reliable, Adaptable, Testable Systems - Using Scala and ZIO site_author: Bill Frasure, James Ward and Bruce Eckel #repo_url: https://github.com/EffectOrientedProgramming/examples/