forked from hunghg255/linktree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (119 loc) · 4.04 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hoàng Gia Hùng</title>
<link rel="manifest" href="manifest.json" />
<!-- ios support -->
<link rel="apple-touch-icon" href="assets/images/H16.png" />
<link rel="apple-touch-icon" href="assets/images/H32.png" />
<link rel="apple-touch-icon" href="assets/images/H24.png" />
<link rel="apple-touch-icon" href="assets/images/H64.png" />
<link rel="apple-touch-icon" href="assets/images/H128.png" />
<link rel="apple-touch-icon" href="assets/images/H256.png" />
<link rel="apple-touch-icon" href="assets/images/H512.png" />
<meta name="apple-mobile-web-app-status-bar" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<!-- SEO -->
<!-- Primary Meta Tags -->
<meta name="title" content="Hoàng Gia Hùng" />
<meta
name="description"
content="I'm Hung an Front-end Developer. Contact me at here"
/>
<link
rel="icon"
href="https://res.cloudinary.com/hunghg255/image/upload/v1670472731/favicon_ml3hux.ico"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Hoàng Gia Hùng" />
<meta property="og:url" content="https://hunghg-contact.vercel.app/" />
<meta
property="og:image"
content="https://hunghg255.github.io/hoang-gia-hung/assets/images/avatar.jpeg"
/>
<meta
property="og:description"
content="I'm Hung an Front-end Developer. Contact me at here"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Hoàng Gia Hùng" />
<meta property="twitter:url" content="https://hunghg-contact.vercel.app/" />
<meta
property="twitter:image"
content="https://hunghg255.github.io/hoang-gia-hung/assets/images/avatar.jpeg"
/>
<meta
property="twitter:description"
content="I'm Hung an Front-end Developer. Contact me at here"
/>
<!-- Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap"
rel="stylesheet"
/>
<!-- Icon -->
<!-- Lib css -->
<!-- Main css -->
<link rel="stylesheet" href="./assets/css/style.css" />
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-BDE9R0W3RR"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-BDE9R0W3RR');
</script>
</head>
<body>
<div id="wrap">
<div id="app">
<!-- Header -->
<header id="header">
<img src="./assets/images/avatar.jpeg" alt="Hoàng Gia Hùng" />
<p>
<img
src="https://res.cloudinary.com/hunghg255/image/upload/v1670472731/favicon_ml3hux.ico"
alt="Logo Hung"
/>
<span>Hoàng Gia Hùng</span>
</p>
</header>
<!-- End header -->
<!-- Main -->
<main id="main">
<ul class="socialList"></ul>
</main>
<!-- End Main -->
<!-- Footer -->
<footer id="footer"></footer>
<!-- End Footer -->
<div class="qrCode">
<img
class="imgQrCode"
src="./assets/images/qrhung.png"
alt="QR code"
/>
</div>
</div>
</div>
<video class="bgVideo" autoplay="" loop="" muted="">
<source src="./assets/images/2160p.mp4" type="video/mp4" />
</video>
<!-- Lib js-->
<!-- Main js -->
<script src="./assets/js/main.js"></script>
<script src="./service.js"></script>
</body>
</html>