From 50c8cb051de4fa1c12e6d84f28a636244c13fc71 Mon Sep 17 00:00:00 2001 From: ange Date: Wed, 25 Sep 2024 13:10:23 +0700 Subject: [PATCH] fix: subtitle color --- Dockerfile | 3 ++- {static => html}/about.html | 0 {static => html}/index.html | 0 {static => html}/resume.html | 2 +- {static => html}/style.css | 1 + nginx.conf | 4 ++++ 6 files changed, 8 insertions(+), 2 deletions(-) rename {static => html}/about.html (100%) rename {static => html}/index.html (100%) rename {static => html}/resume.html (97%) rename {static => html}/style.css (99%) diff --git a/Dockerfile b/Dockerfile index e4029e9..ff17805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM docker.io/nginx:latest COPY nginx.conf /etc/nginx/conf.d/default.conf -COPY static/ /usr/share/nginx/html/ +COPY html/ /usr/share/nginx/html/ +COPY static/ /usr/share/nginx/static/ diff --git a/static/about.html b/html/about.html similarity index 100% rename from static/about.html rename to html/about.html diff --git a/static/index.html b/html/index.html similarity index 100% rename from static/index.html rename to html/index.html diff --git a/static/resume.html b/html/resume.html similarity index 97% rename from static/resume.html rename to html/resume.html index e138268..f231498 100644 --- a/static/resume.html +++ b/html/resume.html @@ -35,7 +35,7 @@

4th year EPITECH student

- Ange DUHAYON + Ange DUHAYON

FORMATION

EPITECH Toulouse - Promo 2026