Skip to content

Commit 2a42fac

Browse files
committed
Updated index wording and make features link and styles more obvious
1 parent b6ca500 commit 2a42fac

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

public/index.ejs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
<a type="button" class="btn btn-lg btn-success ui-signin" data-toggle="modal" data-target=".signin-modal" style="display:none;">Sign In</a>
6262
<div class="ui-or" style="display:none;">Or</div>
6363
<p class="lead">
64-
<a href="<%- url %>/new" class="btn btn-lg btn-default">Start new note</a>
64+
<a href="<%- url %>/new" class="btn btn-lg btn-default">New note</a>
6565
</p>
66-
<a href="<%- url %>/features">See all features here <i class="fa fa-info-circle"></i></a>
67-
<br> Share note via the links <i class="fa fa-link"></i> directly!
66+
<h5>Share directly with URL <i class="fa fa-link"></i></h5>
67+
<a class="btn btn-primary" href="<%- url %>/features">More features <i class="fa fa-chevron-right"></i></a>
6868
</div>
6969
<br>
7070
</div>
@@ -78,12 +78,8 @@
7878
</div>
7979
<div class="ui-signout" style="display:none;">
8080
<h4 class="ui-welcome">Welcome! <span class="ui-name"></span></h4>
81-
<a href="<%- url %>/new" class="btn btn-default">Start new note</a> Or
81+
<a href="<%- url %>/new" class="btn btn-default">New note</a> Or
8282
<a href="#" class="btn btn-danger ui-logout">Sign Out</a>
83-
<br>
84-
<br>
85-
<a href="<%- url %>/features">See all features here <i class="fa fa-info-circle"></i></a>
86-
<br> Share note via the links <i class="fa fa-link"></i> directly!
8783
</div>
8884
<hr>
8985
<form class="form-inline">

0 commit comments

Comments
 (0)