Skip to content

Commit

Permalink
Merge pull request #252 from wikitongues/main
Browse files Browse the repository at this point in the history
Staging Deploy
  • Loading branch information
FredericoAndrade authored Nov 19, 2024
2 parents b0abe9c + 7c7ec70 commit b55227c
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
$page_banner = get_field('banner');
$impact_photo = get_field('impact_photo');
$fundraising_photo = get_field('fundraising_photo');
$fundraising_link = home_url()."/2024-fundraiser/?element=XESPGTCJ&form=FUNQMUDJDGQ";

include( 'modules/banner--main.php' );

?>

<div class="content">
<h1>Can you help us grow?</h1>
<div class="cta-group"><a class="cta" href="https://wikitongues.org/?element=XESPGTCJ&form=FUNQMUDJDGQ">Donate Now</a><a href="https://wikitongues.org/?element=XESPGTCJ&form=FUNQMUDJDGQ">Or set up automatic monthly donations</a></div>
<div class="cta-group"><a class="cta" href="<?php echo $fundraising_link?>">Donate Now</a><a href="<?php echo $fundraising_link?>">Or set up automatic monthly donations</a></div>

<ul class="stats">
<li>
<h1>45</h1>
Expand Down Expand Up @@ -59,15 +61,15 @@
?>
<div class="donations-button-group">
<h1>Make a Lasting Impact</h1>
<div class="cta-group"><a class="cta" href="https://wikitongues.org/?element=XESPGTCJ&form=FUNQMUDJDGQ">Donate Now</a><a href="https://wikitongues.org/?element=XESPGTCJ&form=FUNQMUDJDGQ">Or set up automatic monthly donations</a></div>
<div class="cta-group"><a class="cta" href="<?php echo $fundraising_link?>">Donate Now</a><a href="<?php echo $fundraising_link?>">Or set up automatic monthly donations</a></div>
<?php
echo '<div class="image" style="background-image:url('.esc_url($fundraising_photo['url']).');" alt="' . get_the_title() . '"></div>';
?>
<section class="secondary">
<div class="option">
<h2>Monthly Giving</h2>
<p>Want to grow your impact impact? Become a monthly supporter and help us give stable support to language activists worldwide.</p>
<a class="cta" href="https://wikitongues.org/?element=XESPGTCJ&form=FUNQMUDJDGQ">Schedule monthly donation</a>
<a class="cta" href="<?php echo $fundraising_link?>">Schedule monthly donation</a>
</div>
<div class="option">
<h2>Share Our Campaign</h2>
Expand Down

0 comments on commit b55227c

Please sign in to comment.