mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
reorganize UI so with header, footer and left side navbar
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
||||||
import Fa from 'svelte-fa';
|
import Fa from 'svelte-fa';
|
||||||
import { faWandMagic, faInfoCircle } from '@fortawesome/free-solid-svg-icons'
|
import { faWandMagic, faPlusCircle, faInfoCircle } from '@fortawesome/free-solid-svg-icons'
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -15,6 +15,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
<div id="add-component" class="w-full p-6 bg-white text-black flex space-between">
|
||||||
|
<Fa icon={faPlusCircle} style="transform: scale(2);"/>
|
||||||
|
</div>
|
||||||
<footer class="w-full p-6 bg-black text-white flex space-between">
|
<footer class="w-full p-6 bg-black text-white flex space-between">
|
||||||
<p class="logo-title text-center">PyScript</p>
|
<p class="logo-title text-center">PyScript</p>
|
||||||
<p class="w-full ml-6 text-center sm:text-left">Copyright © 2019</p>
|
<p class="w-full ml-6 text-center sm:text-left">Copyright © 2019</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user