-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving files index.html CNAME using master
- Loading branch information
FeryET
authored and
FeryET
committed
Aug 21, 2024
1 parent
561cc29
commit fbfe9a1
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |