starting moving from tilda

This commit is contained in:
2025-11-04 13:32:04 +03:00
parent ce487f6263
commit 93bd25e8eb
185 changed files with 2931 additions and 40 deletions

View File

@@ -1,7 +0,0 @@
@charset "UTF-8";
header {
&:not(:has(*)) {
display: none;
}
}

View File

@@ -1,14 +0,0 @@
@charset "UTF-8";
body {
margin: unset;
}
main {
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
gap: var(--gap);
transition: 0s;
}

View File

@@ -1,10 +0,0 @@
{% block css %}
{% endblock %}
{% block body %}
<header>
</header>
{% endblock %}
{% block js %}
{% endblock %}

View File

@@ -5,16 +5,23 @@
"type": "site",
"keywords": [
"minimal",
"baza"
"baza",
"landing",
"perm"
],
"readme": "README.md",
"license": "WTFPL",
"authors": [
{
"name": "kodorvan",
"email": "kodorvan@gmail.com",
"homepage": "https://kodorvan.page",
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
"role": "Programmer"
},
{
"name": "Hollspae",
"email": "ksena.vilkova79@gmail.om",
"role": "Creator-Programmer"
}
],
"support": {
@@ -23,8 +30,8 @@
},
"require": {
"php": "^8.4",
"mirzaev/minimal": "^3.7",
"mirzaev/baza": "^3.3",
"mirzaev/minimal": "^3.8",
"mirzaev/baza": "^3.4",
"mirzaev/languages": "^1",
"twig/twig": "^3.2",
"twig/extra-bundle": "^3.7",

2675
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,6 @@ fi
if [ -e kodorvan/perm/system/settings/*.sample ]; then
for i in kodorvan/perm/system/settings/*.sample; do
cp "i" "i/.sample/";
cp "$i" "${i/.sample/}";
done
fi

View File

@@ -0,0 +1,64 @@
@charset "UTF-8";
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT.TTF");
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT 2.TTF");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT 3.TTF");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT 4.TTF");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT 5.TTF");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT 6.TTF");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT 7.TTF");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT 8.TTF");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Bahnschrift';
src: url("/fonts/bahnschrift/BAHNSCHRIFT 9.TTF");
font-weight: 900;
font-style: normal;
}

View File

@@ -0,0 +1,64 @@
@charset "UTF-8";
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica-Thin.ttf");
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica_Auto-ExtraLight.ttf");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica-Light.ttf");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica-Regular.ttf");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica-Medium.ttf");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica-SemiBold.ttf");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica-Bold.ttf");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica-ExtraBold.ttf");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Geologica';
src: url("/fonts/geologica/Geologica-Black.ttf");
font-weight: 900;
font-style: normal;
}

Some files were not shown because too many files have changed in this diff Show More