This commit is contained in:
parent
f222496429
commit
50c8cb051d
@ -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/
|
||||
|
@ -35,7 +35,7 @@
|
||||
<div id="main">
|
||||
|
||||
<h1>4th year EPITECH student</h1>
|
||||
<img src="2404.webp" alt="Ange DUHAYON" width="128">
|
||||
<img src="static/2404.webp" alt="Ange DUHAYON" width="128">
|
||||
<h2 id="formation">FORMATION</h2>
|
||||
<h3><b>EPITECH Toulouse</b> - Promo 2026</h3>
|
||||
<ul>
|
@ -84,6 +84,7 @@ h4 {
|
||||
font-size: 0.75em;
|
||||
font-style: italic;
|
||||
margin-left: 1em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#content {
|
@ -7,4 +7,8 @@ server {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
root /usr/share/nginx/;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user