Tweaked up the analytics resources sections

refs https://github.com/TryGhost/Team/issues/1987
This commit is contained in:
James Morris 2022-09-29 17:38:39 +01:00
parent 648811690a
commit fd977479ee
2 changed files with 21 additions and 21 deletions

View File

@ -155,24 +155,24 @@
Get started with analytics
</h4>
<div class="gh-post-analytics-box resources">
<a href="https://ghost.org/help/" target="_blank" class="gh-post-analytics-resource" rel="noopener noreferrer">
<a href="https://ghost.org/help/post-analytics/" target="_blank" class="gh-post-analytics-resource" rel="noopener noreferrer">
<div class="thumbnail" style="background-image: url(assets/img/marketing/analytics-1.jpg);"></div>
<div class="flex flex-column justify-between">
<div>
<h3>Understand analytics in Ghost</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<h3>Understanding analytics in Ghost</h3>
<p>Find out how to review the performance of your content and get the most out of post analytics in Ghost.</p>
</div>
<div class="gh-btn gh-btn-link">Become an expert &rarr;</div>
<div class="gh-btn gh-btn-link">Read more &rarr;</div>
</div>
</a>
<a href="https://ghost.org/resources" target="_blank" class="gh-post-analytics-resource" rel="noopener noreferrer">
<a href="https://ghost.org/resources/content-distribution/" target="_blank" class="gh-post-analytics-resource" rel="noopener noreferrer">
<div class="thumbnail" style="background-image: url(assets/img/marketing/analytics-2.jpg);"></div>
<div class="flex flex-column justify-between">
<div>
<h3>How to best share your shiz</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<h3>How to get your content seen online</h3>
<p>Use these content distribution tactics to get more people to discover your work and increase engagement.</p>
</div>
<div class="gh-btn gh-btn-link">Sharing is caring &rarr;</div>
<div class="gh-btn gh-btn-link">Read more &rarr;</div>
</div>
</a>
</div>

View File

@ -799,19 +799,6 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
background: var(--white);
border-radius: var(--border-radius);
box-shadow: 0 1px 4px -1px rgba(0,0,0,.1);
transition: all .3s ease-in-out;
}
.gh-post-analytics-resource:hover {
transform: translateY(-4px);
transition: all .3s ease-in-out;
box-shadow:
0 54px 80px rgba(0,0,0,.07),
0 19.7109px 29.2013px rgba(0,0,0,.0482987),
0 9.56927px 14.1767px rgba(0,0,0,.0389404),
0 4.69103px 6.94968px rgba(0,0,0,.0310596),
0 1.85484px 2.74791px rgba(0,0,0,.0217013)
;
}
.gh-post-analytics-resource {
@ -833,6 +820,11 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
filter: brightness(1.08);
}
.gh-post-analytics-resource h3 {
font-size: 1.8rem;
font-weight: 700;
}
.gh-post-analytics-resource p {
font-size: 1.5rem;
letter-spacing: 0;
@ -841,6 +833,14 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
margin: 0 0 1rem;
}
.gh-post-analytics-resource .gh-btn-link {
color: #30cf43;
}
.gh-post-analytics-resource:hover .gh-btn-link {
color: #2bba3c;
}
.gh-post-analytics-title {
margin: 0;
padding: 0 0 2px;