Skip to content

Commit

Permalink
updating support information - fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed Jul 31, 2019
1 parent 9035583 commit 17e2e81
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
11 changes: 10 additions & 1 deletion css/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
display: grid;
grid-template-columns: 79px 1fr;
grid-gap: 10px;
align-items: center;
align-items: flex-start;
}

.welcome-panel-column-container .learning-item .learning-image {
margin: 1.33em 0 0;
}

.welcome-panel-content {
margin-right: 13px;
}
Expand All @@ -14,6 +19,10 @@
grid-gap: 10px;
background-color: #fff;
}
.welcome-panel-column-container .wrapper p.box {
margin-top: 0;
margin-left: 89px; /* 79px image grid width + 10px grid padding. */
}

.welcome-panel-column-container .box {
border-radius: 5px;
Expand Down
15 changes: 12 additions & 3 deletions inc/partials/welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</div>
<div class="learning-text">
<h3><?php esc_html_e( 'Crio Documentation and Tutorials', 'bgtfw' ); ?></h3>
<p><?php esc_html_e( 'Step by Step tutorials and easty to follow documentation', 'bgtfw' ); ?></p>
<p><?php esc_html_e( 'Step by Step tutorials and easy to follow documentation!', 'bgtfw' ); ?></p>
</div>
</div>
</div>
Expand All @@ -109,6 +109,15 @@
</div>
</div>
</div>
<p class="box">
<a href="http://boldgrid.com/support/boldgrid-crio" target="_blank" class="button button-secondary"><?php esc_html_e( 'Browse Docs', 'bgtfw' ); ?></a>
</p>
<p class="box">
<a href="https://www.boldgrid.com/feedback/communities/20-questions" target="_blank" class="button button-secondary"><?php esc_html_e( 'Get Support', 'bgtfw' ); ?></a>
</p>
<p class="box">
<a href="https://www.facebook.com/groups/BGTeamOrange" target="_blank" class="button button-secondary"><?php esc_html_e( 'Join Us', 'bgtfw' ); ?></a>
</p>
</div>
</div>
</div>
Expand All @@ -119,9 +128,9 @@
<div class="welcome-panel-column-container two-col">
<div class="welcome-panel-column">
<h2><?php esc_html_e( 'Go Pro', 'bgtfw' ); ?></h2>
<p><?php esc_html_e( 'Crio Pro gives you access to advanced features and more control over your designs. For a one-time cost of $55 you can design your site with professional level confidence.', 'bgtfw' ); ?></p>
<p><?php esc_html_e( 'Crio Pro gives you access to advanced features and more control over your designs. For a one-time cost of $39 you can design your site with professional level confidence.', 'bgtfw' ); ?></p>
<p>
<a class="button button-primary button-hero"><?php esc_html_e( 'Get Crio Pro', 'bgtfw' ); ?></a>
<a href="https://www.boldgrid.com/get-pro-crio/" target="_blank" class="button button-primary button-hero"><?php esc_html_e( 'Get Crio Pro', 'bgtfw' ); ?></a>
</p>
</div>
<div class="welcome-panel-column">
Expand Down

0 comments on commit 17e2e81

Please sign in to comment.