Skip to content

Commit 44fee8f

Browse files
committed
call for speakers
1 parent c87edc6 commit 44fee8f

4 files changed

Lines changed: 40 additions & 1 deletion

File tree

docs/bevy-meetup/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,11 @@ <h2><a href="#bevy-meetup-1">Bevy Meetup #1</a> <span class="meetup-date">2024-0
543543
</div>
544544
</div>
545545

546+
547+
<div class="speaker-cta">
548+
<p>Want to share your Bevy project or knowledge? We are always looking for speakers!</p>
549+
<a href="https://discord.gg/MHzmYHnnsE" target="_blank" rel="noopener">Reach out on Discord</a>
550+
</div>
546551
</div>
547552

548553
<footer>

docs/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/_bevy_meetup.scss

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,35 @@
114114
}
115115
}
116116

117+
.speaker-cta {
118+
text-align: center;
119+
margin-top: 20px;
120+
padding: 30px 20px;
121+
border-top: 1px solid rgba(255, 255, 255, 0.2);
122+
max-width: 900px;
123+
width: 100%;
124+
125+
p {
126+
font-size: 16px;
127+
margin-bottom: 16px;
128+
}
129+
130+
a {
131+
display: inline-block;
132+
background: #5865F2;
133+
color: white;
134+
text-decoration: none;
135+
padding: 10px 24px;
136+
border-radius: 6px;
137+
font-weight: 600;
138+
font-size: 14px;
139+
140+
&:hover {
141+
background: #4752C4;
142+
}
143+
}
144+
}
145+
117146
@media screen and (max-width: $break-large) {
118147
padding: 0 20px;
119148

templates/bevy-meetup.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@ <h2><a href="#{{ meetup.title | slugify }}">{{ meetup.title }}</a> <span class="
2727
</div>
2828
</div>
2929
{% endfor %}
30+
31+
<div class="speaker-cta">
32+
<p>Want to share your Bevy project or knowledge? We are always looking for speakers!</p>
33+
<a href="https://discord.gg/MHzmYHnnsE" target="_blank" rel="noopener">Reach out on Discord</a>
34+
</div>
3035
</div>
3136
{% endblock content %}

0 commit comments

Comments
 (0)