-
Notifications
You must be signed in to change notification settings - Fork 2
/
no-thanks.html
105 lines (84 loc) · 4.08 KB
/
no-thanks.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Rain: One Nation, One Voice</title>
<!-- Included CSS Files -->
<link rel="stylesheet" href="stylesheets/foundation.css">
<link rel="stylesheet" href="stylesheets/app.css">
<!--[if lt IE 9]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<script src="javascripts/modernizr.foundation.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- container -->
<div class="container">
<header class="row">
<h5>One Nation, One Voice</h5>
<h1><a href="index-returning.html">Rain</a></h1>
<h5>Pledge to Support our Vets</h5>
</header>
<section class="row video">
<div class="eight columns">
<h3>Thank you for your participation</h3>
<p>We appreciate your time in letting us know your thoughts on this subject. This is how the public feels about this issue so far:</p>
<ul class="block-grid two-up">
<li><div class="panel"><h2>92%</h2><span>Support our Pledge</span></div></li>
<li><div class="panel"><h2>8%</h2><span>Choose Not To</span></div></li>
</ul>
</div>
<div class="four columns">
<p>If you can, please take a moment to spread the word about our pledge. Even if you don't support it yourself, your friends might like to hear about it.</p>
<p>
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fhelpourvets.org&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font=verdana&height=21&appId=273982815961057" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone annotation="none"></g:plusone>
<!-- Place this render call where appropriate -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</p>
<p>
<a href="mailto:?subject=Support Our Vets&body=http://supportourvets.org/sign" class="small white nice radius button">Email Your Friends</a>
</p>
<p><a href="index-returning.html">Back to the Homepage →</a></p>
</div>
</section>
<footer class="row">
<hr />
<div class="row">
<div class="six columns">
<p><strong>Rain</strong><br />One nation, one voice. One cause at a time.<br />© 2012 Rain</p>
</div>
<div class="six columns">
<p class="text-right">
<a href="">About Us</a> | <a href="">Mission</a> | <a href=""><strong>Contribute</strong></a>
</p>
</div>
</div>
</footer>
</div>
<!-- container -->
<!-- Included JS Files -->
<script src="javascripts/jquery.min.js"></script>
<script src="javascripts/foundation.js"></script>
<script src="javascripts/app.js"></script>
</body>
</html>