Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Add links to thinkific www
Browse files Browse the repository at this point in the history
  • Loading branch information
sgd committed Aug 9, 2017
1 parent 21dff78 commit 3e52a29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions theme files/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div class="column-header">
Thinkific Home
</div>
<a href="//www.thinkific.com" target="_blank">Home</a>
<a href="//www.thinkific.com/features" target="_blank">Features</a>
<a href="//www.thinkific.com/tour" target="_blank">Take a Tour</a>
<a href="//www.thinkific.com/about" target="_blank">About</a>
Expand Down
6 changes: 3 additions & 3 deletions theme files/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
</div>
</div>
{% else %}
<a href="/support/tickets/new" class="header-tabs__link">Contact Us</a>
<!-- <a href="/support/login" class="header-tabs__link">Sign in</a> -->
<a href="http://www.thinkific.com/" class="header-tabs__link">Back to Thinkific</a>
<a href="/support/tickets/new" class="header-tabs__link">Contact Us</a>
<a href="https://courses.thinkific.com/sites/new" class="x-btn x-btn-primary x-btn-sm">
Get Started Free
</a>
Expand Down Expand Up @@ -102,8 +102,8 @@
</div>
</div>
{% else %}
<a href="http://www.thinkific.com/" class="header-tabs__link">Back to Thinkific</a>
<a href="/support/tickets/new" class="header-tabs__link">Contact Us</a>
<!-- <a href="/support/login" class="header-tabs__link">Sign in</a> -->
<a href="https://courses.thinkific.com/sites/new" class="x-btn x-btn-primary x-btn-sm">
Get Started Free
</a>
Expand Down
2 changes: 2 additions & 0 deletions theme files/page-layout.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@

<a href="/support/tickets/new" class="mobile-nav-links__item">Contact Us</a>

<a href="http://www.thinkific.com" class="mobile-nav-links__item">Back to Thinkific</a>

{% if portal.has_user_signed_in == true %}
<a href="/support/profile/edit" class="mobile-nav-links__item">Edit Profile</a>
<a href="/logout" class="mobile-nav-links__item">Sign Out</a>
Expand Down

0 comments on commit 3e52a29

Please sign in to comment.