Which technology is used on this website?

Hi,

Home ~ InfoBeans

I want to know technology framework using which we can achieve that kind of look and feel

Thanks

Go through

https://iosscripts.com/

its jQuery Plugins

1 Like

There are multiple layers of image which give feeling of 3Ds . So is that also achieved using iosscipts plugin?

Using: CMS detection

What CMS Is This?

it seems like the CMS is Wordpress (although other detectors don't see that)

Using:

WordPress Theme Detector - Free online tool to find a site

it says that the theme is probably bespoke but it detects some plugins in use.

Hope that helps.

1 Like

?

You don't really need an app to tell you the CMS (for this site, anyway).

If you look at the HTML source code, you will see it is a Wordpress site, for exampleL

<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/libs/jquery.cookie.min.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/plugins.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/libs/jquery.parallax.min.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/hero.js"></script>
<script src="http://www.infobeans.com/wp-content/themes/infobeans/js/main.js"></script>

"wp-content" is a core install directory for a WP site.

1 Like

OBTW, I looked further into this; and the WP theme appears to be a custom theme written by the website owner (infobeans), because the theme name is also "infobeans" and this does not appear to be a publicly available WP theme (after a quick WP theme search).

1 Like