-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (151 loc) · 3.8 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!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" />
<meta property="og:title" content="CODY" />
<meta
name="description"
content="Tien Dat (Cody) is a creative developer and designer based in Hanoi, Vietnam. His goal is to find formulas that recreate everyday nature."
/>
<meta
property="og:description"
content="Tien Dat (Cody) is a creative developer and designer based in Hanoi, Vietnam. His goal is to find formulas that recreate everyday nature."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cody.gd/" />
<title>CODY</title>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-95TW0F6B15"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-95TW0F6B15");
</script>
</head>
<body>
<h1>cody.gd</h1>
<p>Vibing with <a href="http://info.cern.ch">the first website</a>.</p>
<hr />
<h2>About</h2>
<p>
Tien Dat (Cody) is a creative developer and designer based in Hanoi,
Vietnam.
</p>
<hr />
<h2>Works</h2>
<p>
I mostly do full-stack web development & design, some of which are
collaborative work:
</p>
<ol>
<li>
<p>
<strong
><a
href="https://búnđậu.mắmtôm.com/"
rel="noopener noreferrer"
target="_blank"
>https://búnđậu.mắmtôm.com/</a
></strong
>
</p>
</li>
<li>
<p>
<strong
><a
href="https://to-morrow.today/"
rel="noopener noreferrer"
target="_blank"
>https://to-morrow.today/</a
></strong
>
(as a front-end developer)
</p>
</li>
<li>
<p>
<strong
><a
href="https://lafuong.com/"
rel="noopener noreferrer"
target="_blank"
>https://lafuong.com/</a
></strong
>
</p>
</li>
<li>
<p>
<strong
><a
href="https://thuvien.lgbt/"
rel="noopener noreferrer"
target="_blank"
>https://thuvien.lgbt/</a
></strong
>
(as a developer)
</p>
</li>
<li>
<p>
<strong
><a
href="https://voicegems.xyz/"
rel="noopener noreferrer"
target="_blank"
>https://voicegems.xyz/</a
></strong
>
</p>
</li>
<li>
<p>
<strong
><a
href="https://thaihungart.com/"
rel="noopener noreferrer"
target="_blank"
>https://thaihungart.com/</a
></strong
>
</p>
</li>
<li>
<p>
<strong
><a
href="https://ostinfam.com/"
rel="noopener noreferrer"
target="_blank"
>https://ostinfam.com/</a
></strong
>
</p>
</li>
<li>
<p>
<strong
><a
href="https://hfcd.vn/"
rel="noopener noreferrer"
target="_blank"
>https://hfcd.vn/</a
></strong
>
</p>
</li>
</ol>
<hr />
<h2>Contact</h2>
<p>Holla me at <a href="mailto:[email protected]">[email protected]</a></p>
</body>
</html>