Added Shop page
This commit is contained in:
+15
-2
@@ -5,6 +5,19 @@ import Layout from '../layouts/Layout.astro';
|
||||
<Layout title="Shop | UP IECEP">
|
||||
<section class="shop-section">
|
||||
<h1>Shop</h1>
|
||||
<strong>Coming soon</strong>
|
||||
<p>Check out our latest merchandise and updates directly from our page!</p>
|
||||
|
||||
<div class="fb-embed-container">
|
||||
<iframe
|
||||
src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61579906016704&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId"
|
||||
width="340"
|
||||
height="500"
|
||||
style="border:none;overflow:hidden"
|
||||
scrolling="no"
|
||||
frameborder="0"
|
||||
allowfullscreen="true"
|
||||
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share">
|
||||
</iframe>
|
||||
</div>
|
||||
</section>
|
||||
</Layout>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user