diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 00000000..cd0e7d04 Binary files /dev/null and b/img/favicon.ico differ diff --git a/img/tiflex-favicon.ico b/img/tiflex-favicon.ico new file mode 100644 index 00000000..cd0e7d04 Binary files /dev/null and b/img/tiflex-favicon.ico differ diff --git a/img/tiflex-logo.png b/img/tiflex-logo.png new file mode 100644 index 00000000..fd26b8ed Binary files /dev/null and b/img/tiflex-logo.png differ diff --git a/index.html b/index.html index 27c7eb1e..875013b7 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Material Design for Bootstrap - + -
Thank you for using our product. We're glad you're with us.
-

MDB Team

+
Thank you for using the Tiflex website
+

Tiflex Team

Start MDB tutorialDiscover Tiflex @@ -49,5 +50,6 @@ + diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..bc73effd --- /dev/null +++ b/package-lock.json @@ -0,0 +1,21 @@ +{ + "name": "mdb-ui-kit", + "version": "7.1.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "mdb-ui-kit", + "version": "7.1.0", + "license": "MIT", + "dependencies": { + "gsap": "^3.12.5" + } + }, + "node_modules/gsap": { + "version": "3.12.5", + "resolved": "https://registry.npmjs.org/gsap/-/gsap-3.12.5.tgz", + "integrity": "sha512-srBfnk4n+Oe/ZnMIOXt3gT605BX9x5+rh/prT2F1SsNJsU1XuMiP0E2aptW481OnonOGACZWBqseH5Z7csHxhQ==" + } + } +} diff --git a/package.json b/package.json index 6e11a9df..2e16125e 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ "homepage": "https://mdbootstrap.com/docs/standard/", "repository": "https://github.com/mdbootstrap/mdb-ui-kit.git", "author": "MDBootstrap", - "license": "MIT" -} \ No newline at end of file + "license": "MIT", + "dependencies": { + "gsap": "^3.12.5" + } +}