-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
302 lines (261 loc) · 12.9 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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Bui Dang Khoa - Java Fresher Developer</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: iPortfolio - v1.4.1
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<button type="button" class="mobile-nav-toggle d-xl-none"><i class="icofont-navigation-menu"></i></button>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img src="assets/img/Avatar.jpeg" alt="" class="img-fluid rounded-circle">
<h1 class="text-light"><a href="index.html">Bui Dang Khoa</a></h1>
</div>
<nav class="nav-menu">
<ul>
<li class="active"><a href="index.html"><i class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#contact"><i class="bx bx-user"></i> <span>About me</span></a></li>
<li><a href="#education"><i class="bx bx-file-blank"></i> <span>Education</span></a></li>
<li><a href="#skill"><i class="bx bx-book-content"></i> Skills</a></li>
<li><a href="#project"><i class="bx bx-server"></i> Projects</a></li>
</ul>
</nav><!-- .nav-menu -->
<button type="button" class="mobile-nav-toggle d-xl-none"><i class="icofont-navigation-menu"></i></button>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="hero-container" data-aos="fade-in">
<h1>Bui Dang Khoa</h1>
<p>I'm <span class="typed" data-typed-items="Java Fresher Developer"></span></p>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>About me</h2>
<p>I'm graduated student who have solid background knowledge about Object Oriented Programming
and excited to work with real life projects. I would like to learn new technologies, new knowledge
and work with your team to contribute to your projects and improve myself. In the future,
i hope i can be an important role in project such as leader, business analyst to contribute more
to your company's projects.
</p>
</div>
<div class="row" data-aos="fade-in">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/Avatar.jpeg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 d-flex align-items-stretch">
<div class="info">
<div class="phone">
<i class="icofont-phone"></i>
<h4>Phone:</h4>
<p>0938185046</p>
</div>
<div class="email">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="facebook">
<i class="icofont-facebook"></i>
<h4>Facebook:</h4>
<p>www.facebook.com/khoa.bui.7140497</p>
</div>
<div class="address">
<i class="icofont-google-map"></i>
<h4>Location:</h4>
<p>Ho Chi Minh, Viet Nam</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
<!-- ======= education Section ======= -->
<section id="education" class="education">
<div class="container">
<div class="section-title">
<h2>Education</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="education-item">
<h4>UNIVERSITY OF SCIENCE</h4>
<h5>2015 - 2020</h5>
<p><em>Major: Information Technology</em></p>
<p>Learning basic knowledge such as: Object oriented Programming, Java Core, MVC Architecture.</p>
</div>
<div class="education-item">
<h4>Cybertsoft Academy</h4>
<h5>2020</h5>
<p>Learning more about Java: Spring MVC, Spring Boot, Restful API.</p>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= skill Section ======= -->
<section id="skill" class="about">
<div class="container">
<div class="section-title">
<h2>Skill</h2>
</div>
<div class="col-lg-12 content" data-aos="fade-left">
<h4>English</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="icofont-rounded-right"></i> Good speaking and reading skills.</li>
</ul>
</div>
</div>
<h4 class="mt-3">Knowledge and Concept</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="icofont-rounded-right"></i> Learning and practicing through assignments and projects.
</li>
<li><i class="icofont-rounded-right"></i> Strong basic knowledge: Java Core, Object Oriented
Programming. </li>
<li><i class="icofont-rounded-right"></i> Good problem solving and teamwork skills. </li>
<li><i class="icofont-rounded-right"></i> Having experience in Restful API. </li>
<li><i class="icofont-rounded-right"></i> Source Version control tool: Github Desktop. </li>
<li><i class="icofont-rounded-right"></i> IDE: Visual Studio Code, Eclipse. </li>
</ul>
</div>
</div>
<h4 class="mt-3">Language and FrameWork</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="icofont-rounded-right"></i> Front End: HTML, CSS, JS, Bootstrap, Angular. </li>
<li><i class="icofont-rounded-right"></i> Back End: Java Core, Spring MVC, Spring Boot. </li>
<li><i class="icofont-rounded-right"></i> Database: MySQL, MS SQL. </li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Resume Section -->
<!-- ======= Portfolio Section ======= -->
<section id="project" class="about">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
</div>
<div class="col-lg-12 content" data-aos="fade-left">
<h4>Summary</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="icofont-rounded-right"></i><strong>Project name:</strong>
Internet Banking. </li>
<li><i class="icofont-rounded-right"></i><strong>Time:</strong>
1 month. </li>
<li><i class="icofont-rounded-right"></i><strong>Members:</strong>
Bui Dang Khoa. </li>
<li><i class="icofont-rounded-right"></i><strong>Technologies:</strong>
Bootstrap, Angular, Spring boot, MySQL. </li>
<li><i class="icofont-rounded-right"></i><strong>Description:</strong>
This project will help you do everything online without going to banks such as: manage accounts, transfer
money, review history transfer, inform notification through mail. </li>
<li><i class="icofont-rounded-right"></i><strong>Github:</strong>
<a href="https://github.com/khoabui263/InternetBanking.git">
https://github.com/khoabui263/InternetBanking.git </a> </li>
</ul>
</div>
</div>
<h4 class="mt-3">Details</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="icofont-rounded-right"></i> Referring to some internet banking websites and choosing important functions for my project. </li>
<li><i class="icofont-rounded-right"></i> Analysing requirements to design database and user interface. </li>
<li><i class="icofont-rounded-right"></i> Using JWT to authenticate every request. </li>
<li><i class="icofont-rounded-right"></i> Improving some functions for better experience such as: accounts searching autocomplete, real-time notification. </li>
<li><i class="icofont-rounded-right"></i> Gmail is used to confirm important user's action to ensure security. </li>
<li><i class="icofont-rounded-right"></i> Applying secure data transmission methods to project: RSA, PGP. </li>
</ul>
</div>
</div>
<h4 class="mt-3">Experiences</h4>
<div class="row">
<div class="col-lg-12">
<ul>
<li><i class="icofont-rounded-right"></i> Learning how Restful Web Service work. </li>
<li><i class="icofont-rounded-right"></i> Creating Angular app and call API to Spring Boot. </li>
<li><i class="icofont-rounded-right"></i> Knowing how to use JWT to authenticate requests and refresh token when expired. </li>
<li><i class="icofont-rounded-right"></i> Using autocomplete in searching to improve user experience. </li>
<li><i class="icofont-rounded-right"></i> Learning and applying real-time method to project: Server Side Event. </li>
<li><i class="icofont-rounded-right"></i> Sending notification mail from spring boot to confirm user's action. </li>
<li><i class="icofont-rounded-right"></i> Studying some apps using secure data transmission to transfer each others and applying these methods to my project. </li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>iPortfolio</span></strong>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>