From a0ca288aee91c465b9f614d233cee50d4466b217 Mon Sep 17 00:00:00 2001 From: kajgrant Date: Mon, 29 Jan 2024 00:32:12 -0800 Subject: [PATCH] temporarily remove rst from project list --- src/data/projects.js | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/data/projects.js b/src/data/projects.js index fe23086..9d59b87 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -71,20 +71,21 @@ const data = [ ], skills: ['Python', 'APIs'], }, - { - title: 'RedditSalesTracker', - image: '/images/content/reddit.svg', - role: 'Personal interest project', - duration: 'Jan 2023 - Present', - link: 'https://github.com/kajgrant/transittracker', - description: [ - 'Personal interest project to explore interactions with the Reddit API platform', - 'Retrieves post statistics and data from over 1000 distinct sales-specific subreddits', - 'Features optional arguments to control notification sounds, watch list, and frequency of query', - 'Enhances the capacity to capitalize on time-sensitive sales opportunities with a real-time notification system', - ], - skills: ['Python', 'APIs'], - }, + // }, + // { + // title: 'RedditSalesTracker', + // image: '/images/content/reddit.svg', + // role: 'Personal interest project', + // duration: 'Jan 2023 - Present', + // link: 'https://github.com/kajgrant/transittracker', + // description: [ + // 'Personal interest project to explore interactions with the Reddit API platform', + // 'Retrieves post statistics and data from over 1000 distinct sales-specific subreddits', + // 'Features optional arguments to control notification sounds, watch list, and frequency of query', + // 'Enhances the capacity to capitalize on time-sensitive sales opportunities with a real-time notification system', + // ], + // skills: ['Python', 'APIs'], + // }, ]; export default data;