Remove redudant home button
This commit is contained in:
parent
9d451544b3
commit
ca06bdd2f3
6 changed files with 0 additions and 68 deletions
|
@ -91,10 +91,6 @@
|
||||||
|
|
||||||
<div class="navbar-menu" id="navMenu">
|
<div class="navbar-menu" id="navMenu">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a class="navbar-item" href="https://limepot.xyz/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="https://limepot.xyz/about">
|
<a class="navbar-item" href="https://limepot.xyz/about">
|
||||||
About
|
About
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -24,10 +24,6 @@
|
||||||
|
|
||||||
<div id="navbarBasicExample" class="navbar-menu">
|
<div id="navbarBasicExample" class="navbar-menu">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a class="navbar-item" href="https://limepot.xyz/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="https://limepot.xyz/about">
|
<a class="navbar-item" href="https://limepot.xyz/about">
|
||||||
About
|
About
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -22,9 +22,6 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-menu" id="navMenu">
|
<div class="navbar-menu" id="navMenu">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a class="navbar-item" href="https://limepot.xyz/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
<a class="navbar-item" href="https://limepot.xyz/about">
|
<a class="navbar-item" href="https://limepot.xyz/about">
|
||||||
About
|
About
|
||||||
</a>
|
</a>
|
||||||
|
|
46
package-lock.json
generated
46
package-lock.json
generated
|
@ -1,46 +0,0 @@
|
||||||
{
|
|
||||||
"name": "limepot.xyz",
|
|
||||||
"lockfileVersion": 2,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {
|
|
||||||
"": {
|
|
||||||
"dependencies": {
|
|
||||||
"bulma": "^0.9.4",
|
|
||||||
"bulma-start": "^0.0.5",
|
|
||||||
"bulma-toast": "^2.4.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/bulma": {
|
|
||||||
"version": "0.9.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
|
|
||||||
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
|
|
||||||
},
|
|
||||||
"node_modules/bulma-start": {
|
|
||||||
"version": "0.0.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/bulma-start/-/bulma-start-0.0.5.tgz",
|
|
||||||
"integrity": "sha512-Sl8mdbmxa8eZJmvAfvUqQ1yptGG/kC+VvxixH3oWj1n87rpzFetotcrIs0mldD8t6Cby3Nv+hxA/2pkzDwkaBQ=="
|
|
||||||
},
|
|
||||||
"node_modules/bulma-toast": {
|
|
||||||
"version": "2.4.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/bulma-toast/-/bulma-toast-2.4.2.tgz",
|
|
||||||
"integrity": "sha512-c3ehyeXhhvxevKICP1VKsFtZlQH+H6/S+yYY4TFyLRfkbw3mh71eGazlNc/YEIvXQSbxHpD2f+WDc02xECuV9g=="
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"bulma": {
|
|
||||||
"version": "0.9.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.4.tgz",
|
|
||||||
"integrity": "sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ=="
|
|
||||||
},
|
|
||||||
"bulma-start": {
|
|
||||||
"version": "0.0.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/bulma-start/-/bulma-start-0.0.5.tgz",
|
|
||||||
"integrity": "sha512-Sl8mdbmxa8eZJmvAfvUqQ1yptGG/kC+VvxixH3oWj1n87rpzFetotcrIs0mldD8t6Cby3Nv+hxA/2pkzDwkaBQ=="
|
|
||||||
},
|
|
||||||
"bulma-toast": {
|
|
||||||
"version": "2.4.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/bulma-toast/-/bulma-toast-2.4.2.tgz",
|
|
||||||
"integrity": "sha512-c3ehyeXhhvxevKICP1VKsFtZlQH+H6/S+yYY4TFyLRfkbw3mh71eGazlNc/YEIvXQSbxHpD2f+WDc02xECuV9g=="
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"dependencies": {
|
|
||||||
"bulma": "^0.9.4",
|
|
||||||
"bulma-start": "^0.0.5",
|
|
||||||
"bulma-toast": "^2.4.2"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -24,10 +24,6 @@
|
||||||
|
|
||||||
<div class="navbar-menu" id="navMenu">
|
<div class="navbar-menu" id="navMenu">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a class="navbar-item" href="https://limepot.xyz/">
|
|
||||||
Home
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="navbar-item" href="https://limepot.xyz/about">
|
<a class="navbar-item" href="https://limepot.xyz/about">
|
||||||
About
|
About
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue