-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150813991-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-150813991-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv=”Refresh” content=”0;URL=https://www.brendan.ng” />
<meta name="theme-color" content="#009BD7">
<link rel='icon' type='image/x-icon' href= "images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css">
<title>Brendan Ng - Home Page</title>
</head>
<body>
<div class = "container">
<div class = "containerr">
<div class="box box0">Brendan Ng </div>
<div class="box box1">
<img src="images/favicon.png" />
</div>
<div class="box box2"><h1>Hi I'm Brendan & I work with Digital Things</h1>
<p>Currently in Canberra, at the Digital Transformation Agency</p>
<p>Passionate about Digital Media and All things Gaming and Esports</p>
<a href="mailto:[email protected]">[email protected]</a>
</br>
</br>
</div>
</div>
</div>
</body>
</div>
</html>