-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 761 Bytes
/
index.html
File metadata and controls
28 lines (25 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>