feat: добавление новых иконок и компонентов для улучшения интерфейса
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<section class="container max-w-fit mx-auto px-6 py-16">
|
||||
<section :class="[
|
||||
'container flex flex-col 2xl:flex-row justify-around',
|
||||
'mx-auto px-6 py-16 space-y-16 2xl:space-y-0',
|
||||
'max-w-fit'
|
||||
]">
|
||||
<div class="flex flex-col md:flex-row items-center gap-10">
|
||||
<img
|
||||
src="/ritsu.png"
|
||||
@@ -28,10 +32,29 @@
|
||||
Даже простого присутствия.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div :class="[
|
||||
'w-full md:w-2/3 xl:w-1/2 2xl:w-1/3',
|
||||
'p-6 mx-auto 2xl:mx-0 space-y-4',
|
||||
'rounded-2xl shadow-lg',
|
||||
'hover:scale-105 transition duration-300',
|
||||
'bg-gray-500/25 dark:bg-gray-600/25',
|
||||
'text-gray-700 dark:text-gray-400'
|
||||
]">
|
||||
<img
|
||||
class="w-full h-auto rounded-2xl shadow-lg"
|
||||
src="/sponsored.jpg" alt="Sponsored by Government of USA"
|
||||
>
|
||||
<div class="text-center text-sm">
|
||||
<p>
|
||||
Автор канала осуждает: фашизм/нацизм и любое его проявление, расизм, антисемитизм, насилие, проявление ненависти.
|
||||
Не дискредитирует и не поддерживает дискредитацию государственных органов.
|
||||
</p>
|
||||
<p>
|
||||
Данный канал посвящён роману-антиутопии Джорджа Оруэлла «1984», а также другим антиутопичным произведениям.
|
||||
Совпадения совпадают, а реальность не реальна.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
</template>
|
||||
Reference in New Issue
Block a user