-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·36 lines (32 loc) · 1.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
<html>
<head>
<title>The Big Picture</title>
<link rel="stylesheet" href="css/home/home.css">
<script src="scripts/meta.js"></script>
<meta name="theme-color" content="#2b47e2">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C1211WJ351"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C1211WJ351');
</script>
</head>
<body>
<div id="container">
<div id="header">
<img id="logo" src="assets/circle-logo-blue.svg">
<div>
<h1>The Big Picture</h1>
<p>In depth analyses of some of the most pressing issues in the world today.</p>
</div>
</div>
<div id="links">
<a class="link" target="_blank" href="https://www.youtube.com/@BigPictureTV"><img src="assets/youtube.svg">Watch on Youtube</a>
<a class="link" target="_blank" href="https://www.medium.com/@bigpicturetv"><img src="assets/medium.svg">Read on Medium</a>
<a class="link" target="_blank" href="https://instagram.com/bigpicturefacts"><img src="assets/instagram.svg">Follow on Instagram</a>
<a class="link" target="_blank" href="https://x.com/bigpicturefacts"><img src="assets/x.svg">Follow on X</a>
</div>
</div>
</body>
</html>