-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (46 loc) · 2.38 KB
/
index.html
File metadata and controls
53 lines (46 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Michael Shalyt</title>
<meta name="description" content="Yesterday You Said Tomorrow." />
<link rel="canonical" href="https://shalyt.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Michael Shalyt" />
<meta property="og:description" content="Yesterday You Said Tomorrow." />
<meta property="og:url" content="https://shalyt.com/" />
<meta property="og:image" content="https://shalyt.com/media/cropped-IMG_7337_Grey.jpg" />
<link rel="icon" href="/media/cropped-IMG_7337_Grey.jpg" />
<link rel="stylesheet" href="/assets/styles.css" />
</head>
<body class="page-home">
<a class="skip-link" href="#content">Skip to content</a>
<header class="site-header">
<div class="site-brand">
<img class="site-brand-photo" src="/media/michae_Zoomed_profile.jpg" alt="Michael Shalyt" />
<div class="site-brand-copy">
<a href="/">Michael Shalyt</a>
<p>Yesterday You Said Tomorrow.</p>
</div>
</div>
<nav class="site-nav"><a href="/" class="is-active">Home</a><a href="/ai/">AI</a><a href="/cyber-security/">Cyber Security</a><a href="/physics/">Physics</a><a href="/games/">Games</a><a href="/ideas-2/">Ideas</a></nav>
</header>
<main id="content" class="page-shell">
<article class="page-content">
<div class="home-hero">
<img class="home-hero-banner" src="/media/Banner_Window.jpg" alt="Michael Shalyt portrait banner." />
</div>
<div class="wp-block-group">
<div class="wp-block-group">
<p><strong>Welcome!</strong></p>
<p><strong>You've reached my spot on the web. It was created as a sort of online portfolio to show stuff I'm proud of but don't always fit into my normal CV (that's below).</strong></p>
<p><strong>Please see some of my work in <a href="/ai/">AI</a>, <a href="/cyber-security/">Cyber Security</a>, <a href="/physics/">Physics</a>, <a href="/games/">Games</a> and <a href="/ideas-2/">other topics</a>.</strong></p>
<p><strong>For expert consulting or collaborations - feel free to contact me: michael(at)shalyt.com or via any social media.</strong></p>
</div>
</div>
<div class="pdf-embed"><iframe src="/media/MichaelShalyt_2025_anon.pdf#toolbar=0&navpanes=0&view=FitH" title="Michael Shalyt CV PDF"></iframe></div>
</article>
</main>
</body>
</html>