forked from InfoAmazonia/infoamazonia-wptheme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
section-actions.php
19 lines (19 loc) · 1.29 KB
/
section-actions.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<aside id="home-call">
<div class="container">
<div class="four columns">
<span class="lsf"><a class="submit-story" href="#"></a></span>
<h3><a href="#" class="submit-story"><?php _e('Submit a story', 'infoamazonia'); ?></a></h3>
<p><a href="#" class="submit-story"><?php _e('Do you have news to share from the Amazon? Contribute to this map by submitting your story.', 'infoamazonia'); ?></a></p>
</div>
<div class="four columns">
<span class="lsf"><a href="<?php echo jeo_get_share_url(); ?>"></a></span>
<h3><a href="<?php echo jeo_get_share_url(); ?>"><?php _e('Customize and share', 'infoamazonia'); ?></a></h3>
<p><a href="<?php echo jeo_get_share_url(); ?>"><?php _e('Create a custom map visualization with different news and spread the word.', 'infoamazonia'); ?></a></p>
</div>
<div class="four columns">
<span class="lsf"><a href="<?php echo infoamazonia_home_url('/datasets/'); ?>"></a></span>
<h3><a href="<?php echo infoamazonia_home_url('/datasets/'); ?>"><?php _e('Get the data', 'infoamazonia'); ?></a></h3>
<p><a href="<?php echo infoamazonia_home_url('/datasets/'); ?>"><?php _e('Download all the researched data used to design our maps and help us remix it into new visualizations.', 'infoamazonia'); ?></a></p>
</div>
</div>
</aside>