Skip to content

Harshal39/Significo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Significo Site

Objective:-To showcase the front-end-development skills.

Skills Used:-HTML, Tailwind CSS and JavaScript

Tailwind CSS

Tailwind CSS is the upgrade of CSS in which we don’t have to leave the file for styling purpose.

GSAP

It is a library of JavaScript used for animating the website just as Vanilla JS adds functionality to website via DOM Manipulation. GSAP add animation to the website.

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity_no="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

Locomotive

It is used for smooth scrolling of the website.

npm install locomotive-scroll
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.min.js"></script>

Scroll-Trigger

It is used for scrolling animation in the website.

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" integrity_no="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>