diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/css/cover.css | 6 | ||||
-rw-r--r-- | public/screenshot.png | bin | 0 -> 238635 bytes | |||
-rw-r--r-- | public/views/index.ejs | 1 |
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 Binary files differnew file mode 100644 index 00000000..e1e77431 --- /dev/null +++ b/public/screenshot.png 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"> |