-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.33 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.33 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
<!DOCTYPE html>
<head>
<meta charset='UTF-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
margin: 2vh auto;
max-width: 1024px;
width: 75vw;
min-width: min(480px, 80vw);
}
div.title {
display: inline-block;
width:100%;
text-align: center;
font-size: x-large;
font-weight: bold;
font-family: "Comic Neue", "Comic Sans MS", "Comic Sans", sans-serif;
}
</style>
<title>Pavel Zenov's Personal Web Site</title>
</head>
<header></header>
<body>
<div class="title">Pavel Zenov</div>
<p>If you're visiting this site and you're not a bot or a web crawler, there is little possibility that we are acquainted.</p>
<p>I do React-on-SmartTV development for a living and occasionally produce music for fun.</p>
<p>This web site's birthday is 31 December 2021 and it currently consists of pure HTML and CSS which should be fully supported by any web browser aware of responsive layout. My current intention (read: I don't promise this to myself!) is to let this page be as simple as possible to be at least readable with something like Lynx.</p>
<p>You may want to see my <a href="https://github.com/pblyp">Github profile</a>.</p>
</body>