summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Cheng-Han2017-01-21 12:52:26 +0800
committerWu Cheng-Han2017-01-21 12:52:26 +0800
commit5e1d022e13a56786f40216c5485554d9e8b13c05 (patch)
tree8b3c475f6c3ace530677e3d0fa89481198c12e2d
parente98278492e3c80816d54e1a6841548409c8a4d80 (diff)
Add screenshot on index page
-rw-r--r--public/css/cover.css6
-rw-r--r--public/screenshot.pngbin0 -> 238635 bytes
-rw-r--r--public/views/index.ejs1
3 files changed, 7 insertions, 0 deletions
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
--- /dev/null
+++ b/public/screenshot.png
Binary files 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 @@
<a type="button" href="<%- url %>/features" class="btn btn-lg btn-primary" style="min-width: 200px;"><%= __('Explore all features') %></a>
<br>
<br>
+ <img src="<%- url %>/screenshot.png" class="screenshot ui-signin">
</span>
<div class="lead row" style="width: 90%; margin: 0 auto;">
<div class="col-md-4 inner">