mirror of
https://codeberg.org/aiquiral/blog.git
synced 2024-12-21 13:53:28 +00:00
64 lines
2.2 KiB
HTML
64 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en-IN">
|
||
<head>
|
||
<title>Category - Animation | Aiquiral's Blog</title>
|
||
<meta name="description" content="With clear and concise writing, the aim of this blog is to help others solve problems, and learn the ropes of self-hosting, using Linux, becoming a privacy enthusiast and more.">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<meta charset="utf-8">
|
||
<link rel="icon" type="image/x-icon" href=/assets/logo/favicon.svg />
|
||
<link rel="stylesheet" href=/assets/css/style.css />
|
||
</head>
|
||
<body>
|
||
<div class="head">
|
||
<div class="line-top"></div>
|
||
<nav>
|
||
<ul class='nav-bar'>
|
||
<li class='logo'><a href=/index.html><img src=/assets/logo/favicon.svg /></a></li>
|
||
<input type='checkbox' id='check' />
|
||
<span class="menu">
|
||
<li><a href="https://blog.aiquiral.me">Home</a></li>
|
||
<li><a href="https://portfolio.aiquiral.me">Portfolio</a></li>
|
||
<li><a href="https://aiquiral.me/contact">Contact</a></li>
|
||
<li><a href="https://aiquiral.me/about">About</a></li>
|
||
<label for="check" class="close-menu">X</label>
|
||
</span>
|
||
<label for="check" class="open-menu">☰</label>
|
||
</ul>
|
||
|
||
|
||
<noscript>
|
||
<img src="https://a.aiquiral.me/ingress/3a4a78d5-5d52-4f8e-9272-925d46af3166/pixel.gif">
|
||
</noscript>
|
||
|
||
<script defer src="https://a.aiquiral.me/ingress/3a4a78d5-5d52-4f8e-9272-925d46af3166/script.js"></script>
|
||
|
||
|
||
</nav>
|
||
</div>
|
||
<div class="main">
|
||
<style>
|
||
.category-page{
|
||
padding: 5vw 30%;
|
||
}
|
||
@media (max-width: 1203px) {
|
||
.category-page {
|
||
padding: 70px 10%;
|
||
margin-top: 100px;
|
||
}
|
||
}
|
||
</style>
|
||
<div class="category-page">
|
||
<h1>Category - Animation</h1>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="foot"><p style="text-align: center;"><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src=/assets/logo/inline-logo.svg style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="https://aiquiral.me/privacy-policy.html">Privacy Policy</a> – <a href="https://aiquiral.me/about.html">About</a></p></div>
|
||
<div class="line-bottom"></div>
|
||
</body>
|
||
</html> |