-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign-up.html
42 lines (39 loc) · 1.62 KB
/
sign-up.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: default
title: GAUNTLT email signup to get the latest and greatest updates on the gauntlt project
---
<div class="container">
<div class="github">
<a href="https://github.com/gauntlt/gauntlt"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 1032;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_green_007200.png" alt="Fork me on GitHub" /></a>
</div>
<br>
<div class="alert alert-success">
<span>
<b>Warning!</b> Signing up for this email list will cause you to be the recipient of much inbox awesomness.</span>
</div>
<h1>Be Mean to Your Code and sign up for the gauntlt mailing list!</h1>
<div class="row">
<div class="span2">
</div>
<div class="span8">
<div class="well">
<table border=0 style="background-color: #fff; padding: 5px;" cellspacing=0>
<tr><td style="padding-left: 5px">
<b>Subscribe to Sample Group</b>
</td></tr>
<form action="http://groups.google.com/d/forum/gauntlt/boxsubscribe">
<tr><td style="padding-left: 5px;">
Email: <input type=text name=email>
<input type=submit name="sub" value="Subscribe">
</td></tr>
</form>
<tr><td align=right>
<a href="http://groups.google.com/d/forum/gauntlt">Visit this group</a>
</td></tr>
</table>
</div>
</div>
<div class="span2">
</div>
</div>
</div>