-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
252 lines (252 loc) · 8.43 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!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>Portfolio</title>
<link rel="icon" href="public/assets/logo.webp" type="image/webp" />
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"
/>
</head>
<body>
<section class="parent">
<div class="child" id="welcome">
<img
src="public/assets/MultiRightArrow.svg"
alt="MultiArrow"
id="multi_arrow"
/>
<img src="public/assets/Laptop.svg" alt="Laptop" id="laptop" />
<img
src="public/assets/BoyAndGirlSmiling.svg"
alt="Boy and girl smiling"
id="bagsmiling"
/>
<h1 class="animate">Welcome to my portfolio</h1>
<div>
<img src="public/assets/Arrow.svg" alt="Arrow" />
<a href="#about"><h2 class="animate">Let's Explore!</h2></a>
</div>
</div>
<div class="child" id="about">
<div class="normal reveal">
<h2>ABOUT</h2>
<h2>ABOUT</h2>
<h2>ABOUT</h2>
</div>
<div class="low_opacity reveal">
<h2>ABOUT</h2>
<h2>ABOUT</h2>
<h2>ABOUT</h2>
</div>
</div>
<div class="child" id="about_desc">
<div>
<h2 class="reveal">
Hi, I am
<span id="break" style="font-family: Agrandir Black"
>tuankietcoder</span
>
</h2>
<p class="reveal_more">
I feel curious about everything. So I like to explore everything
around me. Sometimes, I break machines like computers, phones, and
electric toys to see what's inside them. So I also learned a lot
from them. Also, I am very interested in computers. I spend my free
time learning programming.
</p>
</div>
</div>
<div class="child" id="about_card">
<div>
<div>
<span>CARD</span>
<div class="dots">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
</div>
<section>
<div class="cover reveal_more">
<img src="public/assets/tuankietcoder.jpg" alt="tuankietcoder" />
</div>
<div id="card_details" class="reveal">
<p><b>Name</b><br />Tuan Kiet Tran</p>
<p><b>Birthday</b><br />02/2003</p>
<p><b>Level</b><br />Student</p>
<p><b>School</b><br />University of Information Technology</p>
<p><b>Motivation</b><br />Nothing is impossible</p>
</div>
</section>
</div>
</div>
<div class="child" id="skills">
<div class="normal reveal">
<h2>SKILLS</h2>
<h2>SKILLS</h2>
<h2>SKILLS</h2>
</div>
<div class="low_opacity reveal">
<h2>SKILLS</h2>
<h2>SKILLS</h2>
<h2>SKILLS</h2>
</div>
</div>
<div class="child" id="skills_fe">
<div class="_img">
<img src="public/assets/RedTripleHexa.svg" alt="Red triple hexagon" />
<img
src="public/assets/GirlDrawing.svg"
alt="Girl Drawing"
class="reveal_more"
/>
</div>
<div class="_desc">
<div>
<h1 class="reveal">Front-end Web development</h1>
<p class="reveal">
I use my coding skills to implement a website not only a good look
for user but also a good experience
</p>
</div>
</div>
</div>
<div class="child" id="skills_be">
<div class="_img">
<img src="public/assets/RedTripleHexa.svg" alt="Red triple hexagon" />
<img
src="public/assets/ManGuard.svg"
alt="Man guard"
class="reveal_more"
/>
</div>
<div class="_desc">
<div class="reveal">
<h1>Back-end Web development</h1>
<p>
To supply data for website and user forward to what user can see,
I use my back-end skills to create those, make website load faster
and prevent security injection from toxic hacker.
</p>
</div>
</div>
</div>
<div class="child" id="skills_mb">
<div class="_img">
<img src="public/assets/RedTripleHexa.svg" alt="Red triple hexagon" />
<img
src="public/assets/iphone.svg"
alt="iphone"
class="reveal_more"
/>
</div>
<div class="_desc">
<div class="reveal">
<h1>Mobile development</h1>
<p>
I create software for android and ios using javascript and Flutter
is on progress for better design and develop...
</p>
</div>
</div>
</div>
<div class="child" id="projects">
<img src="public/assets/Box.svg" alt="Box" class="reveal_more" />
<h1 class="reveal">PROJECTS</h1>
</div>
<div class="child" id="projects_kblog">
<div>
<img src="public/assets/KBlog.webp" alt="KBlog" class="reveal_more" />
<div>
<img src="public/assets/ManBlog.svg" alt="Man Blog" />
<h1 id="blog_title">BLOG</h1>
</div>
</div>
<p class="reveal">
K Blog website was created with the purpose of saving my programming
knowledge as well as sharing it with everyone. In addition, the page
also helps you to discuss more about programming, about computers...
</p>
</div>
<div class="child" id="projects_more">
<div>
<h1 class="reveal_more">Want to explore more my projects?</h1>
<p class="reveal_more">Feel free to contact me!</p>
<div>
<img src="public/assets/Arrow.svg" alt="Arrow" />
<a href="#contact" class="contact"><h2>Let's contact!</h2></a>
</div>
<img src="public/assets/ContactPeople.svg" alt="Contact" />
</div>
</div>
<div class="child" id="contact">
<div>
<h1>Contact</h1>
<div>
<div>
<img
src="public/assets/ContactList.svg"
alt="Contact list"
class="reveal_more"
/>
</div>
<div>
<label for="email" class="reveal">
<div>Email</div>
<input
type="email"
id="email"
name="email"
placeholder="example@example.com"
/>
</label>
<label for="message" class="reveal">
<div>Message</div>
<textarea
placeholder="Enter your message..."
id="message"
></textarea>
</label>
<button id="submit" class="reveal">Submit</button>
<p class="reveal">or</p>
<div class="reveal_more">
<a
href="https://www.linkedin.com/in/tuankietcoder/"
target="_blank"
>
<i class="bi bi-linkedin"></i>
</a>
<a href="https://www.facebook.com/tk110204" target="_blank">
<i class="bi bi-facebook"></i>
</a>
<a href="https://www.instagram.com/__tkiet__" target="_blank">
<i class="bi bi-instagram"></i>
</a>
<a href="https://www.github.com/tuankietcoderr" target="_blank">
<i class="bi bi-github"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="child" id="thank">
<h1 class="reveal">Thank you!</h1>
</div>
<div class="child" id="creator">
<h3>© 2022</h3>
<h1>This website is created by tuankietcoder</h1>
</div>
</section>
<script src="script.js" type="text/javascript"></script>
</body>
</html>