Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov 1a92f56f25 remove Discord 2023-01-06 19:29:33 +03:00
Alexander Popov 167799d50c rename src folder 2023-01-06 19:27:22 +03:00
24 changed files with 28 additions and 6 deletions

24
.editorconfig Normal file
View File

@ -0,0 +1,24 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 2
[{*.html,*.css,*.json}]
indent_style = spaces
indent_size = 4
[humans.txt]
indent_style = tab
indent_size = 2
[*.md]
trim_trailing_whitespace = false

View File

View File

Before

Width:  |  Height:  |  Size: 730 KiB

After

Width:  |  Height:  |  Size: 730 KiB

View File

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

Before

Width:  |  Height:  |  Size: 898 KiB

After

Width:  |  Height:  |  Size: 898 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -19,9 +19,7 @@
</p>
<p class="tools">
<a href="//twitter.com/turn0around"><i class="fab fa-twitter"></i></a>
<a href="//discord.gg/pqsu6FsHSe"><i class="fab fa-discord"></i></a>
<!-- <a href=""><i class="fab fa-youtube"></i></a> -->
| <a href="/ru/"><i class="fas fa-language"></i></a>
| <a href="/r"><i class="fas fa-language"></i></a>
</p>
</header>

View File

@ -9,11 +9,11 @@
}
*::selection {
color: #ffffff;
background-color: #ff96a6;
color: #ffffff;
background-color: #ff96a6;
}
html,
html,
body {
height: 90%;
}