Skip to content

Commit

Permalink
chore: fixed video on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
urz9999 committed Dec 13, 2023
1 parent f65e924 commit fa13a47
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 14 deletions.
20 changes: 11 additions & 9 deletions _includes/callout/callout-release.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

<div class="c-text" style="font-size: 18px">
<span><strong>Announcing Leapp Pro.</strong><br> Centralize and protect your Cloud Access.</span>
</div>
<div class="c-link">
<a href="{{site.url}}{{site.baseurl}}/solutions/personal" target="_blank" id="rebranding_link" style="font-size: 18px">
<span class="desktop check-it-out">Take me there!</span>
<img src="{{site.url}}{{site.baseurl}}/assets/img/arrow-right.png" width="36" alt="">
</a>
</div>

<div class="banner-layout" style="margin-top: 40px; margin-bottom: 0">
<a href="/solutions/team">
<div class="banner">
<i class="fa-solid fa-party-horn"></i>
<span><b>Leapp Team</b> is now out! <span class="text-underline"><b>Try it for FREE!</b></span></span>
<i class="fa-solid fa-arrow-right"></i>
</div>
</a>
</div>

11 changes: 7 additions & 4 deletions _includes/hero-team.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ <h1 class="hero-title">{{page.hero_title_1}}&nbsp;<span class="typed-text" data-
<span>Get started for FREE</span>
</button>
</div>
<span class="privacy-policy">By joining you agree to Leapp’s
<a href="https://d3o59asa8udcq9.cloudfront.net/docs/Terms_and_conditions_SAAS.pdf">Terms</a> and
<a href="https://d3o59asa8udcq9.cloudfront.net/docs/Privacy_Policy_Noovolari.pdf">Privacy Policy</a></span>
<span class="already-signed-up">Already have an account? <a href="https://app.leapp.cloud/sign-in">Sign In</a></span>
<p class="privacy-policy privacypolicy">
By joining you agree to Leapp’s&nbsp;
<a href="https://d3o59asa8udcq9.cloudfront.net/docs/Terms_and_conditions_SAAS.pdf">Terms</a>
&nbsp;and&nbsp;
<a href="https://d3o59asa8udcq9.cloudfront.net/docs/Privacy_Policy_Noovolari.pdf">Privacy Policy</a>
</p>
<span class="already-signed-up">Already have an account? <a href="https://app.leapp.cloud/sign-in">Sign In</a></span>
</div>
{% endif %}

Expand Down
3 changes: 2 additions & 1 deletion _includes/releases.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

<div class="callout {{page.callout_display}}">
<div class="">
{% if page.callout_content %}
{% include {{ page.callout_content }} %}
{% endif %}
<br>
</div>

<div id="releases-content">
Expand Down
4 changes: 4 additions & 0 deletions assets/css/partials/media-query.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
@media screen and (max-width: 1448px) {
.team-hero-content {
p { padding: 0 20px; }
}

.closed-beta-form-modal {
text-align: left;
.popup-menu {
Expand Down
9 changes: 9 additions & 0 deletions assets/css/partials/team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ span.cursor.hidden {
}
}

.privacypolicy {
display: flex;
width: 100%;
margin: 0 20px;
}

.privacy-policy {
margin: 0 -80px;
color: #717171;
Expand All @@ -187,6 +193,9 @@ span.cursor.hidden {
font-weight: 500;
line-height: 20px;
align-self: center;
padding: 0 20px;
display: inline-block;
text-align: center;

a {
color: #717171;
Expand Down

0 comments on commit fa13a47

Please sign in to comment.