remove main CTAs

This commit is contained in:
Diogo Peralta Cordeiro 2021-03-31 17:21:50 +01:00
parent 6384e25673
commit 5af8f1a20f
2 changed files with 4 additions and 2 deletions

View File

@ -150,7 +150,7 @@ a.pure-button-primary {
overflow: hidden; overflow: hidden;
/* The following styles are required for the "scroll-over" effect */ /* The following styles are required for the "scroll-over" effect */
width: 100%; width: 100%;
height: 23em; height: 20em;
top: 0; top: 0;
left: 0; left: 0;
position: fixed !important; position: fixed !important;
@ -179,7 +179,7 @@ a.pure-button-primary {
.content-wrapper { .content-wrapper {
/* These styles are required for the "scroll-over" effect */ /* These styles are required for the "scroll-over" effect */
position: absolute; position: absolute;
top: 23em; top: 20em;
width: 100%; width: 100%;
min-height: 12%; min-height: 12%;
z-index: 2; z-index: 2;

View File

@ -31,8 +31,10 @@
<p class="splash-subhead"> <p class="splash-subhead">
The free software social networking platform. The free software social networking platform.
</p> </p>
<!--
<a href="communities/" class="pure-button pure-button-primary">Join</a> <a href="communities/" class="pure-button pure-button-primary">Join</a>
<a href="v2/" class="pure-button pure-button-primary">Version 2</a> <a href="v2/" class="pure-button pure-button-primary">Version 2</a>
-->
</div> </div>
</div> </div>
<div class="content-wrapper"> <div class="content-wrapper">