Skip to content

Commit

Permalink
three section landing (fix bug carousel)
Browse files Browse the repository at this point in the history
  • Loading branch information
Дмитрий Макаров committed Sep 6, 2023
1 parent 51e56e2 commit 2b07591
Show file tree
Hide file tree
Showing 11 changed files with 1,268 additions and 23 deletions.
2 changes: 2 additions & 0 deletions dist/309.main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions dist/309.main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* chartjs-plugin-datalabels v2.2.0
* https://chartjs-plugin-datalabels.netlify.app
* (c) 2017-2022 chartjs-plugin-datalabels contributors
* Released under the MIT license
*/
2 changes: 2 additions & 0 deletions dist/697.main.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/697.main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*!
* @kurkle/color v0.2.1
* https://github.com/kurkle/color#readme
* (c) 2022 Jukka Kurkela
* Released under the MIT License
*/

/*!
* Chart.js v3.9.1
* https://www.chartjs.org
* (c) 2022 Chart.js Contributors
* Released under the MIT License
*/
2 changes: 2 additions & 0 deletions dist/main.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/main.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* perfect-scrollbar v1.5.3
* Copyright 2021 Hyunje Jun, MDBootstrap and Contributors
* Licensed under MIT
*/
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,10 @@
</div>


<script type="text/javascript" src="node_modules/tw-elements/dist/js/tw-elements.umd.min.js"></script>
<!-- <script type="text/javascript" src="node_modules/tw-elements/dist/js/tw-elements.umd.min.js"></script>
<script type="module" src="index.js"></script>
<script src="scen.js"></script>
<script src="scen.js"></script> -->
<script src="dist/main.js"></script>
</body>

</html>
12 changes: 5 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// import {
// Carousel,
// initTE,
// } from "tw-elements";
import {
Carousel,
initTE,
} from "tw-elements";

// initTE({ Carousel });

// import "tw-elements";
initTE({ Carousel });
Loading

0 comments on commit 2b07591

Please sign in to comment.