-
Notifications
You must be signed in to change notification settings - Fork 3
/
invite.html
78 lines (68 loc) · 2.65 KB
/
invite.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="We are women of the Go (golang) community.">
<meta name="keywords" content="Women Who Go, Go, Golang, Women in Technology, WWG, Go, Programming, Events">
<meta name="google-site-verification" content="D_yba5vBXKgsE50Rcl00dhHgrHZttf2zB0-TSAYW8hY" />
<link rel="icon" href="favicon.ico">
<title>Women Who Go: Invite</title>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link href="./assets/css/index.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container header">
<div class="row"><p class="text-center col-xs-6 col-xs-offset-3"><img class="main-img" src="assets/images/slack-sign-up.png"></p></div>
<h1 class="text-center">Women Who Go</h1>
<p class="lead text-center">Slack Invite</p>
</div>
<hr>
<br>
<div class="container">
<div class="col-sm-8 col-sm-offset-2">
<form method="POST" action="https://womenwhogo-invite.appspot.com/invite">
<div class="form-group">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" placeholder="Email" name="email">
</div>
<label>Do you identify as a woman or gender minority?</label>
<br>
<div class="form-group">
<div class="radio-inline">
<label>
<input type="radio" name="ok" id="ok1" value="true">Yes
</label>
</div>
<div class="radio-inline">
<label>
<input type="radio" name="ok" id="ok2" value="false">No
</label>
</div>
</div>
<br>
<div class="form-group">
<input type="submit" class="btn btn-primary" value="Submit"></input>
</div>
</form>
</div>
</div>
<br><br>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64035700-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>