alonegamer's avatar

need some help

hello all, i need to copy some elements from a website. it has accordion but it also has a card inside the accordion. i tried looking in yt and all websites but i am not able to make a card like that. so if anyone can help me make the exact same thing it would be appreciated. it is in node js or in bootstrap or whatever i am not able to figure it out. and i know one thing that is for sure is that it is using admin kit pro theme. the website is vediscriptures. i need the exact same thing. which you can find in the rigveda page. i am not sharing the link because i don't know if we are allowed to share the link or not. unable to attach screenshot also.

0 likes
5 replies
Braunson's avatar

I don't think anyone here will help you 1:1 clone another website however if you are interested in understanding how some frontend components work, take a look at the source code. Generally nowadays there's four "aspects" of a frontend component:

  1. HTML structure
  2. CSS Styling
  3. Javascript
  4. Backend logic (could be any language)

If it's an accordian it could be pure CSS or a mix of CSS/HTML/JS. As you have mentioned, it's using the AdminKit Pro. Have you checked the free/non-pro version for this accordion or card your looking for? Is there a demo? Take a look at the GitHub/source to see how they are implementing it.

alonegamer's avatar

@Braunson yes i did that. i almost did it. now the way i wanted but it is okay for the moment.

Please or to participate in this conversation.