From 0f6f4170db84bacb76ed48647b1f602c2751dd42 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Wed, 13 Apr 2022 15:18:28 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 21 ++++++++++ .gitignore | 1 + FTP.md.gpg | Bin 0 -> 539 bytes LICENSE | 16 ++++++++ README.md | 11 +++++ requirements-dev.txt | 1 + src/favicon.ico | Bin 0 -> 4286 bytes src/humans.txt | 10 +++++ src/index.html | 83 +++++++++++++++++++++++++++++++++++++ src/styles.css | 95 +++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 238 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitignore create mode 100644 FTP.md.gpg create mode 100644 LICENSE create mode 100644 README.md create mode 100644 requirements-dev.txt create mode 100644 src/favicon.ico create mode 100644 src/humans.txt create mode 100644 src/index.html create mode 100644 src/styles.css 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 0000000000000000000000000000000000000000..fcdfc3765040898152631aa177b899e89fc64128 GIT binary patch literal 539 zcmV+$0_6RL0gM9LNy3}Dhn+Dc?LzP(Ly`&Z3l1jqz)T(f;N73>; z!K#C+tyk`{Bd`lp5ng@|$u&srfC7*&eD$e|TULQ|ctXt$g760}$(c_`7Zw9ha=6Sk zsrVTU9&l=?MPkLtB@Gmy%gzmJ1>D_jbmt8*Su>kj;%97G6CBdvqm*r_=Y(d-GtPhh zGj90Qf0Xwx;ELMu>2LSg(*~vqA*6jYXbxN5XR_5w?L0snq13sr91`IO72a976X>WQ zcMMYpc|5=P*SLbK$4A}Z?t8su&;d!fNUGA=1swisgutGuX$=Ns;b!fGMflc40Q^kH9%vsY zuLg&$>Bk*irPYLP z1WsP$&KLV)^7Om-0mqD|=QNyS-GT(aa4uqwZlY+MQ;fI~Tfa2T|0>do0cJ{(X>bCb z!^^GYa_W4?3O=h-V<8kfv5auJWo)!m=TF7VF4G-j5Y8BdRbWzC9<7{TmwKrNH{M5nTi?x>A@H(O(g4m deu5mhv(Fj0^CIHvpfwdUX0fz%A*7v{z$O3`6wg7Xxg0(~G zY98*v6;Eu?=R(cd2UmpBD&vXzb_dFQ3stwP*Z1w2{-eI#0pn9$*{&Yne_g&C-hcG} zf`?iH<{3F3fwih}-4&9pPauD@o@{oB3SftEu*Zs;3vdrreULpe7vHN>AVzfH<3Oh3PSmP~A + + + + + ё с точками + + + + + + +
+
+
+

Цитаты умных людей

+
+ Знаки дюйма и дефисы используют только конченые + ебланы, дрочеры, хуесосы, уебанские имбецилы + и просто жоповыебки и школяры. +
+

— Артемий Лебедев

+
+
+ +
+
+

Кнопки

+
+
+

ё

+

:)

+
+
+

«

+

&#xab;

+
+
+

»

+

&#xbb;

+
+
+

+

&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%; + } +}