-
Notifications
You must be signed in to change notification settings - Fork 0
/
sign_in.html
53 lines (36 loc) · 2.1 KB
/
sign_in.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Action : action network play space" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Sign In</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/nealbastek/action">View on GitHub</a>
<h1 id="project_title">Sign In</h1>
<h2 id="project_tagline"><a href="http://nealbastek.github.io/action/">Back to Action Network sandbox main »</a></h2>
<p id="project_tagline">1. this form element manages the basic email list sign up process, including a basic email followup message, social media sharing and email tell a friend functionality.</p>
<p id="project_tagline">2. this would be the main/most basic entry point to our master email list. It would replace the current mailchimp/google form sign up process.</p>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<link href='https://actionnetwork.org/css/style-embed.css' rel='stylesheet' type='text/css' /><script src='https://actionnetwork.org/assets/yepnope154-min.js' type='text/javascript'></script><script src='https://actionnetwork.org/widgets/form/sign-up-2?format=js&referrer=neal-bastek&source=widget'></script><div id='can-form-area' style='width:275px'><!-- this div is the target for our HTML insertion --></div>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p id="project_tagline">Action Network identity would disappear with paid service.</p>
<hr>
<p class="copyright">Maintained by <a href="https://github.com/nealbastek">nealbastek</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>