This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
thank-you.php
84 lines (71 loc) · 2.68 KB
/
thank-you.php
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
<?
$page_title = "Volunteer or Host" ;
$page_template = "main";
$logo = $_GET['logo'];
?>
<?php include("includes/_header.php"); ?>
<!-- SPONSORPAGE CONTENT -->
<div id="mainContent">
<div class="feature_wrapper">
<div class="row">
<div class="nine columns">
<h1>From Everybody Here at Family Giving Tree.. Thank You!</h1>
</div>
<div class="three columns">
<img src="images/people/c-photo8.png">
</div>
</div>
</div>
<div class="row">
<div class="twelve columns">
<hr>
</div>
</div>
<div class="row">
<div class="twelve columns">
<? if (isset($logo)): ?>
<img src="<?= $logo ?>">
<? endif; ?>
<h1>Your donation has been received</h1>
<h5>Thank you for helping a child get the school supplies to succeed!</h5>
<ul class="block-grid three-up">
<li><div class="fb-like" data-href="http://familygivingtree.org" data-send="false" data-width="450" data-show-faces="false" data-action="recommend"></div></li>
<li><a href="https://twitter.com/share?text=%40FGTtweets%20I%20just%20donated%20at%20Family%20Giving%20Tree!" class="twitter-share-button" data-lang="en">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="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></li>
<li><!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-annotation="inline" data-width="300"></div>
<!-- Place this tag after the last +1 button tag. -->
<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></li>
</ul>
</div>
</div>
<div class="row">
<div class="twelve columns">
<hr>
</div>
</div>
</div>
<br>
<br>
<?php content_for('footer', function() { ?>
<script type="text/javascript">
$(".row.featured").spin({lines:9, width:4})
$(window).load(function() {
$('#featured').orbit();
$(".row.featured").spin(false);
});
</script>
<div id="sponsorModal" class="reveal-modal">
<h2>Awesome. I have it.</h2>
<p class="lead">Your couch. I it's mine.</p>
<p>Im a cool paragraph that lives inside of an even cooler modal. Wins</p>
<a class="close-reveal-modal">×</a>
</div>
<?php })?>
<?php include("includes/_footer.php"); ?>