Skip to content

Commit 4bec4d0

Browse files
authored
Add newuser blurb to landing page (#2607)
1 parent f3520ec commit 4bec4d0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

root/home.tx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
<button class="btn search-btn help-btn">?</button>
3838
</div>
3939
</form>
40+
<p class="helper_blurb">Just getting started with Perl? Try these <a target="_blank" rel="noopener" href="https://www.perl.org/learn.html">free learning resources</a> from the Perl community</p>
4041
</div>
4142
%% }

root/static/less/home.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
font-size: 1.2em;
66
}
77

8+
.helper_blurb {
9+
font-weight: bold;
10+
width: 480px;
11+
}
12+
813
#metacpan_search-input {
914
width: 400px;
1015
margin: 0px;

0 commit comments

Comments
 (0)