Skip to content

Commit 057e604

Browse files
authored
PR comments + support other viewports (#20)
1 parent 3413c3d commit 057e604

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+476
-215
lines changed

experimental/responsive-design/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ The app uses static data files located in the `src/data/` directory:
111111
112112
## Icons
113113
114-
The icons used in this project are from [Heroicons](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE).
114+
The icons used in this project are from [Heroicons](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE).

experimental/responsive-design/dist/app.js

Lines changed: 104 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experimental/responsive-design/dist/iframe.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,38 @@
77
<script type="module" src="app.js"></script>
88
<!-- Preload links autogenerated by Rollup -->
99
<link rel="preload" as="image" href="./public/images/5-healthy-smoothie.webp">
10+
<link rel="preload" as="image" href="./public/images/beef-stroganoff.webp">
1011
<link rel="preload" as="image" href="./public/images/beef-tacos.webp">
1112
<link rel="preload" as="image" href="./public/images/best-comfort-food.webp">
1213
<link rel="preload" as="image" href="./public/images/bread-at-home.webp">
1314
<link rel="preload" as="image" href="./public/images/caesar-salad.webp">
1415
<link rel="preload" as="image" href="./public/images/chicken-alfredo.webp">
1516
<link rel="preload" as="image" href="./public/images/chocolate-cake.webp">
1617
<link rel="preload" as="image" href="./public/images/chocolate-chip-cookies.webp">
18+
<link rel="preload" as="image" href="./public/images/fruit-salad.webp">
1719
<link rel="preload" as="image" href="./public/images/garlic-bread.webp">
20+
<link rel="preload" as="image" href="./public/images/gluten-free-baking.webp">
1821
<link rel="preload" as="image" href="./public/images/greek-salad.webp">
1922
<link rel="preload" as="image" href="./public/images/homemade-pizza.webp">
2023
<link rel="preload" as="image" href="./public/images/icons-outline.webp">
2124
<link rel="preload" as="image" href="./public/images/lemon-drizzle-cake.webp">
25+
<link rel="preload" as="image" href="./public/images/low-carb-desserts.webp">
2226
<link rel="preload" as="image" href="./public/images/margherita-pizza.webp">
2327
<link rel="preload" as="image" href="./public/images/mastering-art-of-french-cooking.webp">
2428
<link rel="preload" as="image" href="./public/images/meal-prepping.webp">
2529
<link rel="preload" as="image" href="./public/images/mediterranean-cuisine.webp">
2630
<link rel="preload" as="image" href="./public/images/pancakes.webp">
31+
<link rel="preload" as="image" href="./public/images/plant-based-protein.webp">
32+
<link rel="preload" as="image" href="./public/images/quinoa-stuffed-peppers.webp">
33+
<link rel="preload" as="image" href="./public/images/ramen-noodles.webp">
34+
<link rel="preload" as="image" href="./public/images/seasonal-salads.webp">
35+
<link rel="preload" as="image" href="./public/images/shrimp-paella.webp">
2736
<link rel="preload" as="image" href="./public/images/spaghetti-carbonara.webp">
2837
<link rel="preload" as="image" href="./public/images/superfoods-you-should-include.webp">
38+
<link rel="preload" as="image" href="./public/images/sushi-platter.webp">
39+
<link rel="preload" as="image" href="./public/images/thai-green-curry.webp">
2940
<link rel="preload" as="image" href="./public/images/tomato-soup.webp">
41+
<link rel="preload" as="image" href="./public/images/vegan-burger.webp">
3042
<link rel="preload" as="image" href="./public/images/vegan-desserts.webp">
3143
<link rel="preload" as="image" href="./public/images/vegetable-stir-fry.webp">
3244
<link rel="preload" as="image" href="./public/images/vegetarian-stir-fry.webp">
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)