-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (40 loc) · 2.08 KB
/
index.html
File metadata and controls
52 lines (40 loc) · 2.08 KB
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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="//use.typekit.net/zme6ctg.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<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-37251060-2', 'designerchat.co');
ga('send', 'pageview');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet' href='assets/css/min-style.css'>
<title>Designer Chat</title>
</head>
<body>
<section class="page-container">
<h1>The Designer News community in a private Slack chat.</h1>
<p>Get your invitation now</p>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup" class="mailchimp-form">
<form action="http://designerchat.us8.list-manage1.com/subscribe/post?u=3e2fb6609691b486eea3ab1f1&id=c01360baa7" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="required email" placeholder="Your email address here..." id="mce-EMAIL">
<input type="submit" value="Join" name="subscribe" id="mc-embedded-subscribe" class="button">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_3e2fb6609691b486eea3ab1f1_c01360baa7" value="">
</div>
</form>
</div>
<!--End mc_embed_signup-->
</section>
<footer>
<span>Made by <a href="https://dribbble.com/Gianluca">Gianluca Rispo</a> and <a href="http://david.ingledow.co.uk/">David Ingledow</a></span>
</footer>
</body>
</html>