Remove custom css and unnecessary div nesting of welcome panel
This commit is contained in:
parent
22e079a3c3
commit
65e1ee6836
2 changed files with 13 additions and 20 deletions
|
@ -432,11 +432,6 @@ body.small-nav {
|
||||||
|
|
||||||
.welcome {
|
.welcome {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
p {
|
|
||||||
font-size: 110%;
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
|
|
|
@ -43,21 +43,19 @@
|
||||||
<% unless current_user %>
|
<% unless current_user %>
|
||||||
<div class="welcome p-3" hidden>
|
<div class="welcome p-3" hidden>
|
||||||
<%= render "sidebar_header", :title => t("layouts.intro_header") %>
|
<%= render "sidebar_header", :title => t("layouts.intro_header") %>
|
||||||
<div>
|
<p class="fs-6 fw-light"><%= t "layouts.intro_text" %></p>
|
||||||
<p><%= t "layouts.intro_text" %></p>
|
<p class="fs-6 fw-light"><%= t "layouts.hosting_partners_html",
|
||||||
<p><%= t "layouts.hosting_partners_html",
|
:ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"),
|
||||||
:ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"),
|
:fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"),
|
||||||
:fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"),
|
:bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
|
||||||
:bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
|
:partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
|
||||||
:partners => link_to(t("layouts.partners_partners"), "https://hardware.openstreetmap.org/thanks/") %>
|
</p>
|
||||||
</p>
|
<div class="d-flex mx-n1">
|
||||||
<div class="d-flex mx-n1">
|
<div class="w-50 px-1">
|
||||||
<div class="w-50 px-1">
|
<a class="btn btn-primary w-100" href="<%= about_path %>"><%= t("layouts.learn_more") %></a>
|
||||||
<a class="btn btn-primary w-100" href="<%= about_path %>"><%= t("layouts.learn_more") %></a>
|
</div>
|
||||||
</div>
|
<div class="w-50 px-1">
|
||||||
<div class="w-50 px-1">
|
<a class="btn btn-primary w-100" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
|
||||||
<a class="btn btn-primary w-100" href="<%= user_new_path %>"><%= t("layouts.start_mapping") %></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue