-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
58 lines (57 loc) · 2.4 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Code4Africa" />
<meta name="twitter:creator" content="@Code4Africa" />
<meta
property="og:image"
content="https://codeforafrica.org/image.jpg"
/>
<meta property="og:image:alt" content="Code for Africa" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="800" />
<meta property="og:locale" content="en_GB" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<title>Code for Africa</title>
<meta
name="description"
content="This site is an open source code built by Code for Africa, the continent's largest network of civic technology and data journalism labs. All content is released under a Creative Commons 4 Attribution License. Reuse it to help empower your own community."
/>
<meta property="og:url" content="https://codeforafrica.org" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Code for Africa" />
<link rel="canonical" href="https://codeforafrica.org" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1020e1" />
<meta name="msapplication-TileColor" content="#2b5797" />
<meta name="theme-color" content="#4285f4" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-QVY4THBKNT"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
window.dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-QVY4THBKNT");
</script>
</head>
<body />
<body style="background-color: #1020E1; margin: 0; padding: 0">
<iframe
allowfullscreen="allowfullscreen"
scrolling="no"
class="fp-iframe"
src="https://heyzine.com/flip-book/5e8393c2e8.html"
style="border: 0; margin: 0; padding: 0; width: 100vw; height: 100vh"
></iframe>
</body>
</html>