fix page
This commit is contained in:
@@ -178,9 +178,9 @@
|
||||
<div class="te-main-img-inner">
|
||||
<img class="tilt-animate" src="/asset/images/about/about-c.jpg" alt="image" />
|
||||
|
||||
<div class="image-two">
|
||||
<img class="tilt-animate" src="/asset/images/about/about-card-4.jpg" alt="image" />
|
||||
</div>
|
||||
<!-- <div class="image-two">-->
|
||||
<!-- <img class="tilt-animate" src="/asset/images/about/about-card-4.jpg" alt="image" />-->
|
||||
<!-- </div>-->
|
||||
<div class="te-img-card-shape">
|
||||
<img class="tilt-animate" src="/asset/images/about/about-shape.png" alt="Shape" />
|
||||
</div>
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
</li>
|
||||
<li><a href="/about">About</a></li>
|
||||
<li>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/blog">Forum</a>
|
||||
</li>
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
@@ -116,7 +116,7 @@
|
||||
</div>
|
||||
<div class="te-menu-sidebar-content">
|
||||
<div class="te-menu-sidebar-logo">
|
||||
<a href="index.html">
|
||||
<a href="/">
|
||||
<img src="/asset/images/logo/logo.png" alt="logo" />
|
||||
</a>
|
||||
</div>
|
||||
@@ -167,7 +167,7 @@
|
||||
<ul class="menu">
|
||||
<li><a href="/tools">Printables</a></li>
|
||||
<li><a href="#">Your Startup</a></li>
|
||||
<li><a href="https://blog.coregrade.com/">Blog Site</a></li>
|
||||
<li><a href="https://blog.coregrade.com/">Our Forum</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+5
-6
@@ -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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 40 KiB |
Reference in New Issue
Block a user