Remove flex

This commit is contained in:
sn4il 2023-07-29 16:31:15 +03:00
parent a302241c39
commit f59c6cf6f5
40 changed files with 18 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python3.8
#!/usr/bin/python3
import hitherdither
import os

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
dithers/git_dithered.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dithers/piped_dithered.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
dithers/searx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/searx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -98,7 +98,7 @@
<div class="menu">
<a href="index.html#proxy" class="pseudo button">Проксирующие сервисы</a>
<a href="index.html#selfhosted" class="pseudo button">Собственные сервисы</a>
<a href="index.html#blog" class="pseudo button">TheДротский бложик</a>
<!-- <a href="index.html#blog" class="pseudo button">TheДротский бложик</a> -->
</div>
<!-- </font> -->
</nav>
@ -111,13 +111,13 @@
<article class="card">
<center>
<header id="proxy">Проксирующие</header>
<div class="flex">
<div class="">
<h4>Piped</h4>
<p>Лёгкий приватный интерфейс для YouTube, умеюший автоматически проматывать рекламные вставки. Зачем кормить гугл, если можно не кормить...</p>
<a href="https://piped.thedroth.rocks"><img src="dithers/piped.png" width="60%"></a>
</div>
<hr>
<div class="flex">
<div class="">
<h4>Teddit</h4>
<p>Быстрый и лёгкий фронтэнд для Reddit</p>
<a href="https://teddit.thedroth.rocks"><img src="dithers/teddit.png" width="60%"></a>
@ -130,13 +130,13 @@
</div>
-->
<hr>
<div class="flex">
<div class="">
<h4>Rural Dictionary</h4>
<p>Фронтэнд для Urban Dictionary. Знакомься с современным фольклором и сленгом без корпоративной слежки!</p>
<a href="https://rd.thedroth.rocks"><img src="dithers/rd.png" width="60%"></a>
</div>
<hr>
<div class="flex">
<div class="">
<h4>WikiLess</h4>
<p>Wikipedia без ненужных элементов и трекеров</p>
<a href="https://wiki.thedroth.rocks"><img src="dithers/wikiless.png" width="60%"></a>
@ -148,19 +148,26 @@
<article class="card">
<center>
<header id="selfhosted">Собственные</header>
<div class="flex">
<div class="">
<h4>TheДротский поиск</h4>
<p>SearXNG — метапоисковый сервис (поиск через Google, Bing, DuckDuckGo...)</p>
<a href="https://search.thedroth.rocks"><img src="dithers/searx.png" width="60%"></a>
</div>
<hr>
<div class="">
<h4>Git</h4>
<p>Хранилище исходных кодов</p>
<a href="https://git.thedroth.rocks"><img src="dithers/git.png" width="60%"></a>
</div>
<hr>
<div class="flex">
<div class="">
<h4>TheДротский Фонк</h4>
<p>FunkWhale — хостинг музыки и подкастов</p>
<a href="https://fonk.thedroth.rocks"><img src="dithers/fonk.png" width="60%"></a>
</div>
<hr>
<div class="flex">
<div class="">
<h4>RSS Bridge</h4>
<p>Конвертация новостных лент в RSS</p>
<a href="https://rss.thedroth.rocks"><img src="dithers/rss.png" width="60%"></a>
@ -170,6 +177,7 @@
</section>
</article>
<!--
<article class="card four-fifth-1000">
<section class="flex">
<article class="card">
@ -185,6 +193,7 @@
</article>
</section>
</article>
-->
</section>
</main>