quarkuslab / honey-museum

2 stars 1 forks source link

Basic Home Page Layout Creation #4

Closed adheeb2 closed 2 months ago

cloudflare-workers-and-pages[bot] commented 2 months ago

Deploying honey-museum with  Cloudflare Pages  Cloudflare Pages

Latest commit: 11b5212
Status: ✅  Deploy successful!
Preview URL: https://ffc31203.honey-museum.pages.dev
Branch Preview URL: https://feature-home-page.honey-museum.pages.dev

View logs

ihsanhere commented 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>
adheeb2 commented 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>

have done this type, still does not work

ihsanhere commented 2 months ago

Updated main branch with necessary assets Complete needed changes to close this pull request

adheeb2 commented 2 months ago

ok noted

adheeb2 commented 2 months ago

still having problems with the slideshow

adheeb2 commented 2 months ago

Needed Changes

  1. Change header to default style

    remove fixed header style keep the header in only the initial yellow section of home page (same as before)

  2. Update instagram image

  3. Create reusable Product Component

ALL DONE

ihsanvp commented 2 months ago

Merging this request for addressing new issues