add cta buttons to footer of profiles

This commit is contained in:
Evan Mullins 2019-03-18 13:24:30 -06:00
parent edf9f5ec9f
commit 1eb5365d55
2 changed files with 13 additions and 0 deletions

View file

@ -238,6 +238,10 @@ h2.tagline:before {
font-size: 20px;
}
.buttons {
margin: 6rem 0;
}
@media only screen and (min-width: 768px) { /* desktop */
.entry .entry-content .content-header {
flex-direction: row;

View file

@ -122,4 +122,13 @@ endif;
data-value="<?php echo esc_attr( $last_login ); ?>"
data-relval="<?php echo esc_attr( $last_login_rel ); ?>">
</span>
<div class="buttons">
<span class="wp-block-button is-style-outline">
<a class="wp-block-button__link" href="/directory/">Back to the Directoory</a>
</span>
<span class="wp-block-button">
<a class="wp-block-button__link" href="/login/">Contribute your own story</a>
</span>
</div>
</div>