From 5e1d022e13a56786f40216c5485554d9e8b13c05 Mon Sep 17 00:00:00 2001
From: Wu Cheng-Han
Date: Sat, 21 Jan 2017 12:52:26 +0800
Subject: Add screenshot on index page
---
public/css/cover.css | 6 ++++++
public/screenshot.png | Bin 0 -> 238635 bytes
public/views/index.ejs | 1 +
3 files changed, 7 insertions(+)
create mode 100644 public/screenshot.png
diff --git a/public/css/cover.css b/public/css/cover.css
index a1527bfa..6e191d2b 100644
--- a/public/css/cover.css
+++ b/public/css/cover.css
@@ -354,6 +354,12 @@ input {
color: white;
}
+.screenshot {
+ margin: 30px auto;
+ width: 100%;
+ border-radius: 3px;
+}
+
select {
color: black;
}
diff --git a/public/screenshot.png b/public/screenshot.png
new file mode 100644
index 00000000..e1e77431
Binary files /dev/null and b/public/screenshot.png differ
diff --git a/public/views/index.ejs b/public/views/index.ejs
index 25139907..4bcea0eb 100644
--- a/public/views/index.ejs
+++ b/public/views/index.ejs
@@ -87,6 +87,7 @@
<%= __('Explore all features') %>
+