Skip to content

Commit

Permalink
Merge pull request #1126 from ember-learn/download-now
Browse files Browse the repository at this point in the history
add a download tomster
  • Loading branch information
wifelette authored Oct 22, 2024
2 parents 51db92a + 16345e9 commit 6f792b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,19 @@
<section aria-labelledby="section-shipping" class="bg-dark bg-shape-boxes">
<div class="container">
<div class="layout mb-3">
<div class="lg:col-3">
<div class="lg:col-4 sm:col-3">
<h2 class="text-xl" id="section-shipping">Start shipping today!</h2>
<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>

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

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

0 comments on commit 6f792b0

Please sign in to comment.