Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a download tomster #1126

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading