Update portfolio, remove Lenis Scroll

This commit is contained in:
Ben 2024-03-09 02:50:40 +00:00
parent df3d3a5ea2
commit 0aa29ffaf3
3 changed files with 21 additions and 16 deletions

View File

@ -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",

View File

@ -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

0
push.sh Normal file → Executable file
View File