Skip to content

Commit

Permalink
Moving files index.html CNAME using master
Browse files Browse the repository at this point in the history
  • Loading branch information
FeryET authored and FeryET committed Aug 21, 2024
1 parent 561cc29 commit fbfe9a1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Empty file added CNAME
Empty file.
28 changes: 28 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />

<!--You can add your name and affiliation below to personalise -->
<meta property="og:title" content="CV" />
<meta property="og:name" content="Farhood Etaati" />
<meta property="og:location" content="Tehran/Iran" />

<!--You can add your keywords to personalise-->
<meta
property="og:description"
content="MLOps, Machine Learning, Software Engineering, Backend Engineer"
/>

<meta
property="og:image"
content="https://dummyimage.com/100x100/000/fff&text=CV"
/>
<title>CV</title>
</head>
<body>
<script type="text/javascript">
window.location.href = "./farhood-etaati-cv.pdf";
</script>
</body>
</html>

0 comments on commit fbfe9a1

Please sign in to comment.