Closed adheeb2 closed 2 months ago
use swiper for slider try again with this code as reference
---
import 'swiper/css';
---
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">Slide 1</div>
<div class="swiper-slide">Slide 2</div>
<div class="swiper-slide">Slide 3</div>
</div>
</div>
<script>
import Swiper from 'swiper';
const swiper = new Swiper('.swiper', {});
</script>
use swiper for slider try again with this code as reference
--- import 'swiper/css'; --- <div class="swiper"> <div class="swiper-wrapper"> <div class="swiper-slide">Slide 1</div> <div class="swiper-slide">Slide 2</div> <div class="swiper-slide">Slide 3</div> </div> </div> <script> import Swiper from 'swiper'; const swiper = new Swiper('.swiper', {}); </script>
have done this type, still does not work
Updated main
branch with necessary assets
Complete needed changes to close this pull request
ok noted
still having problems with the slideshow
Needed Changes
Change
header
to default styleremove fixed header style keep the header in only the initial yellow section of home page (same as before)
Update instagram image
- get the image by merging from main branch
- set the instagram image to open in instagram
- reference: open instagram from link
- reference: making image into link
Create reusable Product Component
- create a reusable product component in
src/components/Product.astro
- reference: Astro components
ALL DONE
Merging this request for addressing new issues
Deploying honey-museum with Cloudflare Pages
11b5212
View logs