29 lines
947 B
HTML
29 lines
947 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
|
<title>About</title>
|
|
|
|
<link rel="stylesheet" href="/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<a href="/" id="logo"><img src="/logo.png" alt="logo" /></a>
|
|
<!-- <a id="modern" href="/modern"
|
|
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
|
</header>
|
|
<main>
|
|
<h1>About me</h1>
|
|
<p>
|
|
Hello, I'm Shishkov Dmitriy. I'm 16 years old computer programmer. I'm also do photography as a hobby. As
|
|
for summer 2020, I'm studying in "Ugra physico-mathematical boarding school" in Khanty-Mansiysk.
|
|
</p>
|
|
<p>See <a href="/contacts">contacts</a> to get in touch with me.</p>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |