Skip to content

Commit

Permalink
troubleshooting gh pages webcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
wbraden committed Aug 8, 2024
1 parent fadf484 commit 000f961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ <h1>Good morning, Amanda</h1>

</section>
<div class="spacehelper"></div>
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@^2/webcomponents-bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="Components/browseTile.js"></script>
<script src="Components/productCard.js"></script>
Expand Down
5 changes: 3 additions & 2 deletions retailer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<custom-navbar
logo-src="https://object-storage.shipt.com/web/assets/headerLogo-new.svg?fio=true&auto=webp&format=pjpg&quality=75%2C75&width=256"
logo-src="https://object-storage.shipt.com/webassets/headerLogo-new.svg?fio=true&auto=webp&format=pjpg&quality=75%2C75&width=256"
logo-alt="Shipt"
location="201 3rd St 94132"
store-logo-src="https://object-storage.shipt.com/stores/27-061819185725_4aa474376b672e5e20d95db190d54ca5.png?fio=true&auto=webp&format=pjpg&quality=75%2C75&width=64"
Expand All @@ -16,7 +16,7 @@
cart-count="21"
></custom-navbar>
<div class="retail-banner">
<img src="/assets/target-banner.png" alt="Retail Banner" class="parallax-image">
<img src="assets/target-banner.png" alt="Retail Banner" class="parallax-image">
</div>

<!-- Include other sections as needed -->
Expand Down Expand Up @@ -404,6 +404,7 @@
</section>

<div class="spacehelper"></div>
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@^2/webcomponents-bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="Components/browseTile.js"></script>
<script src="Components/productCard.js"></script>
Expand Down

0 comments on commit 000f961

Please sign in to comment.