|
27 | 27 | <img src="https://raw.githubusercontent.com/TheCodeRaccoons/Imagery/16a395115ab598a94a7d1ab93f182218d8bbb751/wt-logo.svg" alt="WebTricks Logo" height="140" /> |
28 | 28 | </a> |
29 | 29 | <h5 align="center"> |
30 | | - WebTricks aims to create easy to implement, reusable functionalities for the web. As it's name implies, the main platform this project targets is <a href="https://webflow.com/">Webflow</a>, but the majority of the scripts are made with general web development in mind. Meaning that most of this scripts should work without an issue on any website unless it is a CMS functionality or a Webflow specific script. |
| 30 | + WebTricks aims to create easy-to-implement, reusable functionalities for the web. The main platform this project was built for at the beginning was <a href="https://webflow.com/">Webflow</a>, but most of the scripts are made to work on any web development project. Meaning that most of the scripts should work without an issue on any website unless it is a CMS ONLY functionality or a Webflow-Specific script. |
31 | 31 | </h5> |
32 | 32 | <p align="center"> |
33 | 33 | <a target="_blank" href="https://github.com/TheCodeRaccoons/WebTricks/issues/new/choose">Request a functionality</a> |
34 | 34 | · |
35 | 35 | <a href="#contribute">Contribute</a> |
| 36 | + · |
| 37 | + <a href="https://www.thecoderaccoons.com/webtricks">See the documentation</a> |
36 | 38 | </p> |
37 | 39 | </div> |
38 | 40 |
|
@@ -68,15 +70,15 @@ All of the documentation is explained by functionality in <a href="https://theco |
68 | 70 | Direct Import via jsDelivr: Webtricks is hosted on jsDelivr, making it simple to include in your project. You can import individual functionalities directly into your HTML file. For example: |
69 | 71 |
|
70 | 72 | ``` |
71 | | -<script src="https://cdn.jsdelivr.net/gh/your-username/webtricks@latest/dist/Functional/CountUp.min.js"></script> |
| 73 | +<script src="https://cdn.jsdelivr.net/gh/TheCodeRaccoons/WebTricks@1/Dist/Functional/ReadTime.min.js"></script> |
72 | 74 | ``` |
73 | 75 | Replace CountUp.min.js with the specific script you want to include. |
74 | 76 |
|
75 | 77 | Multiple Scripts: Add as many scripts as you need to your project by referencing their respective paths. Example: |
76 | 78 |
|
77 | 79 | ``` |
78 | | -<script src="https://cdn.jsdelivr.net/gh/your-username/webtricks@latest/dist/Functional/CMSFilter.min.js"></script> |
79 | | -<script src="https://cdn.jsdelivr.net/gh/your-username/webtricks@latest/dist/Functional/FormCheck.min.js"></script> |
| 80 | +<script src="https://cdn.jsdelivr.net/gh/TheCodeRaccoons/webtricks@1/dist/Functional/CMSFilter.min.js"></script> |
| 81 | +<script src="https://cdn.jsdelivr.net/gh/TheCodeRaccoons/webtricks@1/dist/Functional/FormCheck.min.js"></script> |
80 | 82 | ``` |
81 | 83 | Ready to Use: Once imported, the scripts initialize automatically, provided the correct HTML attributes are in place. |
82 | 84 |
|
|
0 commit comments