-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcard.html
151 lines (132 loc) · 6.07 KB
/
card.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!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">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 110 110%22><text y=%22.9em%22 font-size=%2290%22>🤙</text></svg>">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" />
<link rel="stylesheet" href="css/card.css">
<title>Văn Viết Hiếu Anh</title>
<meta name="title" content="Văn Viết Hiếu Anh | Card">
<meta name="description" content="👋 Hi! I'm Anh, a Fullstack developer, and UI-UX Designer.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://vanviethieuanh.github.io/">
<meta property="og:title" content="Văn Viết Hiếu Anh">
<meta property="og:description" content="👋 Hi! I'm Anh, a Fullstack developer, and UI-UX Designer.">
<!-- <meta property="og:image" content=""> -->
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://vanviethieuanh.github.io/">
<meta property="twitter:title" content="Văn Viết Hiếu Anh">
<meta property="twitter:description" content="👋 Hi! I'm Anh, a Fullstack developer, and UI-UX Designer.">
<!-- <meta property="twitter:image" content=""> -->
</head>
<body>
<main>
<section class="call">
<h1>
Accodius
</h1>
<p>
Văn Viết Hiếu Anh
</p>
</section>
<section class="options">
<a href="https://ko-fi.com/accodius" target="_blank">
<div class="platform fb" style="--color:#FF5E5B">
<div class="icon">
<i class="fas fa-heart"></i>
</div>
<h2 class="title">Support me on Ko-fi!</h2>
</div>
</a>
<a href="https://accodius.itch.io/" target="_blank">
<div class="platform fb" style="--color:#FA5C5C">
<div class="icon">
<i class="fab fa-itch-io"></i>
</div>
<h2 class="title">Itch.io</h2>
</div>
</a>
<div class="dense">
<a href="https://twitter.com/AccodiusdeVan" target="_blank">
<div class="platform fb" style="--color:#4f81f7">
<div class="icon">
<i class="fab fa-twitter"></i>
</div>
<h2 class="title">Twitter</h2>
</div>
</a>
<a href="https://www.instagram.com/accodius/" target="_blank">
<div class="platform fb" style="--color:#4c68d7">
<div class="icon">
<i class="fab fa-instagram"></i>
</div>
<h2 class="title">Instagram</h2>
</div>
</a>
<a href="https://soundcloud.com/accodius/" target="_blank">
<div class="platform small fb" style="--color:#FF3300">
<div class="icon">
<i class="fab fa-soundcloud"></i>
</div>
<h2 class="title">Itch.io</h2>
</div>
</a>
<a href="https://www.reddit.com/user/Accodius_de_Van" target="_blank">
<div class="platform small fb" style="--color:#FF4500">
<div class="icon">
<i class="fab fa-reddit-alien"></i>
</div>
<h2 class="title">Reddit</h2>
</div>
</a>
<a href="http://www.facebook.com/vanviethieuanh/" target="_blank">
<div class="platform small fb" style="--color:#4183f2">
<div class="icon">
<i class="fab fa-facebook-messenger"></i>
</div>
<h2 class="title">Messenger</h2>
</div>
</a>
<a href="https://www.behance.net/vanviethieuanh" target="_blank">
<div class="platform small fb" style="--color:#1769FF">
<div class="icon">
<i class="fab fa-behance"></i>
</div>
<h2 class="title">Behance</h2>
</div>
</a>
<a href="https://www.youtube.com/channel/UCyhnfsrWIcvIV9NjW_TxS-Q" target="_blank">
<div class="platform small fb" style="--color:#FF0000">
<div class="icon">
<i class="fab fa-youtube"></i>
</div>
<h2 class="title">Youtube</h2>
</div>
</a>
<a href="github.com/vanviethieuanh/" target="_blank">
<div class="platform fb" style="--color:#181717">
<div class="icon">
<i class="fab fa-github-alt"></i>
</div>
<h2 class="title">Github</h2>
</div>
</a>
</div>
<script>
function CopyEmailToClipboard() {
navigator.clipboard.writeText("vanviethieuanh@gmail.com").then(function () {
document.querySelector('.platform.email h2').classList.add('copied')
})
}
</script>
</section>
</main>
</body>
</html>