mirror of
https://github.com/PotentiaRobotics/potentia-website.git
synced 2025-04-09 14:50:16 -04:00
footer
This commit is contained in:
parent
781801156b
commit
7aab8dae81
5
src/components/Footer.astro
Normal file
5
src/components/Footer.astro
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
import logo from '../images/logo.png';
|
||||
---
|
||||
|
||||
<footer class="bg-indigo-900 h-32 "></div>
|
Binary file not shown.
|
@ -4,6 +4,7 @@ import Layout from '../layouts/Layout.astro';
|
|||
|
||||
// Components
|
||||
import Nav from '../components/Nav.astro';
|
||||
import Footer from '../components/Footer.astro';
|
||||
//Image import
|
||||
import mountain from '../images/mountain.jpg';
|
||||
---
|
||||
|
@ -18,10 +19,11 @@ import mountain from '../images/mountain.jpg';
|
|||
<Nav></Nav>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="h-96 bg-slate-500"></div>
|
||||
<div class="h-96 bg-slate-500"></div>
|
||||
|
||||
|
||||
|
||||
|
||||
<Footer></Footer>
|
||||
</Layout>
|
Loading…
Reference in New Issue
Block a user