@@ -20,7 +20,7 @@ const CONFIG = {
20
20
limit : 8 , // How many projects to display.
21
21
exclude : {
22
22
forks : false , // Forked projects will not be displayed if set to true.
23
- projects : [ ] , // These projects will not be displayed. example: ['arifszn/my-project1', 'arifszn/my-project2']
23
+ projects : [ 'out-of-context/giphy' ] , // These projects will not be displayed. example: ['arifszn/my-project1', 'arifszn/my-project2']
24
24
} ,
25
25
} ,
26
26
manual : {
@@ -35,24 +35,28 @@ const CONFIG = {
35
35
{
36
36
title : 'TNT DJ ' ,
37
37
description :
38
- 'Reservation service for a local business to reserve a DJ for weddings and ocassions' ,
38
+ 'a DJ reservation service for a local business, enabling
39
+ users to book the provided services online . using Angular 17 , Node. js ,
40
+ MongoDB and Express . js ',
39
41
imageUrl :
40
42
'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSEeAeUDKy7DrHMGTH0IzIJG_ayL4tVPKJRRQ&s' ,
41
43
link : 'https://tnt-dj-group.web.app/explosion' ,
42
44
} ,
43
45
{
44
- title : 'Project Name ' ,
46
+ title : 'Alone with a stranger ' ,
45
47
description :
46
- 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nunc ut.' ,
48
+ 'a chatbot using TensorFlow and Python to serve as an in
49
+ game assistant , using natural language processing ( NLP ) algorithms
50
+ to provide accurate and context - aware responses . ',
47
51
imageUrl :
48
- 'https://img.freepik.com/free-vector/illustration-gallery-icon_53876-27002 .jpg' ,
49
- link : 'https://example.com ' ,
52
+ 'https://img.freepik.com/free-photo/view-boat-water_23-2150693432 .jpg?t=st=1722527761~exp=1722531361~hmac=38265ee8aaed4a41ad2f5e278d78bd908d6cce42fbafc616f16b892d838ede0d&w=900 ' ,
53
+ link : '' ,
50
54
} ,
51
55
] ,
52
56
} ,
53
57
} ,
54
58
seo : {
55
- title : 'Portfolio of Ariful Alam ' ,
59
+ title : 'Portfolio of Mohammad Salhi ' ,
56
60
description : '' ,
57
61
imageURL : '' ,
58
62
} ,
0 commit comments