diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cf505a..74c09e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: mysql -h ${{ secrets.DB_HOST }} --port 3306 -u${{ secrets.DB_USERNAME }} -p${{ secrets.DB_PASSWORD }} -D${{ secrets.DB_NAME }} -e "source schema/cleanup.sql" mysql -h ${{ secrets.DB_HOST }} --port 3306 -u${{ secrets.DB_USERNAME }} -p${{ secrets.DB_PASSWORD }} -D${{ secrets.DB_NAME }} -e "source schema/neosubhamoy.sql" - - name: 📂 Sync files + - name: 📂 Sync Files uses: SamKirkland/FTP-Deploy-Action@v4.3.6 with: server: ${{ secrets.FTP_SERVER }} diff --git a/schema/neosubhamoy.sql b/schema/neosubhamoy.sql index c93f526..d802a75 100644 --- a/schema/neosubhamoy.sql +++ b/schema/neosubhamoy.sql @@ -111,9 +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', '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); +(14, 'PytubePP', 'YT Video Downloader CLI', '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 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), +(16, 'NeoDLP', 'Video/Audio Downloader Desktop App', 'Cross-platform Video/Audio Downloader Desktop App with Modern UI and Browser Integration', 'https://github.com/neosubhamoy/neodlp', 2025, './assets/images/projects/neodlp.jpg', NULL, 'crossplatform', 'tauri,rust,react,typescript,shadcn', 'active', 1, 1, 'neosubhamoy/neodlp', NULL); -- -------------------------------------------------------- diff --git a/src/assets/images/projects/neodlp.jpg b/src/assets/images/projects/neodlp.jpg new file mode 100644 index 0000000..a2b87c9 Binary files /dev/null and b/src/assets/images/projects/neodlp.jpg differ diff --git a/src/assets/images/projects/pytubepp_helper.jpg b/src/assets/images/projects/pytubepp_helper.jpg deleted file mode 100644 index 94e06c7..0000000 Binary files a/src/assets/images/projects/pytubepp_helper.jpg and /dev/null differ diff --git a/src/pages/projects.php b/src/pages/projects.php index b88c566..d65f1da 100644 --- a/src/pages/projects.php +++ b/src/pages/projects.php @@ -47,7 +47,7 @@ $years = create_project_years_array($conn);
-

Projects Timeline by Year

+

Yearly Projects Timeline