From b46e210fbdfc82547cee0c434a42b5fa95fd9c39 Mon Sep 17 00:00:00 2001 From: ODAVING Date: Thu, 10 Oct 2019 19:11:21 -0400 Subject: [PATCH] front-end(HTML): Custom home page Custom homepage was added to take away the plain "Hello World" webpage Closes issue #7 Fixed minor HTML mistakes --- www/lib/www/home_page.html.eex | 138 +++++++++++++++++++++++++++++++-- 1 file changed, 133 insertions(+), 5 deletions(-) diff --git a/www/lib/www/home_page.html.eex b/www/lib/www/home_page.html.eex index f836411..1a5ae61 100644 --- a/www/lib/www/home_page.html.eex +++ b/www/lib/www/home_page.html.eex @@ -1,9 +1,137 @@ - + + - Elixir on Docker + + + + + + + + + + + + + + + + + + + + - -

Hello, World!

+ + + + +
+
+
+

Welcome to Elixir On Docker

+

This project template provides a set of sensible defaults for a new application designed to be cloud native. It includes: +

    +
  1. A main service www, this serves the main content offered by your application.
  2. +
  3. Secure HTTP/2 content delivery with Ace web server.
  4. +
  5. Code reloading in development environment using ExSync.
  6. +
  7. Automatic clustering. Setup for docker-cloud other environments coming soon.
  8. +
  9. Web based metrics, monitoring and observing with Wobserver.
  10. +
  11. Documentation driven development with Raxx.ApiBlueprint.
  12. +
  13. Integration test suit running from the integration service.
  14. +
+

+
+
+
- + + + \ No newline at end of file