Skip to content

Commit 8a74ea3

Browse files
committed
add callout and google form for community Quarkus talks
1 parent 2bb3513 commit 8a74ea3

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

_includes/events-band.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@ <h3 class="mt-0">{{ site.data.events.headline }}</h3>
1919
</div>
2020
</div>
2121
{% endfor %}
22-
</div>
22+
<div class="width-6-12 event-callout">
23+
<div class="callout-container">
24+
<p class="eventtitle">Quarkus Presenters, We Want You!</p>
25+
<p>If you're showcasing Quarkus at an upcoming community event, Java User Group (JUG), meetup, or conference, please <a href="https://forms.gle/ykj169EDfeMJ3K7H8" target="_blank">share your presentation details with us</a>!</p>
26+
<p>We'd love to feature your talk on this page and across our Quarkus social media channels.</p>
27+
</div>
28+
</div>
29+
</div>
30+
</div>

_sass/includes/whitecards.scss

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,31 @@ grid-column: span 3;
190190
}
191191

192192
}
193+
194+
.event-callout {
195+
background-image: url($baseurl + '/assets/images/events/speakerbkg.png');
196+
background-repeat: no-repeat;
197+
background-size: cover;
198+
outline: 1px solid var(--card-outline);
199+
padding: 4rem;
200+
display: flex;
201+
202+
@media screen and (max-width: 992px) {
203+
grid-column: span 12;
204+
padding: 2rem;
205+
}
206+
207+
.callout-container {
208+
209+
.eventtitle {
210+
font-size: 1.25rem;
211+
font-weight: 600;
212+
}
213+
214+
p, a {
215+
color: $white;
216+
}
217+
218+
219+
}
220+
}
123 KB
Loading

0 commit comments

Comments
 (0)