Skip to content

Commit 5e1d022

Browse files
committed
Add screenshot on index page
1 parent e982784 commit 5e1d022

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

public/css/cover.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,12 @@ input {
354354
color: white;
355355
}
356356

357+
.screenshot {
358+
margin: 30px auto;
359+
width: 100%;
360+
border-radius: 3px;
361+
}
362+
357363
select {
358364
color: black;
359365
}

public/screenshot.png

233 KB
Loading

public/views/index.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<a type="button" href="<%- url %>/features" class="btn btn-lg btn-primary" style="min-width: 200px;"><%= __('Explore all features') %></a>
8888
<br>
8989
<br>
90+
<img src="<%- url %>/screenshot.png" class="screenshot ui-signin">
9091
</span>
9192
<div class="lead row" style="width: 90%; margin: 0 auto;">
9293
<div class="col-md-4 inner">

0 commit comments

Comments
 (0)