Skip to content

Commit 342f0b1

Browse files
authored
Merge pull request #1180 from NullVoxPopuli/more-ctas
More calls to action
2 parents 4e5b6d9 + a8e136f commit 342f0b1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

app/styles/app.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ h1 + *,
5757
button:not([disabled]) {
5858
cursor: pointer;
5959
}
60+
61+
.cta-group {
62+
display: flex;
63+
gap: 0.5rem;
64+
flex-wrap: wrap;
65+
}

app/templates/index.hbs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
<div class="lg:col-5">
66
<h1 class="text-hero-xl" id="hero-title">A framework for ambitious <br class="hide-on-mobile">web developers.</h1>
77
<p class="text-hero-base mb-2">Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.</p>
8-
<a href="https://guides.emberjs.com/release/tutorial/" class="es-button" title="New to building websites, or just want a more in-depth introduction to Ember? The tutorial is for you!">Read the Tutorial</a>
8+
<div class="cta-group">
9+
<a href="https://guides.emberjs.com/release/getting-started/quick-start/" class="es-button" title="Get started with the framework, a quick reference to setting up new projects">Get started</a>
10+
<a href="https://guides.emberjs.com/release/tutorial/" class="es-button-secondary" title="New to building websites, or just want a more in-depth introduction to Ember? The tutorial is for you!">Read the full tutorial</a>
11+
</div>
12+
13+
914
</div>
1015
</div>
1116
<CommunityTrends />
@@ -281,4 +286,4 @@
281286
</EsLinkCard>
282287
</ul>
283288
</div>
284-
</section>
289+
</section>

0 commit comments

Comments
 (0)