mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-30 18:03:11 +03:00
logo-favicon updates
This commit is contained in:
parent
0827f56867
commit
a24ee54603
BIN
img/favicon.ico
Normal file
BIN
img/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
img/tiflex-favicon.ico
Normal file
BIN
img/tiflex-favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
img/tiflex-logo.png
Normal file
BIN
img/tiflex-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.9 KiB |
16
index.html
16
index.html
|
@ -6,7 +6,7 @@
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
<title>Material Design for Bootstrap</title>
|
<title>Material Design for Bootstrap</title>
|
||||||
<!-- MDB icon -->
|
<!-- 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 -->
|
<!-- Font Awesome -->
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
@ -27,18 +27,19 @@
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<img
|
<img
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
src="https://mdbootstrap.com/img/logo/mdb-transparent-250px.png"
|
src="img/tiflex-logo.png"
|
||||||
style="width: 250px; height: 90px"
|
style="width: 250px; height: auto"
|
||||||
/>
|
/>
|
||||||
<h5 class="mb-3">Thank you for using our product. We're glad you're with us.</h5>
|
<h5 class="mb-3">Thank you for using the Tiflex website</h5>
|
||||||
<p class="mb-3">MDB Team</p>
|
<p class="mb-3">Tiflex Team</p>
|
||||||
<a
|
<a
|
||||||
class="btn btn-primary btn-lg"
|
class="btn btn-outline-secondary btn-lg active"
|
||||||
data-mdb-ripple-init
|
data-mdb-ripple-init
|
||||||
|
data-mdb-ripple-color="dark"
|
||||||
href="https://mdbootstrap.com/docs/standard/getting-started/"
|
href="https://mdbootstrap.com/docs/standard/getting-started/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
role="button"
|
role="button"
|
||||||
>Start MDB tutorial</a
|
>Discover Tiflex</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -49,5 +50,6 @@
|
||||||
<script type="text/javascript" src="js/mdb.umd.min.js"></script>
|
<script type="text/javascript" src="js/mdb.umd.min.js"></script>
|
||||||
<!-- Custom scripts -->
|
<!-- Custom scripts -->
|
||||||
<script type="text/javascript"></script>
|
<script type="text/javascript"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
21
package-lock.json
generated
Normal file
21
package-lock.json
generated
Normal 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=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -7,5 +7,8 @@
|
||||||
"homepage": "https://mdbootstrap.com/docs/standard/",
|
"homepage": "https://mdbootstrap.com/docs/standard/",
|
||||||
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",
|
"repository": "https://github.com/mdbootstrap/mdb-ui-kit.git",
|
||||||
"author": "MDBootstrap",
|
"author": "MDBootstrap",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
}
|
"dependencies": {
|
||||||
|
"gsap": "^3.12.5"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user