From 0aa29ffaf3fab14b971fe2a776526c23c7e2b311 Mon Sep 17 00:00:00 2001 From: Ben <52448020+BenjaminToby@users.noreply.github.com> Date: Sat, 9 Mar 2024 02:50:40 +0000 Subject: [PATCH] Update portfolio, remove Lenis Scroll --- components/portfolioEntries.json | 17 +++++++++++------ public/scripts/main.js | 20 ++++++++++---------- push.sh | 0 3 files changed, 21 insertions(+), 16 deletions(-) mode change 100644 => 100755 push.sh diff --git a/components/portfolioEntries.json b/components/portfolioEntries.json index 1482c4f..ab0cf10 100644 --- a/components/portfolioEntries.json +++ b/components/portfolioEntries.json @@ -1,4 +1,10 @@ [ + { + "title": "Datasquirel", + "description": "Datasquirel is a fast and efficient cloud-based SQL data management system", + "url": "https://datasquirel.com", + "image": "/images/datasquirel-img.jpg" + }, { "title": "Showme Rebates", "description": "Showmerebates curates agents' rebates/cashback on properties in Utah, Texas, Florida, and Kansas states", @@ -10,12 +16,11 @@ "description": "Summit Lending is a mortgage broker offering competitive rates for home loans of all sorts", "url": "https://summitlending.com", "image": "/images/summit-lending.jpg" - }, - { - "title": "Datasquirel", - "description": "Datasquirel is a fast and efficient cloud-based SQL data management system", - "url": "https://datasquirel.com", - "image": "/images/datasquirel-img.jpg" + }, { + "title": "Coderank", + "description": "The New era of Talent acquisition and Remote work.", + "url": "https://coderank.net/", + "image": "https://static.datasquirel.com/images/user-images/user-2/tben-me/portfolio/screenshot-coderank.png" }, { "title": "Base Wears", diff --git a/public/scripts/main.js b/public/scripts/main.js index 52c9034..83596e7 100644 --- a/public/scripts/main.js +++ b/public/scripts/main.js @@ -1,17 +1,17 @@ -console.log("main js"); +// console.log("main js"); -const lenis = new Lenis(); +// const lenis = new Lenis(); -lenis.on("scroll", (e) => { - // console.log(e); -}); +// lenis.on("scroll", (e) => { +// // console.log(e); +// }); -function raf(time) { - lenis.raf(time); - requestAnimationFrame(raf); -} +// function raf(time) { +// lenis.raf(time); +// requestAnimationFrame(raf); +// } -requestAnimationFrame(raf); +// requestAnimationFrame(raf); /** * GSAP globals diff --git a/push.sh b/push.sh old mode 100644 new mode 100755