Skip to content

Commit 0733819

Browse files
committed
Pruning some of the legacy inviter code.
It broke, y'all.
1 parent 922e47e commit 0733819

3 files changed

Lines changed: 4 additions & 15 deletions

File tree

_data/admins.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
- name: Randall McPherson
1414
email:
1515
twitter: rlmcpherson
16+
- name: Eric Sembrat
17+
email: esembrat@gmail.com
18+
twitter:

_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
88
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
99
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
10-
<script type="text/javascript" src="{{ "/js/invitation_form.js" | prepend: site.baseurl }}"></script>
1110
</head>

index.html

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@
88
<p>It&rsquo;s a common space for all to use and enjoy. We talk about the technologies we use, our successes and failures, job opportunities, and the latest cute animal GIFs.</p>
99

1010
<h2>Join Us!</h2>
11-
<p>Put your best email address in the box below and our robots will send you an invitation.</p>
12-
<div class="flash-message success" id="invitationFormSuccess">
13-
<!-- TODO: This is meant to be a stylized "flash" notification that's hidden by default -->
14-
Great! An invitation should arrive within a few minutes.
15-
</div>
16-
17-
<div class="flash-message error" id="invitationFormFail">
18-
<!-- TODO: This is meant to be a stylized "flash" notification that's hidden by default -->
19-
Oh No! Our robots are malfunctioning and cannot send invitations at this time. Please try again later.
20-
</div>
21-
</div>
22-
<div class="input" id="inputFields">
23-
<input required type="email" class="button" id="email" name="invitation[email]" size="30" placeholder="you@example.com" autocomplete="email">
24-
<input type="submit" class="button" id="submit" value="Invite Me!">
11+
<p>Our legacy inviter tool is overflowing with pollen, so please use this <a href="https://forms.gle/hNjPk8364w7C1cWF7" target="_blank" rel="noopener noreferrer">handy-dandy form</a> to request an invitation.</p>
2512
</div>
2613
</form>

0 commit comments

Comments
 (0)