mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
💄 Consistent layout for about page (#763)
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.
This commit is contained in:
parent
92253cfb35
commit
0b238e6463
1 changed files with 6 additions and 10 deletions
|
@ -1,12 +1,8 @@
|
||||||
<section class="gh-view js-settings-content">
|
<section class="gh-canvas js-settings-content">
|
||||||
<header class="view-header">
|
<header class="gh-canvas-header">
|
||||||
{{#gh-view-title openMobileMenu="openMobileMenu"}}<span>About Ghost</span>{{/gh-view-title}}
|
<img class="gh-logo" src="assets/img/ghost-logo.png" alt="Ghost" />
|
||||||
</header>
|
</header>
|
||||||
<section class="view-content">
|
<section class="view-container">
|
||||||
<header class="gh-about-header">
|
|
||||||
<img class="gh-logo" src="assets/img/ghost-logo.png" alt="Ghost" />
|
|
||||||
</header>
|
|
||||||
|
|
||||||
{{gh-upgrade-notification}}
|
{{gh-upgrade-notification}}
|
||||||
|
|
||||||
<section class="gh-env-details">
|
<section class="gh-env-details">
|
||||||
|
@ -18,7 +14,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
<div class="gh-env-help">
|
<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://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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -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>
|
<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>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue