diff --git a/editor/en/index.html b/editor/en/index.html index 5310337..5bbfd1f 100644 --- a/editor/en/index.html +++ b/editor/en/index.html @@ -16,8 +16,11 @@ width: 49%; display: inline-block; vertical-align: top; - margin: 0 1% 1% 0; - box-shadow: 3px 3px 3px #277150; + margin: 0 1% 2% 0; + box-shadow: 0px 0px 1px #e0ffde; +} +.screen-list li:hover { + box-shadow: 0px 0px 1px #5e6b5d; } .screen-list li:nth-child(2n) { margin-right: 0; @@ -32,11 +35,66 @@ width: 100%; height: 80px; text-align: center; + margin-bottom: 30px; +} +.demo-wrapper { + background-color: #222628; + color: #fff; + padding: 20px 0px; +} +.title-wrapper { + background-color: #efb103; + padding: 40px 0px 80px; + color: #000; + font-size: 150%; +} +.screens-wrapper { + background-color: #060205; + color: #fff; + padding: 20px 0px; +} +.features-wrapper { + background-color: #7ea6bd; +} +.download-wrapper { + padding: 120px 0px 50px; + background-color: #11271d; +} +.zira-cms-download-btn:link, +.zira-cms-download-btn:visited { + font-size: 200%; + padding: 30px 60px; + border-radius: 40px; + font-weight: bold; +} +header { + margin-bottom: 0; +} +footer { + margin-top: 0; + background: #080c13; + border: none; } blockquote { - background-color: #edf9f7; - border-color: #816e99; - border: 1px solid #97d2c7; + background-color: #0f191d; + border-left: 10px solid #dbedff; + border-right: 10px solid #dbedff; + margin-bottom: 0px; + font-size: 120%; + color: #7ea6bd; + padding: 20px 40px; +} +.page-header, +.page-header h1 { + text-align: center; + font-weight: bold; + color: #000; + font-size: 150%; + margin-bottom: 50px; +} +.screens-wrapper h2 { + color: #ff04c9; + font-size: 180%; } @@ -56,23 +114,27 @@ blockquote { -
-
-
+
- -
-
-

If you're looking for Geany alternative for KDE, you should try Zira Editor.

-

Zira Editor is a lightweight PHP Editor for Linux, Android and Raspberry Pi with syntax highlighting and autocomplete.

-
-

Watch demo:

+
+
+
+
+
+
+ +

If you're looking for Geany alternative for KDE, you should try Zira Editor.

+

Zira Editor is a lightweight PHP Editor for Linux, Android and Raspberry Pi with syntax highlighting and autocomplete.

+
+
+
+

Main features:

    @@ -160,34 +222,39 @@ blockquote {
  • run install.sh
-

Screenshots:

+
+
+
+
+

Screenshots:

    -
  • Autocomplete classes, functions & variables
  • -
  • Function arguments display
  • -
  • F1 Help
  • -
  • File symbols navigator
  • -
  • Quick access panel
  • -
  • Syntax highlighting for PHP, JS, CSS, HTML
  • -
  • Highlight matching tags
  • -
  • Highlight matching php expression
  • -
  • Color preview
  • -
  • Highlight matching braces
  • -
  • Search and replace text
  • -
  • Built-in color picker
  • -
  • Dockable sidebar, toolbar and output panel
  • -
  • Git integration
  • -
  • Source map preview
  • -
  • Layout for wide screens
  • +
  • Autocomplete classes, functions & variables
  • +
  • Function arguments display
  • +
  • F1 Help
  • +
  • File symbols navigator
  • +
  • Quick access panel
  • +
  • Syntax highlighting for PHP, JS, CSS, HTML
  • +
  • Highlight matching tags
  • +
  • Highlight matching php expression
  • +
  • Color preview
  • +
  • Highlight matching braces
  • +
  • Search and replace text
  • +
  • Built-in color picker
  • +
  • Dockable sidebar, toolbar and output panel
  • +
  • Git integration
  • +
  • Source map preview
  • +
  • Layout for wide screens
-

 

-

 

+
+
+
@@ -196,7 +263,8 @@ blockquote { diff --git a/uploads/editor/thumbs/screen1.jpg b/uploads/editor/thumbs/screen1.jpg new file mode 100644 index 0000000..4e4ece1 Binary files /dev/null and b/uploads/editor/thumbs/screen1.jpg differ diff --git a/uploads/editor/thumbs/screen10.jpg b/uploads/editor/thumbs/screen10.jpg new file mode 100644 index 0000000..b3b3ad3 Binary files /dev/null and b/uploads/editor/thumbs/screen10.jpg differ diff --git a/uploads/editor/thumbs/screen11.jpg b/uploads/editor/thumbs/screen11.jpg new file mode 100644 index 0000000..130e5b7 Binary files /dev/null and b/uploads/editor/thumbs/screen11.jpg differ diff --git a/uploads/editor/thumbs/screen12.jpg b/uploads/editor/thumbs/screen12.jpg new file mode 100644 index 0000000..bfba270 Binary files /dev/null and b/uploads/editor/thumbs/screen12.jpg differ diff --git a/uploads/editor/thumbs/screen13.jpg b/uploads/editor/thumbs/screen13.jpg new file mode 100644 index 0000000..510db74 Binary files /dev/null and b/uploads/editor/thumbs/screen13.jpg differ diff --git a/uploads/editor/thumbs/screen14.jpg b/uploads/editor/thumbs/screen14.jpg new file mode 100644 index 0000000..db490bf Binary files /dev/null and b/uploads/editor/thumbs/screen14.jpg differ diff --git a/uploads/editor/thumbs/screen15.jpg b/uploads/editor/thumbs/screen15.jpg new file mode 100644 index 0000000..3e028a5 Binary files /dev/null and b/uploads/editor/thumbs/screen15.jpg differ diff --git a/uploads/editor/thumbs/screen16.jpg b/uploads/editor/thumbs/screen16.jpg new file mode 100644 index 0000000..64b3d10 Binary files /dev/null and b/uploads/editor/thumbs/screen16.jpg differ diff --git a/uploads/editor/thumbs/screen2.jpg b/uploads/editor/thumbs/screen2.jpg new file mode 100644 index 0000000..3934e58 Binary files /dev/null and b/uploads/editor/thumbs/screen2.jpg differ diff --git a/uploads/editor/thumbs/screen3.jpg b/uploads/editor/thumbs/screen3.jpg new file mode 100644 index 0000000..fecaf55 Binary files /dev/null and b/uploads/editor/thumbs/screen3.jpg differ diff --git a/uploads/editor/thumbs/screen4.jpg b/uploads/editor/thumbs/screen4.jpg new file mode 100644 index 0000000..71a1b04 Binary files /dev/null and b/uploads/editor/thumbs/screen4.jpg differ diff --git a/uploads/editor/thumbs/screen5.jpg b/uploads/editor/thumbs/screen5.jpg new file mode 100644 index 0000000..e39c7aa Binary files /dev/null and b/uploads/editor/thumbs/screen5.jpg differ diff --git a/uploads/editor/thumbs/screen6.jpg b/uploads/editor/thumbs/screen6.jpg new file mode 100644 index 0000000..9c920e2 Binary files /dev/null and b/uploads/editor/thumbs/screen6.jpg differ diff --git a/uploads/editor/thumbs/screen7.jpg b/uploads/editor/thumbs/screen7.jpg new file mode 100644 index 0000000..9619fae Binary files /dev/null and b/uploads/editor/thumbs/screen7.jpg differ diff --git a/uploads/editor/thumbs/screen8.jpg b/uploads/editor/thumbs/screen8.jpg new file mode 100644 index 0000000..1ca2914 Binary files /dev/null and b/uploads/editor/thumbs/screen8.jpg differ diff --git a/uploads/editor/thumbs/screen9.jpg b/uploads/editor/thumbs/screen9.jpg new file mode 100644 index 0000000..153dc42 Binary files /dev/null and b/uploads/editor/thumbs/screen9.jpg differ