Skip to content

Commit e4a7263

Browse files
committed
chore(index): add welcome blurb at top of the home page
1 parent fd05956 commit e4a7263

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ <h1 class="is-sr-only">{{ title }}</h1>
3030
</section>
3131

3232
<section class="section">
33+
<p>Welcome! Would you happen to be...</p>
34+
<ul>
35+
<li>Looking to network within the software engineering space?</li>
36+
<li>Curious about web development?</li>
37+
<li>Wanting to learn about the JavaScript ecosystem?</li>
38+
<li>Seeking opportunities to give a talk to share knowledge or hone your skills?</li>
39+
</ul>
40+
<p>You found the perfect place.</p>
3341
<p>We are a community-driven group that meets to discuss JavaScript and the open web. Find out more <a
3442
href="{{ '/about/' | url }}">about us</a> or the many ways you can <a
3543
href="{{ '/contributing/' | url }}">contribute</a>.</p>

0 commit comments

Comments
 (0)