124 lines
3.7 KiB
HTML
124 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en-us">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<title>Posts</title>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,300&display=swap" rel="stylesheet">
|
||
<link rel="stylesheet" href="https://site.horhik.xyz/css/basic.css">
|
||
|
||
<link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="Horhik.xyz">
|
||
</head>
|
||
<body>
|
||
<header class="logo--wrapper">
|
||
<a href="https://site.horhik.xyz/"><pre class="logo toilet-logo">
|
||
░█░█░█▀█░█▀▄░█░█░▀█▀░█░█░░░░█░█░█░█░▀▀█
|
||
░█▀█░█░█░█▀▄░█▀█░░█░░█▀▄░░░░▄▀▄░░█░░▄▀░
|
||
░▀░▀░▀▀▀░▀░▀░▀░▀░▀▀▀░▀░▀░▀░░▀░▀░░▀░░▀▀▀</pre></a>
|
||
<span class="logo-quote">O. George’s site</span>
|
||
|
||
</header>
|
||
|
||
|
||
<main>
|
||
|
||
<div>
|
||
<h1>Posts</h1>
|
||
|
||
</div>
|
||
|
||
|
||
|
||
<article class="recent-block recent-block--right">
|
||
<div>
|
||
<a class="article__link" href="https://site.horhik.xyz/posts/pyautogui-for-simplifying-anki-routine/">PyAutoGUI for simplifying anki routine</a>
|
||
</div>
|
||
<time class="recent-block__time">21.01.2021 10:26</time>
|
||
|
||
</article>
|
||
|
||
|
||
<article class="recent-block recent-block--right">
|
||
<div>
|
||
<a class="article__link" href="https://site.horhik.xyz/posts/second-test-post/">Second Test Post</a>
|
||
</div>
|
||
<time class="recent-block__time">03.01.2021 01:24</time>
|
||
|
||
</article>
|
||
|
||
|
||
<div>
|
||
|
||
1 of 1
|
||
|
||
</div>
|
||
|
||
</main>
|
||
<aside>
|
||
<div class="recent">
|
||
<div >
|
||
<h2 class="h1 recent-header">LATEST POSTS</h3>
|
||
</div>
|
||
<div>
|
||
<ul class="recent-list">
|
||
|
||
<li class="recent-block recent-block--right">
|
||
<a href="/posts/pyautogui-for-simplifying-anki-routine/">PyAutoGUI for simplifying anki routine</a> <br>
|
||
<time class="recent-block__time">21.01.2021</time>
|
||
</li>
|
||
|
||
<li class="recent-block recent-block--right">
|
||
<a href="/posts/second-test-post/">Second Test Post</a> <br>
|
||
<time class="recent-block__time">03.01.2021</time>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
|
||
|
||
<footer>
|
||
<ul class="contacts">
|
||
<li><a href="https://github.com/horhik" class=" contact-link">
|
||
<pre> oo dP dP dP
|
||
88 88 88
|
||
.d8888b. dP d8888P 88d888b. dP dP 88d888b.
|
||
88' `88 88 88 88' `88 88 88 88' `88
|
||
88. .88 88 88 88 88 88. .88 88. .88
|
||
`8888P88 dP dP dP dP `88888P' 88Y8888'
|
||
.88
|
||
d8888P </pre></a></li>
|
||
<li><a href="https://twitter.com/HORHl" class=" contact-link">
|
||
<pre> dP oo dP dP
|
||
88 88 88
|
||
d8888P dP dP dP dP d8888P d8888P .d8888b. 88d888b.
|
||
88 88 88 88 88 88 88 88ooood8 88' `88
|
||
88 88.88b.88' 88 88 88 88. ... 88
|
||
dP 8888P Y8P dP dP dP `88888P' dP
|
||
|
||
</pre></a></li>
|
||
<li><a href="mailto:horhik@tuta.io" class=" contact-link">
|
||
<pre> oo dP
|
||
88
|
||
88d8b.d8b. .d8888b. dP 88
|
||
88'`88'`88 88' `88 88 88
|
||
88 88 88 88. .88 88 88
|
||
dP dP dP `88888P8 dP dP
|
||
|
||
</pre></a></li>
|
||
</ul>
|
||
<p class="copyright">©2021 <a href="https://site.horhik.xyz/">Horhik.xyz</a></p>
|
||
</footer>
|
||
</body>
|
||
</html>
|