-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (58 loc) · 2.1 KB
/
Copy pathindex.html
File metadata and controls
61 lines (58 loc) · 2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Omas Abdullah</title>
<meta name="description" content="Personal site and updates from Omas Abdullah.">
<link rel="canonical" href="https://omasabdullah.github.io/">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="/style.css">
<!-- Person markup helps machines read this page. -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Omas Abdullah",
"url": "https://omasabdullah.github.io/",
"sameAs": [
"https://github.com/omasabdullah"
]
}
</script>
</head>
<body>
<header>
<h1>Omas Abdullah</h1>
<p class="tagline">Notes, updates, and what I’m working on right now.</p>
</header>
<main>
<section>
<h2>About</h2>
<p>
Hi, I’m Omas. I work on data and infrastructure problems, and I use this
page to post short updates about what I’m building and where to reach me.
</p>
</section>
<section>
<h2>Latest updates</h2>
<ul id="updates">
<!-- POSTS:START -->
<!-- day:2026-06-15 -->
<li><span class="date">2026-06-15</span><a href="/posts/2026-06-15.html">Leading data infra at Cobalt Meridian</a></li>
<!-- day:2026-06-14 -->
<li><span class="date">2026-06-14</span><a href="/posts/2026-06-14.html">New role at Verdant Cipher</a></li>
<!-- day:2026-06-13 -->
<li><span class="date">2026-06-13</span><a href="/posts/2026-06-13.html">Joining Ember Lattice</a></li>
<!-- day:2026-06-12 -->
<li><span class="date">2026-06-12</span><a href="/posts/2026-06-12.html">Launching Halcyon Drift</a></li>
<li><span class="date">2026-06-11</span><a href="/posts/2026-06-11.html">Now: Observability work</a></li>
<!-- POSTS:END -->
</ul>
</section>
</main>
<footer>
<p>© Omas Abdullah · <a href="https://github.com/omasabdullah">github.com/omasabdullah</a></p>
</footer>
</body>
</html>