-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
223 lines (175 loc) · 7.42 KB
/
about.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
<!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>About</title>
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- navbar section starts -->
<nav class="navbar">
<a href=""> <i class="fas fa-home"></i> <span>home</span> </a>
<a href="about.html"> <i class="fas fa-user"></i> <span>about</span> </a>
<a href="portfolio.html"> <i class="fas fa-briefcase"></i> <span>portfolio</span> </a>
<a href="blogs.html"> <i class="fas fa-blog"></i> <span>blogs</span> </a>
<a href="contact.html"> <i class="fas fa-address-book"></i> <span>contact</span> </a>
</nav>
<!-- navbar section ends -->
<!-- about section starts -->
<div class="loader">
<div class="loader__icon">
<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
<path opacity="0.2" fill="#000" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z"></path>
<path fill="#000" d="M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0C22.32,8.481,24.301,9.057,26.013,10.047z"></path>
<animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 20 20" to="360 20 20" dur="0.5s" repeatCount="indefinite"></animateTransform>
</svg>
</div>
<div class="loader__tile"></div>
<div class="loader__tile"></div>
<div class="loader__tile"></div>
<div class="loader__tile"></div>
<div class="loader__tile"></div>
</div>
<div id="swup" class="transition-fade">
<section class="about">
<h1 class="heading"> about <span>me</span> </h1>
<div class="row">
<div class="info-container">
<h1>personal info</h1>
<div class="box-container">
<div class="box">
<h3> <span>name : </span> Nguyễn Thành Luân </h3>
<h3> <span>age : </span> <span class="span_age" style="color: inherit;font-weight: inherit;"></span> </h3>
<h3> <span>email : </span> [email protected] </h3>
<h3> <span>address : </span> Quy Nhon - Binh Dinh, Viet Nam </h3>
</div>
<div class="box">
<h3> <span>freelance : </span> available </h3>
<h3> <span>skill : </span> front-end </h3>
<h3> <span>experience : </span> <span class="span_experience" style="color: inherit;font-weight: inherit;"></span> years </h3>
<h3> <span>language : </span> Vietnamese </h3>
</div>
</div>
<a href="./files/nguyen-thanh-luan_cveng.pdf" class="btn" download> download CV <i class="fas fa-download"></i> </a>
</div>
<div class="count-container">
<div class="box">
<h3><span class="span_experience"></span>+</h3>
<p>years of experience</p>
</div>
<div class="box">
<h3>450+</h3>
<p>happy clients</p>
</div>
<div class="box">
<h3>200+</h3>
<p>project completed</p>
</div>
<!-- <div class="box">
<h3></h3>
<p></p>
</div> -->
</div>
</div>
</section>
<!-- about section ends -->
<!-- skills section starts -->
<section class="skills">
<h1 class="heading"> <span>my</span> skills </h1>
<div class="box-container">
<div class="box">
<img src="images/icon-1.png">
<h3>html</h3>
</div>
<div class="box">
<img src="images/icon-2.png">
<h3>css</h3>
</div>
<div class="box">
<img src="images/icon-3.png">
<h3>javascript</h3>
</div>
<div class="box">
<img src="images/icon-4.png">
<h3>sass</h3>
</div>
<div class="box">
<img src="images/icon-5.png">
<h3>jquery</h3>
</div>
<div class="box">
<img src="images/icon-6.png">
<h3>laravel</h3>
</div>
<div class="box">
<img src="images/icon-10.png">
<h3>php</h3>
</div>
<div class="box">
<img src="images/icon-7.png">
<h3>WordPress</h3>
</div>
<div class="box">
<img src="images/icon-8.png">
<h3>Adobe Photoshop</h3>
</div>
<div class="box">
<img src="images/icon-9.png">
<h3>Adobe Illustrator</h3>
</div>
<div class="box">
<img src="images/icon-11.png">
<h3>Adobe Animate</h3>
</div>
<div class="box">
<img src="images/icon-12.png">
<h3>Asterisk <br>(Call Center)</h3>
</div>
</div>
</section>
<!-- skills section ends -->
<!-- education section starts -->
<section class="education">
<h1 class="heading"> <span>my</span> education </h1>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2013 - 2016</span>
<h3>front-end development</h3>
<p>Student at school quy nhon college of engineering and technology</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2016 - 2017</span>
<h3>front-end development</h3>
<p>freelancer</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2017 - 2022</span>
<h3>front-end development</h3>
<p>employee of NINJA Q CO., LTD</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2022 - current</span>
<h3>front-end development</h3>
<p>employee of NgocThien Supply Co., Ltd (NTS)</p>
</div>
</div>
</section>
</div>
<!-- education section ends -->
</body>
<script src="./js/jquery-3.6.0.js"></script>
<script src="./js/lazyload.min.js"></script>
<script defer src="./js/swup.min.js"></script>
<script defer src="./js/main.js"></script>
</html>