-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (100 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Find zhenchai online!">
<meta name="author" content="Cai Zhen (zhenchai)">
<title>zhenchai123 - Links</title>
<link rel="icon" href="./images/zhenchai.png" type="image/png">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=JetBrains%20Mono">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z2CK4YSP9C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z2CK4YSP9C');
</script>
</head>
<body>
<main>
<header>
<img src="./images/zhenchai.png" alt="zhenchai profile pic">
<h1>@zhenchai123</h1>
</header>
<div class="descriptions">
<p>Nerdy Guy From Malaysia. ACG (Anime Comic Game) and Photography Enthusiasm.</p>
</div>
<ul>
<!-- <li> <a href="">
<img src="./images/homepage.png" alt="HomePage" width="20px" height="20px">
Official Website
</a>
</li> -->
<li>
<a href="https://www.instagram.com/zhenchai123/">
<img src="./images/instagram.svg" alt="instagram" width="20px" height="20px">
Instagram
</a>
</li>
<li>
<a href="https://portraitmode.io/profile/zhenchai/">
<img src="./images/portraitmode.jpg" alt="PortraitMode" width="20px" height="20px" style="border-radius: 50%;">
PortraitMode.io
</a>
</li>
<li>
<a href="https://github.com/zhenchai00">
<img src="./images/github.svg" alt="Github" width="20px" height="20px">
Github
</a>
</li>
<li>
<a href="https://discordapp.com/users/434616891928215553">
<img src="./images/discord.svg" alt="Discord" width="20px" height="20px">
Discord
</a>
</li>
<li>
<a href="https://telegram.me/zhenchai">
<img src="./images/telegram.svg" alt="Telegram" width="20px" height="20px">
Telegram
</a>
</li>
<li>
<a href="https://my.linkedin.com/in/chong-cai-zhen-b80a981b3">
<img src="./images/linkedin.svg" alt="LinkedIn" width="20px" height="20px">
LinkedIn
</a>
</li>
<li>
<a href="https://twitter.com/zhenchai123">
<img src="./images/twitter.svg" alt="Twitter" width="20px" height="20px">
Twitter
</a>
</li>
<li>
<a href="https://www.xiaohongshu.com/user/profile/620e6d04000000001000ee16">
<img src="./images/xiaohongshu.svg" alt="xiaohongshu" width="20px" height="20px" style="border-radius: 50%;">
小红书 (XiaoHongShu)
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCTOyPcp-ca5Wxy82M9wVPMA">
<img src="./images/youtube.svg" alt="YouTube" width="20px" height="20px">
Youtube
</a>
</li>
<li>
<a href="https://www.reddit.com/user/zhenchai">
<img src="./images/reddit.svg" alt="Reddit" width="20px" height="20px">
Reddit
</a>
</li>
</ul>
</main>
<script src="./index.js"></script>
</body>
</html>