Update portfolio, remove Lenis Scroll
This commit is contained in:
parent
df3d3a5ea2
commit
0aa29ffaf3
@ -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",
|
"title": "Showme Rebates",
|
||||||
"description": "Showmerebates curates agents' rebates/cashback on properties in Utah, Texas, Florida, and Kansas states",
|
"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",
|
"description": "Summit Lending is a mortgage broker offering competitive rates for home loans of all sorts",
|
||||||
"url": "https://summitlending.com",
|
"url": "https://summitlending.com",
|
||||||
"image": "/images/summit-lending.jpg"
|
"image": "/images/summit-lending.jpg"
|
||||||
},
|
}, {
|
||||||
{
|
"title": "Coderank",
|
||||||
"title": "Datasquirel",
|
"description": "The New era of Talent acquisition and Remote work.",
|
||||||
"description": "Datasquirel is a fast and efficient cloud-based SQL data management system",
|
"url": "https://coderank.net/",
|
||||||
"url": "https://datasquirel.com",
|
"image": "https://static.datasquirel.com/images/user-images/user-2/tben-me/portfolio/screenshot-coderank.png"
|
||||||
"image": "/images/datasquirel-img.jpg"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Base Wears",
|
"title": "Base Wears",
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
console.log("main js");
|
// console.log("main js");
|
||||||
|
|
||||||
const lenis = new Lenis();
|
// const lenis = new Lenis();
|
||||||
|
|
||||||
lenis.on("scroll", (e) => {
|
// lenis.on("scroll", (e) => {
|
||||||
// console.log(e);
|
// // console.log(e);
|
||||||
});
|
// });
|
||||||
|
|
||||||
function raf(time) {
|
// function raf(time) {
|
||||||
lenis.raf(time);
|
// lenis.raf(time);
|
||||||
requestAnimationFrame(raf);
|
// requestAnimationFrame(raf);
|
||||||
}
|
// }
|
||||||
|
|
||||||
requestAnimationFrame(raf);
|
// requestAnimationFrame(raf);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GSAP globals
|
* GSAP globals
|
||||||
|
Loading…
Reference in New Issue
Block a user