-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (32 loc) · 1.17 KB
/
index.html
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
<!-- bundle exec jekyll serve -->
<!DOCTYPE html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TR23NDH2MP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TR23NDH2MP');
</script>
<script defer src="https://cloud.umami.is/script.js" data-website-id="621725b9-29f5-45d4-a844-ccce88020346"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<title>Maksym Sherman</title>
</head>
<h1>Maksym Sherman</h1>
<h4>Hi, I'm Maksym! I want to understand the world.</h4>
<p> <a href="blog">Blog</a>
<p> <a href="books">Book list</a>
<p> <a href="articles">Article list</a>
<p> <a href="contact">Contact</a>
<h4>Sign up to receive email updates for new blog posts:</h4>
<iframe src="https://maksymsherman.substack.com/embed" style="border:1px solid #434343; background:#252525; width: 100%; max-width: 480px; height: 320px;" frameborder="0" scrolling="no">
</iframe>
<style>
@media (min-width: 768px) {
iframe {
width: 75% !important;
}
}
</style>