diff --git a/app/Views/web/index.php b/app/Views/web/index.php index ff3862d..2226ab3 100644 --- a/app/Views/web/index.php +++ b/app/Views/web/index.php @@ -178,9 +178,9 @@
image -
- image -
+ + +
Shape
diff --git a/app/Views/web/layouts/master.php b/app/Views/web/layouts/master.php index f5ec637..a270089 100644 --- a/app/Views/web/layouts/master.php +++ b/app/Views/web/layouts/master.php @@ -83,7 +83,7 @@
  • About
  • - Blog + Forum
  • Contact
  • @@ -116,7 +116,7 @@
    @@ -167,7 +167,7 @@
    diff --git a/docker-compose.yml b/docker-compose.yml index 4e42bca..7a5ace1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,18 +1,17 @@ -version: '3' services: coregrade-web: build: context: . dockerfile: docker/apache/Dockerfile - args: - uid: ${UID} + # args: + # uid: ${UID} environment: - - APACHE_RUN_USER=${UID} - - APACHE_RUN_GROUP=${UID} + # - APACHE_RUN_USER=${UID} + # - APACHE_RUN_GROUP=${UID} - CI_ENV - CI_CONFIG restart: unless-stopped - image: registry.chiefsoft.net/coregrade-web:latest + # image: registry.chiefsoft.net/coregrade-web:latest volumes: - ./:/var/www/html - ./apache_log:/var/log/apache2 diff --git a/public/asset/images/banner/banner-1.jpg b/public/asset/images/banner/banner-1.jpg index 4ca8c31..ddc849e 100644 Binary files a/public/asset/images/banner/banner-1.jpg and b/public/asset/images/banner/banner-1.jpg differ diff --git a/public/asset/images/banner/banner-3.jpg b/public/asset/images/banner/banner-3.jpg index 77c72ea..26ecb2f 100644 Binary files a/public/asset/images/banner/banner-3.jpg and b/public/asset/images/banner/banner-3.jpg differ