clarification
This commit is contained in:
parent
ef6ea621e9
commit
a3061d1d59
2 changed files with 2 additions and 2 deletions
2
dist/policy/index.html
vendored
2
dist/policy/index.html
vendored
|
@ -60,7 +60,7 @@
|
||||||
I use <strong><a href="https://bulma.io/"><u>Bulma</u></a></strong> Which doesn't require JS in the frontend,
|
I use <strong><a href="https://bulma.io/"><u>Bulma</u></a></strong> Which doesn't require JS in the frontend,
|
||||||
I've used a little JS for the mobile version,
|
I've used a little JS for the mobile version,
|
||||||
specifically the menu burger opening and closing).
|
specifically the menu burger opening and closing).
|
||||||
I do however use <strong><a href="https://astro.build"><u>Astro</u></a></strong> in the backend for server-side rendering,
|
I do however use <strong><a href="https://astro.build"><u>Astro</u></a></strong> in the backend for server-side rendering (on the <a href="staging.limepot.xyz">Staging Site</a>),
|
||||||
i mostly use this as a boilerplate solution, as i got tired of entering the same copy-paste fields over and over again.
|
i mostly use this as a boilerplate solution, as i got tired of entering the same copy-paste fields over and over again.
|
||||||
but this site will function if you turn JS off.</p>
|
but this site will function if you turn JS off.</p>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -13,7 +13,7 @@ import Card from '../components/Card.astro';
|
||||||
I use <strong><a href="https://bulma.io/"><u>Bulma</u></a></strong> Which doesn't require JS in the frontend,
|
I use <strong><a href="https://bulma.io/"><u>Bulma</u></a></strong> Which doesn't require JS in the frontend,
|
||||||
I've used a little JS for the mobile version,
|
I've used a little JS for the mobile version,
|
||||||
specifically the menu burger opening and closing).
|
specifically the menu burger opening and closing).
|
||||||
I do however use <strong><a href="https://astro.build"><u>Astro</u></a></strong> in the backend for server-side rendering,
|
I do however use <strong><a href="https://astro.build"><u>Astro</u></a></strong> in the backend for server-side rendering (on the <a href="staging.limepot.xyz">Staging Site</a>),
|
||||||
i mostly use this as a boilerplate solution, as i got tired of entering the same copy-paste fields over and over again.
|
i mostly use this as a boilerplate solution, as i got tired of entering the same copy-paste fields over and over again.
|
||||||
but this site will function if you turn JS off.</p>
|
but this site will function if you turn JS off.</p>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue