diff --git a/htdocs/assets/images/projects/adlinkfly_tgbot.jpg b/htdocs/assets/images/projects/adlinkfly_tgbot.jpg index 96703f3..35280b1 100644 Binary files a/htdocs/assets/images/projects/adlinkfly_tgbot.jpg and b/htdocs/assets/images/projects/adlinkfly_tgbot.jpg differ diff --git a/htdocs/assets/images/projects/pytubepp.jpg b/htdocs/assets/images/projects/pytubepp.jpg index d76feb6..b2c2fc8 100644 Binary files a/htdocs/assets/images/projects/pytubepp.jpg and b/htdocs/assets/images/projects/pytubepp.jpg differ diff --git a/htdocs/assets/images/projects/pytubepp_extension.jpg b/htdocs/assets/images/projects/pytubepp_extension.jpg new file mode 100644 index 0000000..2ee5738 Binary files /dev/null and b/htdocs/assets/images/projects/pytubepp_extension.jpg differ diff --git a/htdocs/assets/images/projects/pytubepp_helper.jpg b/htdocs/assets/images/projects/pytubepp_helper.jpg new file mode 100644 index 0000000..94e06c7 Binary files /dev/null and b/htdocs/assets/images/projects/pytubepp_helper.jpg differ diff --git a/neosubhamoy.sql b/neosubhamoy.sql index 2f9e4a0..41f2995 100644 --- a/neosubhamoy.sql +++ b/neosubhamoy.sql @@ -111,7 +111,9 @@ INSERT INTO `projects` (`id`, `name`, `shortdes`, `description`, `link`, `year`, (11, 'AdlinkflyBot', 'Telegram Bot Script', 'A Python based Telegram Bot Script for Adlinlfly PHP Link Shortener Websites', 'https://github.com/techishfellow/adlinkfly-telegram-bot', 2022, './assets/images/projects/adlinkfly_tgbot.jpg', NULL, 'bot', 'python', 'active', 1, 1, 'techishfellow/adlinkfly-telegram-bot', NULL), (12, 'POCO X3 Pro Splasher', 'CLI Tool', 'A CLI tool to create Custom Splash Screen Logo for POCO X3 Pro (vayu) device', 'https://github.com/neosubhamoy/poco-x3-pro-custom-logo-image-maker', 2023, './assets/images/projects/x3p_splasher.jpg', NULL, 'crossplatform', 'batchfile,shell script', 'active', 0, 1, 'neosubhamoy/poco-x3-pro-custom-logo-image-maker', NULL), (13, 'Subhamoy Biswas Portfolio', 'Website', 'Official portfolio website of Subhamoy Biswas (@neo_subhamoy)', 'https://neosubhamoy.com', 2023, './assets/images/projects/neosubhamoy_portfolio.jpg', NULL, 'website', 'html,tailwindcss,javascript,php,mysql', 'active', 0, 1, 'neosubhamoy/neosubhamoy-portfolio', NULL), -(14, 'pytubePP', 'Python Library', 'A Simple CLI Tool to Download Your Favourite YouTube Videos Effortlessly!', 'https://github.com/neosubhamoy/pytubepp', 2024, './assets/images/projects/pytubepp.jpg', NULL, 'crossplatform', 'python', 'active', 0, 1, 'neosubhamoy/pytubepp', NULL); +(14, 'PytubePP', 'YT Video Downloader', 'A Simple CLI Tool to Download Your Favourite YouTube Videos Effortlessly!', 'https://github.com/neosubhamoy/pytubepp', 2024, './assets/images/projects/pytubepp.jpg', NULL, 'crossplatform', 'python', 'active', 0, 1, 'neosubhamoy/pytubepp', NULL) +(15, 'PytubePP Helper', 'Desktop App', 'A Helper App for PytubePP Extension/Addon to Communicate with Pytube Post Processor CLI', 'https://github.com/neosubhamoy/pytubepp-helper', 2024, './assets/images/projects/pytubepp_helper.jpg', NULL, 'crossplatform', 'rust,tauri,react,typescript', 'active', 0, 1, 'neosubhamoy/pytubepp-helper', NULL) +(16, 'PytubePP Extension', 'Browser Addon', 'A Chrome/Firefox Extension/Addon to Download your Favourite YouTube Videos Effortlessly using Pytube Post Processor CLI', 'https://github.com/neosubhamoy/pytubepp-extension', 2024, './assets/images/projects/pytubepp_extension.jpg', NULL, 'extension', 'html,css,javascript', 'active', 0, 1, 'neosubhamoy/pytubepp-extension', NULL); -- -------------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index e6a95b1..4729fcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { - "name": "neosubhamoy", - "version": "1.0.0", + "name": "neosubhamoy-portfolio", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "neosubhamoy", - "version": "1.0.0", - "license": "ISC", + "name": "neosubhamoy-portfolio", + "version": "2.0.1", + "license": "MIT", "devDependencies": { - "tailwindcss": "^3.3.2" + "tailwindcss": "^3.4.9" } }, "node_modules/@alloc/quick-lru": {