-
Notifications
You must be signed in to change notification settings - Fork 234
Add newuser blurb to landing page #2607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add newuser blurb to landing page #2607
Conversation
You don't need to regenerate the CSS. That is done automatically when the server is started. Can you remove all the CSS changes aside from what is related to the front page addition? |
The easiest way to get lessc working is by running
to |
that was the thing ... it did not auto generate on server start which forced me to go looking how to generate it :) |
I have just pushed the css file that is required for the text only, seems all good perhaps I had it cached not sure! I miss the days there was just a style.css :| |
root/home.tx
Outdated
@@ -37,5 +37,6 @@ | |||
<button class="btn search-btn help-btn">?</button> | |||
</div> | |||
</form> | |||
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just getting started with perl?
Should that be Perl
rather than perl
? We're referring to the language rather than the interpreter here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to Perl
Fixed capitalization error on Perl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @PaulGWebster!
Please test this where required I really do not do frontend... I tried to generate the css changes with this command:
This caused an error about .border-radius not being defined, the internet said to change this to border-radius: N, which I did but indeed not sure of the real effect of this!