-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (101 loc) · 4.1 KB
/
index.html
File metadata and controls
112 lines (101 loc) · 4.1 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alden Hallak — Software Engineer @ Google DeepMind</title>
<!-- Google Analytics (GA4) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-92ZJEJLLMZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-92ZJEJLLMZ');
</script>
<meta charset="utf-8">
<meta name="author" content="Alden Hallak">
<meta name="description"
content="Alden Hallak is a Software Engineer at Google DeepMind based in New York, NY. Personal website with blog, resume, and contact info.">
<meta name="keywords"
content="Alden Hallak, software engineer, Google DeepMind, New York, blog, DrawAFish, ESP32, home automation">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Canonical -->
<link rel="canonical" href="https://aldenhallak.com/">
<!-- Open Graph -->
<meta property="og:title" content="Alden Hallak — Software Engineer @ Google DeepMind">
<meta property="og:description"
content="Alden Hallak is a Software Engineer at Google DeepMind based in New York, NY. Personal website with blog, resume, and contact info.">
<meta property="og:url" content="https://aldenhallak.com/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Alden Hallak">
<meta property="og:image" content="https://aldenhallak.com/assets/og-card.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Alden Hallak — Software Engineer @ Google DeepMind">
<meta name="twitter:description"
content="Alden Hallak is a Software Engineer at Google DeepMind based in New York, NY. Personal website with blog, resume, and contact info.">
<meta name="twitter:image" content="https://aldenhallak.com/assets/og-card.png">
<meta name="twitter:site" content="@aldenhallak">
<!-- JSON-LD: Person (Knowledge Graph) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Alden Hallak",
"url": "https://aldenhallak.com",
"jobTitle": "Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "Google DeepMind",
"url": "https://deepmind.google"
},
"address": {
"@type": "PostalAddress",
"addressLocality": "New York",
"addressRegion": "NY",
"addressCountry": "US"
},
"email": "mailto:alden.hallak@gmail.com",
"sameAs": [
"https://www.linkedin.com/in/alden-hallak/",
"https://github.com/aldenhallak",
"https://x.com/aldenhallak",
"https://www.instagram.com/verybigandstrong",
"https://drawafish.com"
]
}
</script>
<!-- JSON-LD: WebSite (Sitelinks) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Alden Hallak",
"url": "https://aldenhallak.com",
"author": {
"@type": "Person",
"name": "Alden Hallak"
}
}
</script>
<link rel="stylesheet" href="styles/styles.css">
<script src="scripts/script.js" defer></script>
</head>
<body>
<div class="container" id="intro">
<h1>Alden Hallak </h1>
<h2> Software Engineer @ Google DeepMind </h2>
<h3> New York, NY </h3>
<p class="info"> If you're interested in reaching out to me, feel free to utilize the resources presented below. Or
check out my blog!! </p>
<div class="info"><a href="mailto:alden.hallak@gmail.com" class="btn">Email</a>
<a href="assets/AldenHallakResume.pdf" class="btn work">Resume</a>
<a href="blog/" class="btn">Blog</a>
<a href="https://www.linkedin.com/in/alden-hallak/" target="new" class="btn">LINKEDIN</a>
</div>
</div>
<div class="footer">
<div class="copyright"> Alden Hallak 2025 </div>
<div class="source"><a href="https://github.com/aldenhallak/aldenhallak.github.io"> view source code </a> </div>
</div>
</body>
</html>