-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.php
59 lines (43 loc) · 2.48 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
<!DOCTYPE html>
<html>
<head>
<?php $dist='42';?>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" >
<!-- Meta tags for page display and search engine listing
AND UNIQUE to HTML Pages-->
<title>GoBrik</title>
<meta name="keywords" content="gobrik, ecobrick app, eco, brick, eco brick, ecobrick, eco-brick, eco, bricks, eco brick, ecobricks, eco-bricks, brik, briks, plastic, plastic management, carbon sequestration, plastic solved, drop off, exchange, marketplace, plastic sequestration, aes plastic, plastic offsetting, ecological accounting, plastic accounting">
<meta name="description" content="Manage your ecobricks, projects and plastic transition. By putting our plastic to good use, together we can build our greenest visions.">
<meta name="author" content="Global Ecobrick Alliance">
<!-- Facebook Open Graph Tags for social sharing-->
<meta property="og:url" content="https://www.gobrik.com">
<meta property="og:type" content="app">
<meta property="og:title" content="GoBrik">
<meta property="og:description" content="Manage your ecobricks, projects and plastic transition. By putting our plastic to good use, together we can build our greenest visions." >
<meta property="og:image" content="https://www.gobrik.com/images/social-banner-1200px.png" >
<meta property="fb:app_id" content="1781710898523821" >
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1000" />
<meta property="og:image:alt" content="A metaphorical road winding into the distance with various ecobrick and earth constructions along side it and the GoBrik logo floating above"/>
<meta property="og:locale" content="en_GB, id_ID, es_ES" />
<link rel="preload" as="image" href="https://gobrik.com/svgs/Happy-turtle-dolphin-opti2.svg">
<script type="module" src="../dark-mode-toggle.mjs.js" async></script>
<link rel="stylesheet" href="../slider.css?v1.1">
<!-- sets page meta tags: be sure to add page name-->
<?php require_once ("header.php");?>
<!-- sets header and core of page: be sure to add page name-->
<?php require_once ("core.php");?>
<!-- sets footer of page: be sure to add page name-->
<?php require_once ("footer.php");?>
<script>
(function() {
var linksOnPage = document.querySelectorAll("a");
var link = "";
for (var i = 0; i < linksOnPage.length; i++) {
link = linksOnPage[i];
link.setAttribute("onclick", "window.scrollTo(0, 0)");
}
})();
</script>
</body>
</html>