diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index 580a657..22d248e 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -13,23 +13,38 @@ html, body { text-rendering: optimizeLegibility; - background-color: #141029; + background-image: url(); background-repeat: no-repeat; background-size: cover; - background-position: center; + } .page_label { font-size: 40px; color: white; position: absolute; } + #footer { + bottom: 0%; + position: fixed; + height: 50px; + background-color: #1d1e1e; + color: white; + .page_label { + font-size: 40px; + color: white; + position: absolute; + } + } -
- -
+ + diff --git a/docker-compose.yml b/docker-compose.yml index 58ae816..22affb3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '3' services: - api-mermsemr: - image: registry.myfit.ai/merms/api-mermsemr:latest + float-gate: + # image: registry.myfit.ai/merms/api-mermsemr:latest build: context: . dockerfile: docker/apache/Dockerfile @@ -16,6 +16,6 @@ services: - ./:/var/www/html - ./apache_log:/var/log/apache2 ports: - - 8085:80 + - 5509:80 volumes: src: diff --git a/public/api_bk.jpg b/public/api_bk.jpg index 5a008ac..9e802b0 100644 Binary files a/public/api_bk.jpg and b/public/api_bk.jpg differ