logo-favicon updates

This commit is contained in:
Anthony Wilbourne 2024-02-09 12:45:22 +00:00
parent 0827f56867
commit a24ee54603
6 changed files with 35 additions and 9 deletions

BIN
img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/tiflex-favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
img/tiflex-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -6,7 +6,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Material Design for Bootstrap</title>
<!-- MDB icon -->
<link rel="icon" href="img/mdb-favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/tiflex-favicon.ico" type="image/x-icon" />
<!-- Font Awesome -->
<link
rel="stylesheet"
@ -27,18 +27,19 @@
<div class="text-center">
<img
class="mb-4"
src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png"
style="width: 250px; height: 90px"
src="img/tiflex-logo.png"
style="width: 250px; height: auto"
/>
<h5 class="mb-3">Thank you for using our product. We're glad you're with us.</h5>
<p class="mb-3">MDB Team</p>
<h5 class="mb-3">Thank you for using the Tiflex website</h5>
<p class="mb-3">Tiflex Team</p>
<a
class="btn btn-primary btn-lg"
class="btn btn-outline-secondary btn-lg active"
data-mdb-ripple-init
data-mdb-ripple-color="dark"
href="https://mdbootstrap.com/docs/standard/getting-started/"
target="_blank"
role="button"
>Start MDB tutorial</a
>Discover Tiflex</a
>
</div>
</div>
@ -49,5 +50,6 @@
<script type="text/javascript" src="js/mdb.umd.min.js"></script>
<!-- Custom scripts -->
<script type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
</body>
</html>

21
package-lock.json generated Normal file
View File

@ -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=="
}
}
}

View File

@ -7,5 +7,8 @@
"homepage": "https://mdbootstrap.com/docs/standard/",
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",
"author": "MDBootstrap",
"license": "MIT"
}
"license": "MIT",
"dependencies": {
"gsap": "^3.12.5"
}
}