Blog/themes/papercut/layouts/_index/projects.html

84 lines
2.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="bg-white border rounded shadow-sm p-3 mb-3">
<h2 class="text-center mb-3">🗂️ Project list</h2>
<div class="row row-cols-1 row-cols-md-2 g-3">
<!-- minecraft launcher -->
<div class="col">
<div class="bg-body-tertiary border rounded p-3">
<p class="fw-bold mb-2">⛏️
<a class="border-bottom border-primary text-decoration-none py-1"
href="https://git.a2s.su/iiiypuk/minecraft-launcher" target="_blank">
Minecraft JE Batch Launcher</a>
</p>
<p class="mb-0">Simple script for launch Minecraft without official launcher. Any OS</p>
</div>
</div>
<!-- ё с точками -->
<div class="col">
<div class="bg-body-tertiary border rounded p-3">
<p class="fw-bold mb-2">🔡
<a class="border-bottom border-primary text-decoration-none py-1"
href="https://xn--61a.a2s.su" target="_blank">
е с точками</a>
</p>
<p class="mb-0">Сайт для тех, что ценит русский язык и красивое написание текста</p>
</div>
</div>
<!-- ytcg -->
<div class="col">
<div class="bg-body-tertiary border rounded p-3">
<p class="fw-bold mb-2">🎞️
<a class="border-bottom border-primary text-decoration-none py-1"
href="/ytcg/" target="_blank">
Get YouTube video cover</a>
</p>
<p class="mb-0">Service for download video cover from YouTube</p>
</div>
</div>
<div class="col">
<!-- chola -->
<div class="bg-body-tertiary border rounded p-3">
<p class="fw-bold mb-2">⌨️
<a class="border-bottom border-primary text-decoration-none py-1"
href="/chola/" target="_blank">
CHange Of LAyout</a>
</p>
<p class="mb-0">Меняем написанный текст буржуйской раскладки на нашинскую</p>
</div>
</div>
<!-- pmng -->
<div class="col">
<div class="bg-body-tertiary border rounded p-3">
<p class="fw-bold mb-2">🔑
<a class="border-bottom border-primary text-decoration-none py-1"
href="https://git.a2s.su/iiiypuk/pmng" target="_blank">
pmng</a>
</p>
<p class="mb-0">The very simple password manager for humans</p>
</div>
</div>
<!-- assm -->
<div class="col">
<div class="bg-body-tertiary border rounded p-3">
<p class="fw-bold mb-2">🍎
<a class="border-bottom border-primary text-decoration-none py-1"
href="https://git.a2s.su/emilecok/assm" target="_blank">
assm</a>
</p>
<p class="mb-0">iOS splash screen generator</p>
</div>
</div>
<!-- vk0nline -->
<div class="col">
<div class="bg-body-tertiary border rounded p-3">
<p class="fw-bold mb-2">🟢
<a class="border-bottom border-primary text-decoration-none py-1"
href="https://git.a2s.su/iiiypuk/vk0nline" target="_blank">
vk0nline</a>
</p>
<p class="mb-0">systemd service and utility for set online status on vk.com</p>
</div>
</div>
</div>
</section>