-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
86 lines (62 loc) · 3.52 KB
/
index.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
85
86
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Yasuní</title>
<meta name="keywords" content="o eco, yasuni, environmental journalism, amazon, ecuador, brazil, oil, petroleum, yasuni itt, biodiversity, protected areas, national park">
<meta name="description" content="((o))eco - www.oeco.org.br, a website specialized in environmental journalism, launches the Yasuní transmedia story that investigates a region of the Ecuadorian Amazon that blends with the Andes Mountains and is one of the most biodiverse areas in the world.">
<meta name="author" content="((o))Eco">
<meta property="og:title" content="Yasuní" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://yasuni.oeco.org.br/" />
<meta property="og:image" content="http://yasuni.oeco.org.br/img/slide1bg.jpg" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Share:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="js/js.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-25105158-2', 'oeco.org.br');
ga('send', 'pageview');
</script>
</head>
<body class="home">
<div id="oeco" class="oeco"><a href="http://oeco.org.br" target="_blank"><img class="logo" src="img/oeco.png"></a></div>
<div id="social">
<script type="text/javascript">
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500,left = 710,top = 290');");
}
</script>
<?php
$site_url = "oeco.org.br/yasuni";
$twitter_url = "http://twitter.com/share?url=" . $site_url . "&text=Read the Yasuní Special at " . $site_url;
$facebook_url = "http://www.facebook.com/sharer.php?u=" . $site_url;
?>
<p class="legend" style="color:#FFF;margin-right: 10px;text-shadow: 0px 0px 4px rgba(0,0,0,0.4);">Compartilhe:</p>
<a href="javascript:popUp('<?php print urlencode($facebook_url); ?>')"><img class="fb" src="img/bt-facebook.jpg" alt="facebook"/></a>
<a href="javascript:popUp('<?php print urlencode($twitter_url); ?>')"><img class="tw" src="img/bt-twitter.gif" alt="twitter"/></a>
</div>
<div id="container">
<div class="slide" id="slide0" data-slide="0" data-stellar-background-ratio="0.2" style="background-position: 0px 0px;">
<div class="wrapper">
<h1 class="title">Yasuní</h1>
<ul class="lang">
<li><a href="yasuni-en.php" title="English">English</a></li>
<li><a href="yasuni-es.php" title="Español">Español</a></li>
<li><a href="yasuni-pt.php" title="Português">Português</a></li>
</ul>
</div>
</div><!--End Slide 0-->
</div>
</body>
</html>