Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
💄 Consistent layout for about page (#763)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#8623

Uses the same classes as the other pages for more consistency and sexiness. Also updated the links to slack and contributers to be correct.
  • Loading branch information
aileen authored and JohnONolan committed Jul 4, 2017
1 parent ad2eeab commit 9e0eae5
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions app/templates/about.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<section class="gh-view js-settings-content">
<header class="view-header">
{{#gh-view-title openMobileMenu="openMobileMenu"}}<span>About Ghost</span>{{/gh-view-title}}
<section class="gh-canvas js-settings-content">
<header class="gh-canvas-header">
<img class="gh-logo" src="assets/img/ghost-logo.png" alt="Ghost" />
</header>
<section class="view-content">
<header class="gh-about-header">
<img class="gh-logo" src="assets/img/ghost-logo.png" alt="Ghost" />
</header>

<section class="view-container">
{{gh-upgrade-notification}}

<section class="gh-env-details">
Expand All @@ -18,7 +14,7 @@
</ul>
<div class="gh-env-help">
<a class="gh-btn" href="https://help.ghost.org" target="_blank"><span>User Documentation</span></a>
<a class="gh-btn" href="https://ghost.org/slack/" target="_blank"><span>Get Help With Ghost</span></a>
<a class="gh-btn" href="https://slack.ghost.org/" target="_blank"><span>Get Help With Ghost</span></a>
</div>
</section>

Expand All @@ -31,7 +27,7 @@

<p>Ghost is built by an incredible group of contributors from all over the world. Here are just a few of the people who helped create the version you’re using right now.</p>

<a class="gh-btn gh-btn-blue" href="https://ghost.org/about/contribute/" target="_blank"><span>Find out how you can get involved</span></a>
<a class="gh-btn gh-btn-blue" href="https://ghost.org/developers/" target="_blank"><span>Find out how you can get involved</span></a>

</section>

Expand Down

0 comments on commit 9e0eae5

Please sign in to comment.