Skip to content

Commit

Permalink
Add redirect for old /invite -> discord.angr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Nov 12, 2024
1 parent 8a85ad2 commit 7c9a925
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
14 changes: 2 additions & 12 deletions content/top/invite.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
---
redirect_url: http://discord.angr.io
---

<h2>Join our Slack!</h2>
<p>angr does most of its communication through a slack channel: <a href="https://angr.slack.com">angr.slack.com</a>.</p>
<p>To get an slack invite, submit this form:</p>
<form method=POST action="https://maker.ifttt.com/trigger/angr_slack_invite/with/key/c38ZfBEsChSCJjfkniPW2G">
<div>
Email address: <input name="value1"><br>
Affiliation (university, company, country, anything!): <input name="value2"><br>
How are you planning on using angr? <input name="value3"><br>
<input type=submit>
</div>
</form>
<br>
Redirecting...
3 changes: 3 additions & 0 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
{{ if .Params.redirect_url }}
<meta http-equiv="refresh" content="0; URL='{{ .Params.redirect_url }}'">
{{ end }}
<title>angr</title>
</head>
<body>
Expand Down

0 comments on commit 7c9a925

Please sign in to comment.