-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (41 loc) · 1.76 KB
/
index.html
File metadata and controls
46 lines (41 loc) · 1.76 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Saeed EY – Curriculum Vitae</title>
<!-- BLOCK ALL SEARCH ENGINES -->
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noimageindex">
<meta name="googlebot" content="noindex, nofollow, noarchive, nosnippet">
<meta name="bingbot" content="noindex, nofollow">
<meta name="slurp" content="noindex, nofollow">
<meta name="yandex" content="none">
<meta name="wayback" content="none">
<meta http-equiv="Pragma" content="no-cache">
<!-- PREVENT AI SCRAPERS -->
<meta name="anthropic" content="noindex">
<meta name="perplexity" content="noindex">
<meta name="ai-crawler" content="noindex">
<!-- BLOCK TEXT EXTRACTION (AI/ML crawlers) -->
<meta http-equiv="X-Robots-Tag" content="noindex, noarchive">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?
family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&
family=Libre+Baskerville:wght@700&
display=swap" rel="stylesheet">
</head>
<body>
<div id="cv" class="cv">
<div id="content" class="content">
<div class="loading">Loading curriculum vitae...</div>
</div>
</div>
<script src="js/main.js"></script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-55GFS93T"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</body>
</html>