Skip to content

Commit a8e136f

Browse files
committed
Reduce to 2 CTAs
1 parent 5dc0c91 commit a8e136f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/templates/index.hbs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
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>
88
<div class="cta-group">
9-
<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>
10-
<a href="https://guides.emberjs.com/release/getting-started/quick-start/" class="es-button-secondary" title="Get started with the framework, a quick reference to setting up new projects">Get started
11-
</a>
12-
<a href="https://api.emberjs.com/" class="es-button-secondary" title="View the API reference">API Reference</a>
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>
1311
</div>
1412

1513

0 commit comments

Comments
 (0)