Updated "about me" information. Added contacts page

This commit is contained in:
Dm1tr1y147 2020-07-28 07:48:17 +05:00
parent 440000c438
commit b5053453d9
3 changed files with 34 additions and 0 deletions

View File

@ -17,6 +17,10 @@
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
</header>
<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>
</body>
</html>

View File

@ -0,0 +1,29 @@
<!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>Test</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>Contacts:</h1>
<ul>
<li><a href="https://t.me/dm1sh">Telegram</a></li>
<li><a href="https://vk.com/dm1sh">VK</a></li>
<li><a href="mailto:me@dmitriy.icu">Mail (me@dmitriy.icu)</a></li>
</ul>
</main>
</body>
</html>

View File

@ -22,6 +22,7 @@
<li><a href="/about">About me</a></li>
<li><a href="/gallery">Gallery</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/contacts">Contacts</a></li>
</ul>
<h1>Articles</h1>
%s