diff --git a/images/companies/blinkist.png b/images/companies/blinkist.png new file mode 100644 index 0000000..faaa78c Binary files /dev/null and b/images/companies/blinkist.png differ diff --git a/images/companies/linktree.png b/images/companies/linktree.png new file mode 100644 index 0000000..c97452f Binary files /dev/null and b/images/companies/linktree.png differ diff --git a/images/companies/notion.png b/images/companies/notion.png new file mode 100644 index 0000000..70383b5 Binary files /dev/null and b/images/companies/notion.png differ diff --git a/images/companies/snapchat.png b/images/companies/snapchat.png new file mode 100644 index 0000000..6e4d1a1 Binary files /dev/null and b/images/companies/snapchat.png differ diff --git a/images/companies/udemy.png b/images/companies/udemy.png new file mode 100644 index 0000000..fe46396 Binary files /dev/null and b/images/companies/udemy.png differ diff --git a/images/companies/zoho.png b/images/companies/zoho.png new file mode 100644 index 0000000..27c5a9a Binary files /dev/null and b/images/companies/zoho.png differ diff --git a/index.html b/index.html index 996a718..666a6e5 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,9 @@ What device.type am I using?
{UAParser.js} abstracts away the hassle of User-Agent detection by turning them into a set of simple & meaningful data so you can focus on what really matters.
Now, detecting browser is as simple as UAParser().getBrowser() +
No framework needed. No transpiler required. Just a good ol' ES5 which should be able to run on most modern devices that are capable of executing JavaScript. Just insert the code and you're good to go.
+No framework needed. No transpiler required. Just a good ol' ES3-compatible syntax that is able to run on relatively old browsers while also perform on most modern devices. Just insert the code and you're good to go.
Licensed under MIT license. Copyright (c) 2012-2021 Faisal Salman.
+Licensed under MIT license. Copyright (c) 2012-2023 Faisal Salman.