-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·87 lines (82 loc) · 4.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
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
79
80
81
82
83
84
85
86
87
<html>
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="Mindjet is software for brainstorming, sharing ideas, creating plans, prioritizing tasks, and working across teams to implement projects" name="description">
<title>Work Resolutions: Be the Change Agent | Mindjet</title>
<link rel="stylesheet" href="resolutions.css" />
</head>
<body>
<div id="fb-root"></div>
<div id="outer-wrap">
<div id="container">
<div id="top">
<img id="waxseal" src="images/wax-logo.png" style="float:left;">
<h1 id="headline">Work Resolutions</h1>
<div id="subhead">Be the Change Agent</div>
<div class="gray-bar"/> </div>
<p>Recent research shows that roughly one third (32%) of office workers acknowledge the need to adjust their everyday behaviors, but 24% haven't got around to it; and 19% lack the motivation entirely.</p>
<p>Here at Mindjet, we're taking the pledge to be the change we want to see in the office. And we invite you to join us. The Pledge: I pledge to be a change agent. I will be the difference I want to see in the workplace. I will encourage my colleagues to make small changes to their everyday routine so that together, we can push our organization forward. I will start today.</p>
</div>
<!-- end #top -->
<div id="middle">
<h2>Take the Pledge</h2>
<p id="pledge">I pledge to be a change agent. I will be the difference I want to see in the workplace. I will encourage my colleagues to make small changes to their everyday routine so that together, we can push our organization forward. I will start today.</p>
<h3>Sign Your Pledge</h3>
<div id="formholder">
<form id="13JAN16AMMJPGENChangeAgentPledge" autocomplete="off" name="13JAN16AMMJPGENChangeAgentPledge" action="https://secure.eloqua.com/e/f2" target="elq-iframe" method="POST">
<table style="text-align:left;border:none;" id="form-list">
<tbody>
<tr>
<td><input type="text" tabindex="1" id="first" class="pledge-input" name="first" placeholder="First Name" /></td>
<td><input type="text" tabindex="3" id="email" class="pledge-input" name="email" placeholder="Email Address"/></td>
</tr>
<tr>
<td><input type="text" tabindex="2" id="last" class="pledge-input" name="last" placeholder="Last Name"/></td>
<td><input type="submit" id="sign-up-button" class="pledge-input btn red" name="mysubmit" value="SUBMIT" tabindex="4" /></td>
</tr>
<tr id="message-row">
<td colspan="2"><div id="form-message"> </div></td>
</tr>
</tbody>
</table>
<input type="hidden" name="elqCustomerGUID" value="" />
<input type="hidden" name="elqFormName" value="13JAN16AMMJPGENChangeAgentPledge" />
<input type="hidden" name="elqSiteID" value="1892487149" />
<input type="hidden" name="form_lang" value="en" />
<input type="hidden" name="FSID" id="fsid" value="" />
<input type="hidden" name="salesid" value="" />
<input type="hidden" name="sourcecamp" id="sourcecamp" value="" />
<input type="hidden" name="sourcetype" id="sourcetype" value="" />
<input type="hidden" name="submit_device" value="web" />
</form>
</div>
</div><!-- #middle -->
<div id="bottom" style="display:none;">
<h3>Want some ideas on how to get started being the Change Agent?</h3>
<div id="text-gen">
<div id="butt-wrap-out">
<div id="butt-wrap-in">
<input type="button" value="Get Ideas Now" onClick="getNext();" id="idea-machine">
</div>
<p id="moreideas">Need more ideas, click again!</p>
</div>
<div id="idea-box">This year, I will...</div>
</div>
</div>
<div id="inspired-bar">Work Inspired. Try Mindjet Today.</div>
<!-- end #bottom -->
<div id="fb-shelf">
<div id="whatwrap"><span id="what">What are your goals? </span><span id="share"> Share them in the comment section below.</span></div>
<div class="fb-comments" data-href="http://www.mindjet.com/resolutions" data-width="470" data-num-posts="2"></div>
</div><p style="height:2px"><iframe width="2" scrolling="no" height="2" id="elq-iframe" name="elq-iframe" src="https://www.mindjet.com/connect/blank" seamless="seamless"></iframe></p>
</div><!-- end #container -->
</div>
<script src="//use.typekit.net/wlb6zwv.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="underscore-min.js"></script>
<script src="validate.js"></script>
<script src="resolutions.js"></script>
</body>
</html>