Ajout titres porfolio et redirection

This commit is contained in:
Theo 2024-10-28 15:35:32 +01:00
parent edc8c63436
commit 8cfa6d7309
2 changed files with 52 additions and 5 deletions

View File

@ -14,12 +14,15 @@ img { max-height: 100%; max-width: 100%; }
</style> </style>
</head> </head>
<body> <body>
<header>
<embed src="cv.pdf" width="99%" height="100%"/> <h1>Théo thénault's website</h1>
</header>
<h2><a href="./portfolio/index.html">Portfolio</a></h2>
<h2><a href="cv.pdf">CV / Resume</a></h2>
<!--
<h1>Welcome</h1>
<img src="./photo.png"/>
-->
</body> </body>
</html> </html>

44
portfolio/index.html Normal file
View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<title>Théo Thénault</title>
<meta charset="utf-8"/>
<meta name="keywords" content="Théo Thénault, CV, Français, Francais, French"/>
<meta name="author" content="Théo Thénault"/>
<meta name="description" content="Site web personnel"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html { color-scheme: light dark; height:100% }
body { height: 100%; width: 100%; font-family: Tahoma, Verdana, Arial, sans-serif; }
img { max-height: 100%; max-width: 100%; }
</style>
</head>
<body>
<header>
<h1>Théo Thénault's Portfolio</h1>
</header>
<h2>Hobbies</h2>
<h3>Racing simulation</h3>
<h3>Computers</h3>
<h3>Video games</h3>
<h2>Personnal work</h2>
<h3>Games</h3>
<h3>Web</h3>
<h3>Computers</h3>
<h3>Mobile</h3>
<footer>
<a href="../index.html">home</a>
</footer>
</body>
</html>