This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate from slack to discord (#74)
* feat: migrate from slack to discord * refactor: form to button
- Loading branch information
Marc Cataford
authored
Feb 17, 2021
1 parent
da4f50b
commit a1a0da2
Showing
7 changed files
with
16 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<h2 id="join-discord">Join us on Discord <i class="fab fa-discord"></i></h2> | ||
<div class="column-content"> | ||
<p>Come chat with us about open source, ask about projects or report issues on Discord!</p> | ||
</div> | ||
<a href="https://discord.gg/YhK3GFcZrk" target="_blank"> | ||
<button id="discord-submit-button" class="button pink">Join Discord</button> | ||
</a> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
layout: default | ||
id: slack | ||
id: discord | ||
--- | ||
|
||
<section class="join slack"> | ||
<div class="slack-card"> | ||
<div class="slack-wrapper"> | ||
{% include slack_invite.html %} | ||
<section class="join discord"> | ||
<div class="discord-card"> | ||
<div class="discord-wrapper"> | ||
{% include discord_invite.html %} | ||
</div> | ||
</div> | ||
</section> |
This file was deleted.
Oops, something went wrong.