Skip to content

Commit

Permalink
fixing component linking
Browse files Browse the repository at this point in the history
  • Loading branch information
wbraden committed Aug 14, 2024
1 parent 7b752ce commit c62320f
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 46 deletions.
10 changes: 5 additions & 5 deletions carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@

<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>
<script src="../Components/sectionHeader.js"></script>
<script src="../Components/navbar.js"></script>
<script src="../Components/carousel.js"></script>
<script src="/Components/browseTile.js"></script>
<script src="/Components/productCard.js"></script>
<script src="/Components/sectionHeader.js"></script>
<script src="/Components/navbar.js"></script>
<script src="/Components/carousel.js"></script>
</body>
</html>
10 changes: 5 additions & 5 deletions category.html
Original file line number Diff line number Diff line change
Expand Up @@ -658,11 +658,11 @@

<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>
<script src="../Components/sectionHeader.js"></script>
<script src="../Components/navbar.js"></script>
<script src="../Components/cpgCard.js"></script>
<script src="/Components/browseTile.js"></script>
<script src="/Components/productCard.js"></script>
<script src="/Components/sectionHeader.js"></script>
<script src="/Components/navbar.js"></script>
<script src="/Components/cpgCard.js"></script>

<script>
// browse tiles
Expand Down
10 changes: 5 additions & 5 deletions dataView.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<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>
<script src="../Components/sectionHeader.js"></script>
<script src="../Components/navbar.js"></script>
<script src="../Components/cpgCard.js"></script>
<script src="/Components/browseTile.js"></script>
<script src="/Components/productCard.js"></script>
<script src="/Components/sectionHeader.js"></script>
<script src="/Components/navbar.js"></script>
<script src="/Components/cpgCard.js"></script>
<script>
// Function to generate product card HTML
function generateProductCard(product) {
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,10 @@ <h1 class="typography headline xl">Good morning, Amanda</h1>

<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>
<script src="../Components/sectionHeader.js"></script>
<script src="../Components/navbar.js"></script>
<script src="/Components/browseTile.js"></script>
<script src="/Components/productCard.js"></script>
<script src="/Components/sectionHeader.js"></script>
<script src="/Components/navbar.js"></script>

<script>
// stores
Expand Down
14 changes: 7 additions & 7 deletions pets/Cats.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ <h1 class="typography headline xl">Cats</h1>

<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>
<script src="../Components/sectionHeader.js"></script>
<script src="../Components/navbar.js"></script>
<script src="../Components/cpgCard.js"></script>
<script src="../Components/carousel.js"></script>
<script src="../Components/grid.js"></script>
<script src="/Components/browseTile.js"></script>
<script src="/Components/productCard.js"></script>
<script src="/Components/sectionHeader.js"></script>
<script src="/Components/navbar.js"></script>
<script src="/Components/cpgCard.js"></script>
<script src="/Components/carousel.js"></script>
<script src="/Components/grid.js"></script>

</body>
</html>
14 changes: 7 additions & 7 deletions pets/Dogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ <h1 class="typography headline xl">Dogs</h1>

<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>
<script src="../Components/sectionHeader.js"></script>
<script src="../Components/navbar.js"></script>
<script src="../Components/cpgCard.js"></script>
<script src="../Components/carousel.js"></script>
<script src="../Components/grid.js"></script>
<script src="/Components/browseTile.js"></script>
<script src="/Components/productCard.js"></script>
<script src="/Components/sectionHeader.js"></script>
<script src="/Components/navbar.js"></script>
<script src="/Components/cpgCard.js"></script>
<script src="/Components/carousel.js"></script>
<script src="/Components/grid.js"></script>

</body>
</html>
12 changes: 6 additions & 6 deletions pets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,12 +434,12 @@ <h1 class="typography headline xl">Pets</h1>

<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>
<script src="../Components/sectionHeader.js"></script>
<script src="../Components/navbar.js"></script>
<script src="../Components/cpgCard.js"></script>
<script src="../Components/carousel.js"></script>
<script src="/Components/browseTile.js"></script>
<script src="/Components/productCard.js"></script>
<script src="/Components/sectionHeader.js"></script>
<script src="/Components/navbar.js"></script>
<script src="/Components/cpgCard.js"></script>
<script src="/Components/carousel.js"></script>

<script>
// browse tiles
Expand Down
14 changes: 7 additions & 7 deletions retailer.html
Original file line number Diff line number Diff line change
Expand Up @@ -618,13 +618,13 @@

<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>
<script src="../Components/sectionHeader.js"></script>
<script src="../Components/navbar.js"></script>
<script src="../Components/cpgCard.js"></script>
<script src="../Components/grid.js"></script>
<script src="../Components/carousel.js"></script>
<script src="/Components/browseTile.js"></script>
<script src="/Components/productCard.js"></script>
<script src="/Components/sectionHeader.js"></script>
<script src="/Components/navbar.js"></script>
<script src="/Components/cpgCard.js"></script>
<script src="/Components/grid.js"></script>
<script src="/Components/carousel.js"></script>

<script>
// browse tiles
Expand Down

0 comments on commit c62320f

Please sign in to comment.