Skip to content

Commit 90d0cd8

Browse files
committed
feat: add Lgenia project to manual entries and update gitignore to include log files
1 parent 2101ce7 commit 90d0cd8

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Call Center Help/client/dist
5050

5151
.known_hosts
5252
logs/
53+
*.log
5354
.vscode/
5455
npm-debug.log*
5556
yarn-debug.log*

src/data/content.js

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,25 @@ export const about = {
2222
],
2323
};
2424

25-
// Manual project entry for Call Center Helper
25+
// Manual projects configuration
2626
export const manualProjects = [
27+
{
28+
title: 'Lgenia - Biotech Company Website',
29+
repoName: 'lgenia',
30+
description:
31+
'The official website for Lgenia, a biotech company dedicated to discovering affordable medications for debilitating diseases like Tuberculosis, Malaria, and Alzheimer’s. Built with Next.js and Tailwind CSS, the site features a modern, responsive design with smooth Framer Motion animations, showcasing Lgenia’s research, partnerships, and mission to transform global health.',
32+
githubUrl: null, // Private repository
33+
languages: {
34+
JavaScript: 65000,
35+
React: 20000,
36+
TailwindCSS: 15000,
37+
},
38+
updatedAt: new Date().toLocaleDateString(),
39+
order: 0,
40+
demoUrl: 'https://lgenia.com/',
41+
has_pages: false,
42+
topics: ['pharmaceutical', 'research', 'nextjs', 'tailwind-css'],
43+
},
2744
{
2845
title: 'Adamas - Call Center Helper',
2946
repoName: 'callcenterhelper',
@@ -37,7 +54,7 @@ export const manualProjects = [
3754
SH: 3000, // 3%
3855
},
3956
updatedAt: new Date().toLocaleDateString(),
40-
order: 0, // Put it first in the list
57+
order: 1, // Changed from 0 to 1
4158
demoUrl: 'https://danielhipskind.com/adamas/',
4259
has_pages: false,
4360
topics: ['utility', 'call-center', 'customer-service'],

0 commit comments

Comments
 (0)