mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 03:29:35 +05:30
(refactor): updated projects table
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 53 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 49 KiB |
BIN
htdocs/assets/images/projects/pytubepp_extension.jpg
Normal file
BIN
htdocs/assets/images/projects/pytubepp_extension.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
BIN
htdocs/assets/images/projects/pytubepp_helper.jpg
Normal file
BIN
htdocs/assets/images/projects/pytubepp_helper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
@@ -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),
|
(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),
|
(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),
|
(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);
|
||||||
|
|
||||||
-- --------------------------------------------------------
|
-- --------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
12
package-lock.json
generated
12
package-lock.json
generated
@@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "neosubhamoy",
|
"name": "neosubhamoy-portfolio",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "neosubhamoy",
|
"name": "neosubhamoy-portfolio",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tailwindcss": "^3.3.2"
|
"tailwindcss": "^3.4.9"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@alloc/quick-lru": {
|
"node_modules/@alloc/quick-lru": {
|
||||||
|
|||||||
Reference in New Issue
Block a user