forked from jaags/slack-invites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (39 loc) · 1.61 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>Join dotnetsheff #Slack community</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<img src="images/slack-chat.png" width="100px">
<h1>Join our dotnetsheff #Slack community</h1>
<p>Meet with other like minded developers and be updated on the latest events.</p>
</header>
<!-- Signup Form -->
<form id="signup-form" method="post" action="#">
<input type="email" name="email" id="email" placeholder="Email Address" />
<input type="submit" value="Get an invite" />
</form>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/dotnetsheff" class="icon fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/dotnetsheff" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://facebook.com/dotnetsheff" class="icon fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
</ul>
<ul class="copyright">
<li>© <a href="http://dotnetsheff.co.uk">dotnetsheff</a>.</li>
</ul>
</footer>
<!-- Scripts -->
<script>
var stamplay_appid = "dotnetsheff-slack";
var stamplay_webhookid = "invites";
</script>
<script src="https://drrjhlchpvi7e.cloudfront.net/libs/stamplay-js-sdk/1.2.5/stamplay.min.js"></script> <script src="assets/js/main.js"></script>
</body>
</html>