Skip to content

Commit b73fa6f

Browse files
committed
Adding post emberconf 2021 fastboot meetup link
1 parent e96b269 commit b73fa6f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

app/components/main-hero/template.hbs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,13 @@
2626
User Guide
2727
{{/link-to}}
2828
</div>
29+
30+
<div class="main-hero-actions my2">
31+
<a
32+
href="https://www.eventbrite.com/e/ember-fastboot-ssr-beyond-tickets-144468965565"
33+
class="main-hero-button small"
34+
target="_blank">
35+
Ember Fastboot Meetup
36+
</a>
37+
</div>
2938
</div>

app/styles/components/main-hero.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
text-transform: lowercase;
3030
}
3131

32-
3332
.main-hero-requirements {
3433
color: rgba(255, 255, 255, 0.25);
3534
font-size: var(--h6);
@@ -54,6 +53,11 @@
5453
margin-bottom: 30px;
5554
}
5655

56+
.main-hero-button.small {
57+
padding: 0.4em 1.3em 0.6em;
58+
font-size: 90%;
59+
}
60+
5761
.main-hero-terminal pre,
5862
.main-hero-terminal code {
5963
background: none;

0 commit comments

Comments
 (0)