mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Tweaked up the analytics resources sections
refs https://github.com/TryGhost/Team/issues/1987
This commit is contained in:
parent
648811690a
commit
fd977479ee
@ -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 →</div>
|
||||
<div class="gh-btn gh-btn-link">Read more →</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 →</div>
|
||||
<div class="gh-btn gh-btn-link">Read more →</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user