update websites info
This commit is contained in:
@@ -391,6 +391,13 @@ a:hover {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sf-footer__start {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: var(--sf-space-4);
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.sf-theme-switcher {
|
.sf-theme-switcher {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
<footer class='sf-footer{{#if stacked}} sf-footer--stacked{{/if}}'>
|
<footer class='sf-footer{{#if stacked}} sf-footer--stacked{{/if}}'>
|
||||||
<div class='sf-footer__row'>
|
<div class='sf-footer__row'>
|
||||||
{{#if simplexLink}}
|
<div class='sf-footer__start'>
|
||||||
<a href='{{simplexLink}}' target='_blank' rel='noopener noreferrer'>Contact via Simplex</a>
|
{{#if simplexLink}}
|
||||||
{{/if}}
|
<a href='{{simplexLink}}' target='_blank' rel='noopener noreferrer'>Contact via Simplex</a>
|
||||||
|
{{/if}}
|
||||||
|
<a href='https://nullcart.net/' target='_blank' rel='noopener noreferrer'>Powered by NullCart</a>
|
||||||
|
</div>
|
||||||
{{> theme-switcher}}
|
{{> theme-switcher}}
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@@ -20,12 +20,10 @@ docker compose version
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /root
|
cd /root
|
||||||
git clone https://github.com/<org>/nullcart.git nullcart
|
git clone https://git.nobswebdev.com/nobswebdev/nullcart.git nullcart
|
||||||
cd nullcart
|
cd nullcart
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `<org>/nullcart` with your actual repository URL once published.
|
|
||||||
|
|
||||||
## 4. Configure environment
|
## 4. Configure environment
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user