dmitriy.icu/index.html

72 lines
2.8 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dmitriy Shishkov</title>
<title>About-Dmitriy.tk</title>
<link rel="stylesheet" href="main.css">
<link rel='shortcut icon' type='image/x-icon' href='fave.ico' />
</head>
<body>
<nav>
<a href="" id="logo"><img src="logo.svg" alt="Logotype"></a>
<button class="nav-toggle" title="Open menu">
<button class="nav-toggle">
<span class="bar-top"></span>
<span class="bar-mid"></span>
<span class="bar-bot"></span>
</button>
<ul>
<li><a href="#">Home</a></li>
<li><a href="gallery/index.html">Gallery</a></li>
<li id="galactikka"><a href="https://galactikka.com/146568">Galactikka</a></li>
</ul>
</nav>
<main>
<header id="top">
<h1>Dmitriy</h1>
<p>Welcome to my personal site!</p>
</header>
<article id="main">
<p>I'm Dmitriy Shishkov — photographer, web programmer and writer. Here you can see some of my works. Scroll down the footer to get my Instagrams to see more.</p>
<ul id="gal">
<li>
<img src="gallery/pic/2.jpg" alt="Photo">
<span>Reed on the shore of the lake</span>
</li>
<li>
<img src="gallery/pic/1.jpg" alt="Photo">
<span>The trucker stopped by a nice warm evening near my house in Padsvillie</span>
</li>
<li>
<img src="gallery/pic/3.jpeg" alt="Photo">
<span>Bright stars in the dark night</span>
</li>
<li>
<img src="gallery/pic/4.jpeg" alt="Photo">
<span>Field and forest on a foggy morning</span>
</li>
</ul>
</article>
</main>
<footer>
<address>
<a href="https://www.google.ru/maps/place/Ulitsa+3+Mikrorayon,+7,+Beloyarsky,+Khanty-Mansiyskiy+avtonomnyy+okrug,+628176/@63.7204133,66.6610309,17z/data=!3m1!4b1!4m5!3m4!1s0x43823c79180321a3:0x7c339f5ac5e57cca!8m2!3d63.7204133!4d66.6632196"><span id="address"><span id="street">Ulitsa 3 Mikrorayon</span>, <span id="house">7</span>, <span id="town">Beloyarsky</span>, <span id="area">Khanty-Mansiysk Autonomous Region</span>, <span id="country">Russia</span> </span></a>
<a href="tel:+79044825152" id="phone">+7 (904) 482-51-52</a>
<a href="tel:+375299817785" id="phone">+375 (299) 81-77-85</a>
<a href="mailto:me@dmitriy.icu" id="email">me@dmitriy.icu</a>
</address>
<ul id="social">
<li><a href="https://vk.com/dsh147">VK</a></li>
<li><span>Instagram:</span> <a href="https://instagram.com/i.have.no.camera/">@i.have.no.camera</a></li>
<li><a href="https://t.me/dsh147">Telegram</a></li>
</ul>
<a href="#top" id="totop" title="Go to top"><i></i></a>
<a href="#top" id="totop"><i></i></a>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</body>
</html>