💚 CD test
continuous-integration/drone/push Build is passing Details

main
Vincent ASTOLFI 10 months ago
parent 5bead92bd4
commit 643d0a758d

@ -1,4 +1,4 @@
FROM nginx:alpine FROM nginx:alpine
COPY . /usr/share/nginx/html COPY . /usr/share/nginx/html
RUN sed -i '1i\<base href="https://codefirst.iut.uca.fr/containers/vincentastolfi-maettleship/">' ./pages/index.html RUN sed -i '1i\<base href="https://codefirst.iut.uca.fr/containers/vincentastolfi-maettleship/">' /usr/share/nginx/html/pages/index.html
RUN sed -i '1i\<base href="https://codefirst.iut.uca.fr/containers/vincentastolfi-maettleship/">' ./pages/cv.html RUN sed -i '1i\<base href="https://codefirst.iut.uca.fr/containers/vincentastolfi-maettleship/">' /usr/share/nginx/html/pages/cv.html

@ -1,31 +0,0 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vincent Astolfi</title>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
<link rel="stylesheet" href="ressources/styles/index.css">
</head>
<body>
<div class="menu">
<ul>
<li><a href="index.html">Vincent Astolfi</a></li>
<li><a href="./pages/discover">Discover Me</a></li>
<li><a href="/pages/projects">Projects</a></li>
<li><a href="/pages/cv.html">CV</a></li>
<li><a href="/pages/contact">Contact Me</a></li>
</ul>
</div>
<div class="title">Vincent ASTOLFI Portfolio</div>
<div class="subtitle">IT student at IUT Clermont Ferrand</div>
<button class="dicover_me_button" type="button">
Discover Me
<span class="material-symbols-outlined">
arrow_forward
</span>
</button>
</body>
</html>
Loading…
Cancel
Save