Skip to content

Commit

Permalink
Add basic html site to test with Github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Nov 9, 2023
1 parent 6eab023 commit 73a49bf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Diego Smania CV</title>
</head>
<body>
<h1>Diego Fabián Smania</h1>
<p>
This is just a basic and small site so my CV is built and uploaded to GitHub pages.
</p>
<ul>
<li>
<a href="Smania_Diego_CV_English.pdf">CV English Version</a>
</li>
</ul>
</body>
</html>

0 comments on commit 73a49bf

Please sign in to comment.