Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 29a48b5

Browse files
authored
Merge pull request #56 from EddieJaoudeCommunity/bolt-issue-35
feat: add how to join section
2 parents 80fd430 + 5704fe9 commit 29a48b5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,24 @@ <h3 class="mt-3 ml-3 font-bold text-indigo-100 text-xl mb-2">
200200
</div>
201201
</div>
202202

203+
<div class="flex flex-col items-center bg-white lg:rounded m-12 py-8 px-4 lg:px-16 lg:max-w-4xl">
204+
<h2 class="text-center text-4xl py-5 font-semibold">
205+
How to join our
206+
<span class="text-teal-600 border-b-2 border-teal-600">community</span>?
207+
</h2>
208+
<p class="text-center text-xl leading-tight">
209+
Raise an issue on the support repo asking to join
210+
(<a class="text-blue-500 underline" target="_blank" href="https://github.com/EddieJaoudeCommunity/support/issues?q=is%3Aissue+is%3Aclosed+label%3A%22invite+me+to+the+organisation%22">examples</a>).
211+
</p>
212+
<a
213+
class="mt-5 text-blue-500 bg-transparent border border-solid border-blue-500 hover:bg-blue-500 hover:text-white active:bg-blue-600 font-bold uppercase px-8 py-3 rounded outline-none focus:outline-none mr-1 mb-1"
214+
style="transition: all .15s ease"
215+
target="_blank"
216+
href="https://github.com/EddieJaoudeCommunity/support/issues">
217+
Join us.
218+
</a>
219+
</div>
220+
203221
<!-- Moderator cards -->
204222
<div class="container my-8 p-5 bg-white rounded-lg">
205223
<h2 class="text-center text-4xl mb-5 py-5 font-semibold">

0 commit comments

Comments
 (0)