Created
December 30, 2022 20:32
-
-
Save Nav-Appaiya/5725835eb328f2aa20a31fffb9c6512b to your computer and use it in GitHub Desktop.
Load the slick.js library over CDN (scripts in the footer, styles in the header)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--------------------CSS------------------------------------------------------------------------------------------> | |
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css"> | |
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.css"> | |
<!---------------------------------------------------------------------------------------------------------------- > | |
<!--------------------jQuery-----------------------------------------------------------> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | |
<!-------------------------------------------------------------------------------------> | |
<!-------------------JS----------------------------------------------------------------> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script> | |
<!-------------------------------------------------------------------------------------> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment