Skip to content

Commit f061357

Browse files
Update gitprofile.config.ts
1 parent 549c86f commit f061357

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

gitprofile.config.ts

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const CONFIG = {
2020
limit: 8, // How many projects to display.
2121
exclude: {
2222
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']
2424
},
2525
},
2626
manual: {
@@ -35,24 +35,28 @@ const CONFIG = {
3535
{
3636
title: 'TNT DJ ',
3737
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',
3941
imageUrl:
4042
'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSEeAeUDKy7DrHMGTH0IzIJG_ayL4tVPKJRRQ&s',
4143
link: 'https://tnt-dj-group.web.app/explosion',
4244
},
4345
{
44-
title: 'Project Name',
46+
title: 'Alone with a stranger',
4547
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.',
4751
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: '',
5054
},
5155
],
5256
},
5357
},
5458
seo: {
55-
title: 'Portfolio of Ariful Alam',
59+
title: 'Portfolio of Mohammad Salhi',
5660
description: '',
5761
imageURL: '',
5862
},

0 commit comments

Comments
 (0)