Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4bec4d0

Browse filesBrowse files
authored
Add newuser blurb to landing page (#2607)
1 parent f3520ec commit 4bec4d0
Copy full SHA for 4bec4d0

File tree

Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed

‎root/home.tx

Copy file name to clipboardExpand all lines: root/home.tx
+1Lines 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

Copy file name to clipboardExpand all lines: root/static/less/home.less
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.