-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 2.6 KB
/
index.html
File metadata and controls
60 lines (54 loc) · 2.6 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3TGNYFBLZE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3TGNYFBLZE');
</script>
<meta name="google-site-verification" content="lRFYo4hJMJXDxbYNULbLiJPXr3Y_UOba9eraR4WdRDY" />
<meta name="description" content="This is my personal website. It's a bit thin right now, but I started it as a student project and I'm still learning.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#00FFFF">
<!-- General Open Graph properties -->
<meta property="og:type" content="website">
<meta property="og:url" content="dandykong.github.io">
<meta property="og:description" content="This is my personal website. It's a bit thin right now, but I started it as a student project and I'm still learning.">
<meta property="og:title" content="Home | dandykong.github.io">
<meta property="og:image" content="https://dandykong.github.io/img/vroid-pfp-1-2-1-1080-square.png">
<!-- For Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@dandykong1" />
<meta name="twitter:creator" content="@dandykong1" />
<link rel="stylesheet" href="styles/main.css" />
<script type="text/javascript" src="js/includeHTML.js"></script>
<meta http-equiv="refresh" content="0; URL=https://www.dandykong.com/">
<link rel="canonical" href="https://www.dandykong.com/">
</head>
<body>
<div id="navbar" w3-include-html="views/nav.html"></div>
<div id="main_container" style="min-height: 90%;">
<div class="page_header">
<div style="display: flex; height: 300px; justify-content: center; align-items: center;">
<img src="img/vroid-pfp-1-2-1-1080-square.png" width="200px" height="200px" class="box" />
</div>
<span style="font-size: 32px;">Daniel Harrison</span><br />
<span style="font-size: 18px;">Content Creator | Programmer | Immersive Web Enthusiast</span>
</div>
<div style="display: flex; flex-direction: column; align-items: center;">
<br />
<a class="landing_link disabled_link" href="https://dandykong.blogspot.com">Blog (Under Construction)</a>
<a class="landing_link" href="https://dandykong.github.io/portfolio/">Portfolio</a>
</div>
</div>
<script type="text/javascript">
function getActiveNav() {return "nav_element_home";}
includeHTML();
</script>
</body>
<html>