Skip to content

Commit 6f792b0

Browse files
authored
Merge pull request #1126 from ember-learn/download-now
add a download tomster
2 parents 51db92a + 16345e9 commit 6f792b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/templates/index.hbs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,15 +263,19 @@
263263
<section aria-labelledby="section-shipping" class="bg-dark bg-shape-boxes">
264264
<div class="container">
265265
<div class="layout mb-3">
266-
<div class="lg:col-3">
266+
<div class="lg:col-4 sm:col-3">
267267
<h2 class="text-xl" id="section-shipping">Start shipping today!</h2>
268268
<p>If you're ready to dive in, the Quickstart is the fastest way to get going with Ember.js. Are you new to web development or a recent bootcamp grad? The Intro tutorial is a great place to start.</p>
269269

270270
<p class="mt-4">
271-
<a href="https://guides.emberjs.com/release/getting-started/quick-start/" class="es-button mb-1 mr-1">Quickstart</a>
271+
<a href="https://guides.emberjs.com/release/getting-started/quick-start/" class="es-button mb-1 mr-1">Download and Get Started</a>
272272
<a href="https://github.com/emberjs" class="es-button-secondary">Ready to use Ember?</a>
273273
</p>
274274
</div>
275+
<div class="lg:col-2 sm:col-1 flex-centered">
276+
{{!-- template-lint-disable no-inline-styles --}}
277+
<img src="/images/tomsters/tomster.png" style="max-height: 200px" alt="Happy looking tomster">
278+
</div>
275279
</div>
276280

277281
<ul class="grid lg:grid-2 mt-4 list-unstyled">

0 commit comments

Comments
 (0)