diff --git a/Dockerfile b/Dockerfile index b792b32..77bc423 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,12 @@ FROM nginx:1.27-alpine RUN rm -rf /usr/share/nginx/html/* -# index.html כמו שהוא היום +# Static files COPY index.html /usr/share/nginx/html/index.html +COPY favicon.svg /usr/share/nginx/html/favicon.svg +COPY dvirlabs-logo-2.png /usr/share/nginx/html/dvirlabs-logo.png -# סקריפט שמחליף placeholders לפי ENV +# Entrypoint that injects LAB_LINKS into __LAB_LINKS__ COPY docker-entrypoint.sh /docker-entrypoint.sh RUN chmod +x /docker-entrypoint.sh diff --git a/dvirlabs-logo.old.png b/dvirlabs-logo.old.png new file mode 100644 index 0000000..f0fe325 Binary files /dev/null and b/dvirlabs-logo.old.png differ diff --git a/dvirlabs-logo.png b/dvirlabs-logo.png new file mode 100644 index 0000000..871cf45 Binary files /dev/null and b/dvirlabs-logo.png differ diff --git a/dvirlabs-logo.svg b/dvirlabs-logo.svg new file mode 100644 index 0000000..d7279d7 --- /dev/null +++ b/dvirlabs-logo.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + ∞ + + + + + DVIRLABS + + diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..8297495 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + diff --git a/index.html b/index.html index 1330fec..a2b4893 100644 --- a/index.html +++ b/index.html @@ -4,24 +4,24 @@ DvirLabs — Home Lab & DevOps Playground - + - + + + +
- -
-
DvirLabs
-
HOME LAB · DEVOPS · AUTOMATION
+ + +
HOME LAB · DEVOPS · AUTOMATION
+
LAB ONLINE @@ -339,9 +280,8 @@
Self-Hosted Lab

Kubernetes, GitOps & Observability — all at home.

- DvirLabs is a personal infrastructure lab used for experimenting with - Kubernetes, CI/CD, monitoring, security, and cloud-native tooling — - running fully on self-hosted hardware. + DvirLabs is a personal infrastructure lab used for experimenting + with Kubernetes, CI/CD, monitoring, security, and cloud-native tools.

@@ -353,7 +293,7 @@ @@ -368,31 +308,26 @@