From 73a65ef886995fe993b3e332c16a42b1e80b0a8e Mon Sep 17 00:00:00 2001 From: SAIFUL ISLAM Date: Wed, 25 Oct 2023 21:37:01 +0600 Subject: [PATCH] JS PRoGRESS --- assets/js/mian.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/js/mian.js b/assets/js/mian.js index 41caa99..df89acb 100644 --- a/assets/js/mian.js +++ b/assets/js/mian.js @@ -188,30 +188,35 @@ height:8, borderRadius:'var(--radius-two)' }); + $('.bar-2').rProgressbar({ percentage: 80, fillBackgroundColor: 'var(--main-color-two)', height:8, borderRadius:'var(--radius-two)' }); + $('.bar-3').rProgressbar({ percentage: 60, fillBackgroundColor: 'var(--main-color-three)', height:8, borderRadius:'var(--radius-two)' }); + $('.bar-4').rProgressbar({ percentage: 45, fillBackgroundColor: 'var(--main-color-four)', height:8, borderRadius:'var(--radius-two)' }); + $('.bar-5').rProgressbar({ percentage: 20, fillBackgroundColor: 'var(--main-color-five)', height:8, borderRadius:'var(--radius-two)' }); + $('.bar-6').rProgressbar({ percentage: 20, fillBackgroundColor: 'var(--main-color-two)',