commit 0f6f4170db84bacb76ed48647b1f602c2751dd42 Author: Alexander Popov Date: Wed Apr 13 15:18:28 2022 +0300 🏁 diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a1383fe --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[{*.html,*.css,*.json}] +indent_style = tab +indent_size = 4 + +[humans.txt] +indent_style = tab +indent_size = 2 + +[*.js] +indent_style = space +indent_size = 2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a1f875 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +src/assets/ diff --git a/FTP.md.gpg b/FTP.md.gpg new file mode 100644 index 0000000..fcdfc37 Binary files /dev/null and b/FTP.md.gpg differ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..36f0add --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ +MIT No Attribution + +Copyright 2022 Alexander Popov + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddda50c --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Π΅ с Ρ‚ΠΎΡ‡ΠΊΠ°ΠΌΠΈ +----------- +ΠœΡ‹ любим Π±ΡƒΠΊΠ²Ρƒ **Ё**. + +А Π΅Ρ‰Ρ‘ Π½Π°ΠΌ нравятся ΠΊΠ°Π²Ρ‹Ρ‡ΠΊΠΈ Ρ‘Π»ΠΎΡ‡ΠΊΠΈ ΠΈ Π΄Π»ΠΈΠ½Π½Ρ‹Π΅ Ρ‚ΠΈΡ€Π΅. +Π‘ΡƒΠ΄ΡŒ ΠΊΠ°ΠΊ ΠΌΡ‹, пиши красиво. + +АдрСса +------ +[Ρ‘.a2s.su](https://Ρ‘.a2s.su) +[xn--61a.a2s.su](xn--61a.a2s.su) diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..70f0a51 --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1 @@ +editorconfig-checker==2.4.0 diff --git a/src/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000..5f5d02e Binary files /dev/null and b/src/favicon.ico differ diff --git a/src/humans.txt b/src/humans.txt new file mode 100644 index 0000000..0553594 --- /dev/null +++ b/src/humans.txt @@ -0,0 +1,10 @@ +/* SITE */ +Last Updated: Thu Apr 13 01:52 PM MSK 2022 +Components: clipboard.js + +/* TEAM */ +Chef: Alexander Popov +Contacts: iiiypuk [at] fastmail.fm +Twitter: @_iiiypuk +Ko-Fi: iiiypuk +From: Russia diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..5086405 --- /dev/null +++ b/src/index.html @@ -0,0 +1,83 @@ + + + + + + Ρ‘ с Ρ‚ΠΎΡ‡ΠΊΠ°ΠΌΠΈ + + + + + + +
+
+
+

Π¦ΠΈΡ‚Π°Ρ‚Ρ‹ ΡƒΠΌΠ½Ρ‹Ρ… людСй

+
+ Π—Π½Π°ΠΊΠΈ дюйма ΠΈ дСфисы ΠΈΡΠΏΠΎΠ»ΡŒΠ·ΡƒΡŽΡ‚ Ρ‚ΠΎΠ»ΡŒΠΊΠΎ ΠΊΠΎΠ½Ρ‡Π΅Π½Ρ‹Π΅ + Π΅Π±Π»Π°Π½Ρ‹, Π΄Ρ€ΠΎΡ‡Π΅Ρ€Ρ‹, хуСсосы, уСбанскиС ΠΈΠΌΠ±Π΅Ρ†ΠΈΠ»Ρ‹ + ΠΈ просто ΠΆΠΎΠΏΠΎΠ²Ρ‹Π΅Π±ΠΊΠΈ ΠΈ ΡˆΠΊΠΎΠ»ΡΡ€Ρ‹. +
+

— АртСмий Π›Π΅Π±Π΅Π΄Π΅Π²

+
+
+ +
+
+

Кнопки

+
+
+

Ρ‘

+

:)

+
+
+

«

+

«

+
+
+

»

+

»

+
+
+

+

&ndash

+
+
+

+

&mdash

+
+
+

* ΠΊΠ»ΠΈΠΊΠ½ΠΈΡ‚Π΅, Ρ‡Ρ‚ΠΎΠ±Ρ‹ ΡΠΊΠΎΠΏΠΈΡ€ΠΎΠ²Π°Ρ‚ΡŒ символ

+
+
+
+ + + + + + + diff --git a/src/styles.css b/src/styles.css new file mode 100644 index 0000000..846dc8e --- /dev/null +++ b/src/styles.css @@ -0,0 +1,95 @@ +body { + margin: 0; + font-family: serif; + font-size: 1.3em; +} + +header.page-header { + text-align: center; + border-bottom: 2px solid #d4a373; +} + +.container { + width: 800px; + margin: 0 auto; +} + +.quote-author { + text-align: right; +} + +.buttons { + text-align: center; +} + +div.button { + display: inline-block; + border: 1px solid #ccd5ae; + border-radius: 8px; + margin: 8px; + padding: 16px; + background-color: #e9edc9; + font-family: serif; + font-size: 1.3em; + width: 100px; + transition: background-color .2s; + cursor: pointer; +} +div.button:hover { + background-color: #ccd5ae; + transition: background-color .2s; +} +div.button p { + margin: 0; +} +div.button p.symbol { + text-align: left; + font-size: 2em; + font-weight: bold; +} +div.button p.html { + font-size: 0.7em; + text-align: right; + color: gray; +} + +blockquote { + text-align: justify; + font-style: italic; +} + +footer { + border-top: 2px solid #d4a373; + padding: 16px; + text-align: center; + margin-top: 16px; + font-size: 1em; +} + +.tip { + text-align: right; + font-style: italic; +} + +.footer-content { + opacity: .6; + transition: opacity .2s; +} +.footer-content:hover { + opacity: 1; + transition: opacity .2s; +} + +footer p { + margin: 8px; +} + +footer a { + color: #000000; +} + +@media screen and (max-width: 799px) { + .container { + width: 90%; + } +}