diff --git a/contacts.html b/contacts.html index 1b57fd0..2760ff9 100644 --- a/contacts.html +++ b/contacts.html @@ -42,7 +42,7 @@

Страница автора: https://vk.com/ziracms

 

Хотите отправить EMail ?

-

Пишите на ziracms@gmail.com

+

Пишите на ziracms@gmail.com

 

Хотите поддержать проект ?

Яндекс.Деньги: https://money.yandex.ru/to/410014796567498

diff --git a/editor/en/index.html b/editor/en/index.html index 5bbfd1f..edac332 100644 --- a/editor/en/index.html +++ b/editor/en/index.html @@ -18,12 +18,14 @@ vertical-align: top; margin: 0 1% 2% 0; box-shadow: 0px 0px 1px #e0ffde; + transition: margin-top 500ms ease; } .screen-list li:hover { box-shadow: 0px 0px 1px #5e6b5d; } .screen-list li:nth-child(2n) { margin-right: 0; + transition-delay: 100ms; } .screen-list li a { display: block; @@ -43,10 +45,11 @@ padding: 20px 0px; } .title-wrapper { - background-color: #efb103; +/* background-color: #efb103;*/ padding: 40px 0px 80px; color: #000; font-size: 150%; + background: #efb103 url(/uploads/editor/wallpaper.png) no-repeat 50% -100%; } .screens-wrapper { background-color: #060205; @@ -69,6 +72,7 @@ } header { margin-bottom: 0; + min-height: 165px; } footer { margin-top: 0; @@ -110,7 +114,7 @@ blockquote { Zira CMS -

Software for advanced users

+

Software for advanced users

@@ -216,8 +220,7 @@ blockquote {

Install in Raspbian:

@@ -264,7 +267,7 @@ blockquote {

Zira PHP Editor - Lightweight IDE for Linux, Android and Raspberry Pi.
Developed with Qt Creator in openSUSE Leap.

-

©2019 Zira Project.

+

©2019 Zira Project.
Contact email: ziracms@gmail.com

@@ -278,5 +281,56 @@ blockquote { + \ No newline at end of file diff --git a/uploads/editor/wallpaper.png b/uploads/editor/wallpaper.png new file mode 100644 index 0000000..d5167ab Binary files /dev/null and b/uploads/editor/wallpaper.png differ