-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworks-2.htm
456 lines (443 loc) · 14.6 KB
/
works-2.htm
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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!-- Daily Task -->
<div class="works__item application">
<span class="category">Application</span>
<a href="#small-dialog-15" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">ReactJS, Redux, NodeJS</span>
<h4 class="title">Daily Task</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/15.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-15" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/15.png" alt="image" />
<h2>Daily Task by ReactJS</h2>
<p>
Web Application used to add to-dos for the day and help users manage it.
</p>
<p>Data is stored directly on the user machine (localStorage).</p>
<p>Coded with ReactJS, Redux.</p>
<p>Have responsive web.</p>
<p>Available offline.</p>
<div class="button">
<a href="https://nvanha.github.io/daily_task/" target="_blank" class="btn"
>View on Website</a
>
</div>
</div>
</div>
<!-- Bakery Ecommerce UI -->
<div class="works__item ecommerce ui_template">
<span class="category">Application, UI Template</span>
<a href="#small-dialog-23" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">HTML, SCSS, JavScript</span>
<h4 class="title">Bakery Ecommerce UI</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/23.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-23" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/23.png" alt="image" />
<h2>Bakery Ecommerce UI</h2>
<p>Bakery Ecommerce UI using HTML/SCSS/JavaScript.</p>
<div class="button">
<a
href="https://nvanha.github.io/bakery-ecommerce-ui/"
target="_blank"
class="btn"
>View on Website</a
>
</div>
</div>
</div>
<!-- Draggle List Component -->
<div class="works__item application">
<span class="category">Application</span>
<a href="#small-dialog-19" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">ReactJS, React Hooks</span>
<h4 class="title">Draggle List Component</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/19.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-19" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/19.png" alt="image" />
<h2>Draggle List Component</h2>
<p>Build React drag and drop list component.</p>
<div class="button">
<a
href="https://nvanha.github.io/react-draggable-list/"
target="_blank"
class="btn"
>View on Website</a
>
</div>
</div>
</div>
<!-- Drag Drop File Input -->
<div class="works__item application">
<span class="category">Application</span>
<a href="#small-dialog-20" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">ReactJS, React Hooks</span>
<h4 class="title">Drag Drop File Input</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/20.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-20" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/20.png" alt="image" />
<h2>Drag Drop File Input</h2>
<p>Build React Drag and Drop file input.</p>
<div class="button">
<a
href="https://nvanha.github.io/react-drag-drop-file-input/"
target="_blank"
class="btn"
>View on Website</a
>
</div>
</div>
</div>
<!-- Xiaomi 2 -->
<div class="works__item ecommerce">
<span class="category">Ecommerce</span>
<a href="#small-dialog-3" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">PHP, JavaScript</span>
<h4 class="title">Xiaomi Sales Website Ver-2</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/3.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-3" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/3.png" alt="image" />
<h2>Xiaomi Sales Website Version 2</h2>
<p>This is a complete upgrade compared to Version 1.</p>
<p>Database use Functions and Procedures.</p>
<p>Site is built from HTML, CSS, JavaScript, MySql, PHP, not Framework.</p>
<p>Not yet support English.</p>
<p>Not yet responsive web.</p>
<div class="button">
<a
href="https://github.com/nvanha/xiaomi_sales_website_ver2"
target="_blank"
class="btn"
>View on Github</a
>
</div>
</div>
</div>
<!-- React Calculator -->
<div class="works__item application">
<span class="category">Application</span>
<a href="#small-dialog-21" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">ReactJS, React Hooks</span>
<h4 class="title">React Calculator</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/21.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-21" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/21.png" alt="image" />
<h2>Calculator App</h2>
<p>Build Calculator App by ReactJS.</p>
<div class="button">
<a
href="https://nvanha.github.io/react-calculator/"
target="_blank"
class="btn"
>View on Website</a
>
</div>
</div>
</div>
<!-- Xiaomi 1 -->
<div class="works__item ecommerce">
<span class="category">Ecommerce</span>
<a href="#small-dialog-2" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">PHP, JavaScript</span>
<h4 class="title">Xiaomi Sales Website Ver-1</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/2.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-2" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/2.png" alt="image" />
<h2>Xiaomi Sales Website Version 1</h2>
<p>Site is built from HTML, CSS, JavaScript, MySql, PHP, not Framework.</p>
<p>Not yet support English.</p>
<p>Not yet Responsive Web.</p>
<div class="button">
<a
href="https://github.com/nvanha/xiaomi_sales_website_ver1"
target="_blank"
class="btn"
>View on Github</a
>
</div>
</div>
</div>
<!-- Animation Button -->
<div class="works__item application ui_template">
<span class="category">UI Template</span>
<a href="#small-dialog-18" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term"> HTML, CSS, JavScript</span>
<h4 class="title">Animation Button</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/18.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-18" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/18.png" alt="image" />
<h2>Collection Animation Button</h2>
<p>Animation Button with HTML/CSS/JavaScript.</p>
<div class="button">
<a href="https://codepen.io/collection/PYPgMN" target="_blank" class="btn"
>View on CodePen</a
>
</div>
</div>
</div>
<!-- UI Template -->
<div class="works__item ui_template">
<span class="category">UI Template</span>
<a href="#small-dialog-17" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">HTML, CSS, JavScript</span>
<h4 class="title">UI Template</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/17.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-17" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/17.png" alt="image" />
<h2>Collection UI Template</h2>
<p>Template is available for UI Design.</p>
<div class="button">
<a href="https://codepen.io/collection/bNdJrg" target="_blank" class="btn"
>View on CodePen</a
>
</div>
</div>
</div>
<!-- PSD -->
<div class="works__item ui_template">
<span class="category">UI Template</span>
<a href="#small-dialog-1" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">HTML, CSS, PSD</span>
<h4 class="title">Convert PSD to HTML/CSS</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/1.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-1" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/1.png" alt="image" />
<h2>Convert PSD to HTML/CSS</h2>
<p>This is a website that is converted from PSD to HTML and CSS.</p>
<p>
I used the BEM and SASS/SCSS on building class in HTML as well as CSS.
</p>
<p>Have Responsive Web.</p>
<div class="button">
<a
href="https://nvanha.github.io/psd_1/index.htm"
target="_blank"
class="btn"
>View on Website</a
>
</div>
</div>
</div>
<!-- Facebook/Google API -->
<div class="works__item api form_validation">
<span class="category">API, Form Validation</span>
<a href="#small-dialog-5" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">PHP, API</span>
<h4 class="title">Facebook/Google API | Login Form</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/5.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-5" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/5.png" alt="image" />
<h2>Facebook/Google API | Login with Facebook/Google accounts in PHP</h2>
<p>Facebook/Google API.</p>
<p>Form login with Facebook/Google accounts in PHP.</p>
<p>Clase redes Servidor HTTP con XAMPP.</p>
<p>How to enable SSL (HTTPS protocol) with XAMPP in a local PHP project.</p>
<div class="button">
<a
href="https://github.com/nvanha/facebook_google_api_login"
target="_blank"
class="btn"
>View on Github</a
>
</div>
</div>
</div>
<!-- Form Validation -->
<div class="works__item form_validation">
<span class="category">Form Validation</span>
<a href="#small-dialog-4" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">JavaScript</span>
<h4 class="title">Form Validation</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/4.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-4" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/4.png" alt="image" />
<h2>Form Validation in JavaScript</h2>
<p>
Data validation is the process of ensuring that user input is clean,
correct, and useful.
</p>
<p>Has the user filled in all required fields?</p>
<p>Has the user entered a valid date?</p>
<p>Has the user entered text in a numeric field?</p>
<div class="button">
<a
href="https://nvanha.github.io/form_validation/"
target="_blank"
class="btn"
>View on Website</a
>
</div>
</div>
</div>
<!-- SMTP Gmail -->
<div class="works__item form_validation api">
<span class="category">API, Form Validation</span>
<a href="#small-dialog-7" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">PHP, API</span>
<h4 class="title">SMTP Gmail</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/7.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-7" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/7.png" alt="image" />
<h2>Send email in PHP using Gmail SMTP</h2>
<p>
In this project I'm showing you how you can send a mail using gmail SMTP
and PHP Mailer library.
</p>
<p>I've used here live hosting server for testing.</p>
<p>You can use this from your local server also.</p>
<p>Has the user entered text in a numeric field?</p>
<div class="button">
<a href="https://github.com/nvanha/smtp_gmail" target="_blank" class="btn"
>View on Github</a
>
</div>
</div>
</div>
<!-- Google reCAPTCHA -->
<div class="works__item form_validation api">
<span class="category">API, Form Validation</span>
<a href="#small-dialog-8" class="work-content">
<div class="works__item-inner">
<div class="details">
<span class="term">PHP, API</span>
<h4 class="title">Google reCAPTCHA</h4>
<span class="more-button"><i class="icon-link"></i></span>
</div>
<div class="thumb">
<img src="images/works/8.png" alt="image" />
<div class="mask"></div>
</div>
</div>
</a>
<div id="small-dialog-8" class="white-popup zoom-anim-dialog mfp-hide">
<img src="images/works/8.png" alt="image" />
<h2>Google reCAPTCHA in PHP Form</h2>
<p>Improving the security of your website/form is extremely important.</p>
<p>
I have recorded this PHP tutorials where you can learn how to protect your
form by using Google reCaptcha v2.
</p>
<div class="button">
<a
href="https://github.com/nvanha/google_recaptcha"
target="_blank"
class="btn"
>View on Github</a
>
</div>
</div>
</div>