diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b47a8ddfa..a791fa1f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,6 @@ In order to create a new snippet, you should follow the steps below: - Snippets must have all their frontmatter sections (title, tags etc.) filled. - Snippet titles must correspond to the filename and follow the language and repository's naming conventions. - Snippet tags must be comma-separated, contain a primary tag as seen on the website as their first tag. -- Snippet expertise must be specified (`beginner`, `intermediate` or `advanced`). - Snippets must have their `firstSeen` dates formatted using [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). - Snippet descriptions must be short and to the point. Explain *what* the snippet does and detail *how* the snippet works and the language features used in it. Snippet description should be written as lists of points (unordered for a few points, ordered otherwise), describing the implemented functionality. - Snippet code and examples must be enclosed in appropriate, language-tagged blocks as shown in the snippet template, be short and use modern techniques and features. Also make sure to test your code before submitting. diff --git a/snippet-template.md b/snippet-template.md index 651ffc361..19d2b7921 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -1,7 +1,7 @@ --- title: Snippet Name tags: other -expertise: intermediate +cover: blog_images/image.jpg firstSeen: 2021-06-13T05:00:00-04:00 --- diff --git a/snippets/aspect-ratio.md b/snippets/aspect-ratio.md index c5cbe15d7..1d769cc97 100644 --- a/snippets/aspect-ratio.md +++ b/snippets/aspect-ratio.md @@ -1,7 +1,6 @@ --- title: Aspect ratio tags: layout -expertise: intermediate author: chalarangelo cover: blog_images/digital-nomad-12.jpg firstSeen: 2022-08-14T05:00:00-04:00 diff --git a/snippets/border-with-top-triangle.md b/snippets/border-with-top-triangle.md index 361bb4591..86ad38b78 100644 --- a/snippets/border-with-top-triangle.md +++ b/snippets/border-with-top-triangle.md @@ -1,7 +1,6 @@ --- title: Border with top triangle tags: visual -expertise: beginner cover: blog_images/greek-coffee.jpg firstSeen: 2019-01-18T12:18:43+02:00 lastUpdated: 2021-01-07T23:52:15+02:00 diff --git a/snippets/bouncing-loader.md b/snippets/bouncing-loader.md index f642c537f..607ed8078 100644 --- a/snippets/bouncing-loader.md +++ b/snippets/bouncing-loader.md @@ -1,7 +1,6 @@ --- title: Bouncing loader tags: animation -expertise: intermediate cover: blog_images/digital-nomad-12.jpg firstSeen: 2018-03-04T06:24:22+02:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/box-sizing-reset.md b/snippets/box-sizing-reset.md index 3d8c4f9b1..695d68dfa 100644 --- a/snippets/box-sizing-reset.md +++ b/snippets/box-sizing-reset.md @@ -1,7 +1,6 @@ --- title: Box-sizing reset tags: layout -expertise: beginner cover: blog_images/interior.jpg firstSeen: 2018-02-27T18:59:09+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/broken-image-fallback.md b/snippets/broken-image-fallback.md index 22d0d0794..307b0254a 100644 --- a/snippets/broken-image-fallback.md +++ b/snippets/broken-image-fallback.md @@ -2,7 +2,6 @@ title: Fallback for images that fail to load shortTitle: Broken image fallback tags: visual -expertise: intermediate author: chalarangelo cover: blog_images/building-facade.jpg firstSeen: 2022-11-04T05:00:00-04:00 diff --git a/snippets/button-border-animation.md b/snippets/button-border-animation.md index 7cd02cef1..1352dd727 100644 --- a/snippets/button-border-animation.md +++ b/snippets/button-border-animation.md @@ -1,7 +1,6 @@ --- title: Button border animation tags: animation -expertise: intermediate cover: blog_images/highlands.jpg firstSeen: 2019-01-21T18:52:46+02:00 lastUpdated: 2021-05-24T15:28:52+03:00 diff --git a/snippets/button-focus-swing-animation.md b/snippets/button-focus-swing-animation.md index 9ac3305dd..9a93511bc 100644 --- a/snippets/button-focus-swing-animation.md +++ b/snippets/button-focus-swing-animation.md @@ -1,7 +1,6 @@ --- title: Button swing animation tags: animation -expertise: intermediate author: chalarangelo cover: blog_images/painters-desk.jpg firstSeen: 2021-05-24T15:28:52+03:00 diff --git a/snippets/button-hover-fill-animation.md b/snippets/button-hover-fill-animation.md index 96e2c22c1..05ae85c61 100644 --- a/snippets/button-hover-fill-animation.md +++ b/snippets/button-hover-fill-animation.md @@ -1,7 +1,6 @@ --- title: Button fill animation tags: animation -expertise: beginner cover: blog_images/beach-pineapple.jpg firstSeen: 2020-10-08T20:48:11+03:00 lastUpdated: 2021-04-02T21:34:43+03:00 diff --git a/snippets/button-hover-grow-animation.md b/snippets/button-hover-grow-animation.md index 86a83cadf..51bfa3c32 100644 --- a/snippets/button-hover-grow-animation.md +++ b/snippets/button-hover-grow-animation.md @@ -1,7 +1,6 @@ --- title: Button grow animation tags: animation -expertise: beginner author: chalarangelo cover: blog_images/white-laptop.jpg firstSeen: 2021-05-24T15:28:52+03:00 diff --git a/snippets/button-hover-shrink-animation.md b/snippets/button-hover-shrink-animation.md index 61b88ba1f..e4478c662 100644 --- a/snippets/button-hover-shrink-animation.md +++ b/snippets/button-hover-shrink-animation.md @@ -1,7 +1,6 @@ --- title: Button shrink animation tags: animation -expertise: beginner author: chalarangelo cover: blog_images/clay-pot-horizon.jpg firstSeen: 2021-05-24T15:28:52+03:00 diff --git a/snippets/card-image-cutout.md b/snippets/card-image-cutout.md index e49e7a222..b9c32d7b4 100644 --- a/snippets/card-image-cutout.md +++ b/snippets/card-image-cutout.md @@ -1,7 +1,6 @@ --- title: Card with image cutout tags: visual -expertise: intermediate author: chalarangelo cover: blog_images/radio-monstera.jpg firstSeen: 2022-12-11T05:00:00-04:00 diff --git a/snippets/checkerboard-pattern.md b/snippets/checkerboard-pattern.md index 3de683558..ca4883596 100644 --- a/snippets/checkerboard-pattern.md +++ b/snippets/checkerboard-pattern.md @@ -1,7 +1,6 @@ --- title: Checkerboard background pattern tags: visual -expertise: intermediate cover: blog_images/digital-nomad-2.jpg firstSeen: 2021-01-11T09:51:43+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/circle.md b/snippets/circle.md index 0490c05ec..8b629f6a5 100644 --- a/snippets/circle.md +++ b/snippets/circle.md @@ -1,7 +1,6 @@ --- title: Circle tags: visual -expertise: beginner cover: blog_images/oven-paddle.jpg firstSeen: 2018-03-04T08:19:52+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/clearfix.md b/snippets/clearfix.md index a5d02de64..45d2df0be 100644 --- a/snippets/clearfix.md +++ b/snippets/clearfix.md @@ -1,7 +1,6 @@ --- title: Clearfix tags: layout -expertise: beginner cover: blog_images/memories-of-pineapple-3.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/constant-width-to-height-ratio.md b/snippets/constant-width-to-height-ratio.md index 8ddb5b9df..2c2e34da9 100644 --- a/snippets/constant-width-to-height-ratio.md +++ b/snippets/constant-width-to-height-ratio.md @@ -1,7 +1,6 @@ --- title: Constant width to height ratio tags: layout -expertise: beginner cover: blog_images/clutter.jpg firstSeen: 2018-02-27T10:45:26+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/counter.md b/snippets/counter.md index 58ecff9b0..5ad1dffce 100644 --- a/snippets/counter.md +++ b/snippets/counter.md @@ -1,7 +1,6 @@ --- title: Counter tags: visual -expertise: advanced cover: blog_images/laptop-plants.jpg firstSeen: 2018-03-07T22:12:42+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/custom-checkbox.md b/snippets/custom-checkbox.md index 508f3fbdc..45bfbea5c 100644 --- a/snippets/custom-checkbox.md +++ b/snippets/custom-checkbox.md @@ -1,7 +1,6 @@ --- title: Custom checkbox tags: visual,animation -expertise: advanced author: chalarangelo cover: blog_images/interior-8.jpg firstSeen: 2021-05-16T13:09:15+03:00 diff --git a/snippets/custom-radio.md b/snippets/custom-radio.md index fb149ffca..09fc8c6f1 100644 --- a/snippets/custom-radio.md +++ b/snippets/custom-radio.md @@ -1,7 +1,6 @@ --- title: Custom radio button tags: visual,animation -expertise: advanced author: chalarangelo cover: blog_images/messy-computer.jpg firstSeen: 2022-11-16T05:00:00-04:00 diff --git a/snippets/custom-scrollbar.md b/snippets/custom-scrollbar.md index 7c837dd39..be9f1b2f8 100644 --- a/snippets/custom-scrollbar.md +++ b/snippets/custom-scrollbar.md @@ -1,7 +1,6 @@ --- title: Custom scrollbar tags: visual -expertise: advanced cover: blog_images/sea-view.jpg firstSeen: 2018-03-01T10:34:55+02:00 lastUpdated: 2021-05-16T13:09:15+03:00 diff --git a/snippets/custom-text-selection.md b/snippets/custom-text-selection.md index 7220558a0..81d86f8c3 100644 --- a/snippets/custom-text-selection.md +++ b/snippets/custom-text-selection.md @@ -1,7 +1,6 @@ --- title: Custom text selection tags: visual -expertise: beginner cover: blog_images/digital-nomad.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/disable-selection.md b/snippets/disable-selection.md index 9eb3257db..dbeb63f23 100644 --- a/snippets/disable-selection.md +++ b/snippets/disable-selection.md @@ -1,7 +1,6 @@ --- title: Disable selection tags: interactivity -expertise: beginner cover: blog_images/interior-9.jpg firstSeen: 2018-02-26T19:09:58+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/display-empty-links.md b/snippets/display-empty-links.md index 44290a27e..e522766c1 100644 --- a/snippets/display-empty-links.md +++ b/snippets/display-empty-links.md @@ -1,7 +1,6 @@ --- title: Style links with no text tags: visual -expertise: beginner author: chalarangelo cover: blog_images/metro-tunnel.jpg firstSeen: 2022-11-11T05:00:00-04:00 diff --git a/snippets/display-table-centering.md b/snippets/display-table-centering.md index ce39748a3..9bcb3e8db 100644 --- a/snippets/display-table-centering.md +++ b/snippets/display-table-centering.md @@ -1,7 +1,6 @@ --- title: Display table centering tags: layout -expertise: intermediate cover: blog_images/malibu.jpg firstSeen: 2018-03-30T01:15:54+03:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/donut-spinner.md b/snippets/donut-spinner.md index d51886d2b..6e9dfda53 100644 --- a/snippets/donut-spinner.md +++ b/snippets/donut-spinner.md @@ -1,7 +1,6 @@ --- title: Donut spinner tags: animation -expertise: intermediate cover: blog_images/digital-nomad-3.jpg firstSeen: 2018-02-27T17:32:35+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/drop-cap.md b/snippets/drop-cap.md index 0188b8a47..e4044d165 100644 --- a/snippets/drop-cap.md +++ b/snippets/drop-cap.md @@ -1,7 +1,6 @@ --- title: Drop cap tags: visual -expertise: beginner cover: blog_images/bamboo-lamp.jpg firstSeen: 2018-10-13T07:47:30+03:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/dynamic-shadow.md b/snippets/dynamic-shadow.md index 73f171428..587742c29 100644 --- a/snippets/dynamic-shadow.md +++ b/snippets/dynamic-shadow.md @@ -1,7 +1,6 @@ --- title: Dynamic shadow tags: visual -expertise: intermediate cover: blog_images/couch-laptop.jpg firstSeen: 2018-03-05T13:51:36+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/etched-text.md b/snippets/etched-text.md index ab051fce6..daa37fc7b 100644 --- a/snippets/etched-text.md +++ b/snippets/etched-text.md @@ -1,7 +1,6 @@ --- title: Etched text tags: visual -expertise: intermediate cover: blog_images/memories-of-pineapple-2.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/evenly-distributed-children.md b/snippets/evenly-distributed-children.md index c57c088da..f9c0b689b 100644 --- a/snippets/evenly-distributed-children.md +++ b/snippets/evenly-distributed-children.md @@ -1,7 +1,6 @@ --- title: Evenly distributed children tags: layout -expertise: intermediate cover: blog_images/little-bird.jpg firstSeen: 2018-02-28T13:47:02+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/fit-image-in-container.md b/snippets/fit-image-in-container.md index 316469401..d6fb50402 100644 --- a/snippets/fit-image-in-container.md +++ b/snippets/fit-image-in-container.md @@ -1,7 +1,6 @@ --- title: Fit image in container tags: layout,visual -expertise: intermediate cover: blog_images/succulent-3.jpg firstSeen: 2018-10-31T08:34:49+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/flexbox-centering.md b/snippets/flexbox-centering.md index 135cb5b1e..6ee7d0b17 100644 --- a/snippets/flexbox-centering.md +++ b/snippets/flexbox-centering.md @@ -1,7 +1,6 @@ --- title: Flexbox centering tags: layout -expertise: beginner cover: blog_images/basket-paper.jpg firstSeen: 2018-03-03T11:57:27+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/floating-list-titles.md b/snippets/floating-list-titles.md index 3c1f9cb5b..5d0b7ac33 100644 --- a/snippets/floating-list-titles.md +++ b/snippets/floating-list-titles.md @@ -1,7 +1,6 @@ --- title: List with floating section headings tags: visual -expertise: advanced author: chalarangelo cover: blog_images/pop-of-green.jpg firstSeen: 2020-08-18T15:44:01+03:00 diff --git a/snippets/fluid-typography.md b/snippets/fluid-typography.md index 97dcbcde5..bee980b94 100644 --- a/snippets/fluid-typography.md +++ b/snippets/fluid-typography.md @@ -1,7 +1,6 @@ --- title: Fluid typography tags: visual -expertise: intermediate author: chalarangelo cover: blog_images/shell-focus.jpg firstSeen: 2021-05-16T11:23:05+03:00 diff --git a/snippets/focus-within.md b/snippets/focus-within.md index 6c3a80621..0a7b329a3 100644 --- a/snippets/focus-within.md +++ b/snippets/focus-within.md @@ -1,7 +1,6 @@ --- title: Focus Within tags: visual,interactivity -expertise: intermediate cover: blog_images/boats.jpg firstSeen: 2018-10-23T03:58:13+03:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/full-width.md b/snippets/full-width.md index 15060066a..ac5d17f37 100644 --- a/snippets/full-width.md +++ b/snippets/full-width.md @@ -1,7 +1,6 @@ --- title: Full-width image tags: layout -expertise: intermediate author: chalarangelo cover: blog_images/yellow-white-mug-2.jpg firstSeen: 2021-01-07T10:14:46+02:00 diff --git a/snippets/fullscreen.md b/snippets/fullscreen.md index 00e6ecb3a..5905341f7 100644 --- a/snippets/fullscreen.md +++ b/snippets/fullscreen.md @@ -1,7 +1,6 @@ --- title: Fullscreen tags: visual -expertise: advanced cover: blog_images/flower-portrait-3.jpg firstSeen: 2019-01-12T13:08:40+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/gradient-text.md b/snippets/gradient-text.md index a5b4fbccf..95513adf5 100644 --- a/snippets/gradient-text.md +++ b/snippets/gradient-text.md @@ -1,7 +1,6 @@ --- title: Gradient text tags: visual -expertise: intermediate cover: blog_images/red-berries.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/grid-centering.md b/snippets/grid-centering.md index b8b6e0dc7..a97869617 100644 --- a/snippets/grid-centering.md +++ b/snippets/grid-centering.md @@ -1,7 +1,6 @@ --- title: Grid centering tags: layout -expertise: beginner cover: blog_images/work-hard-computer.jpg firstSeen: 2018-03-03T12:13:59+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/hamburger-button.md b/snippets/hamburger-button.md index ab4b972d4..e4b403dcf 100644 --- a/snippets/hamburger-button.md +++ b/snippets/hamburger-button.md @@ -1,7 +1,6 @@ --- title: Hamburger Button tags: interactivity -expertise: intermediate cover: blog_images/volcano-sunset.jpg firstSeen: 2019-10-10T03:49:38+03:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/height-transition.md b/snippets/height-transition.md index 8aa16d71c..d540e9710 100644 --- a/snippets/height-transition.md +++ b/snippets/height-transition.md @@ -1,7 +1,6 @@ --- title: Height transition tags: animation -expertise: intermediate cover: blog_images/washed-ashore.jpg firstSeen: 2018-03-17T10:53:02+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/hide-empty-elements.md b/snippets/hide-empty-elements.md index c7c5de783..16c7434f0 100644 --- a/snippets/hide-empty-elements.md +++ b/snippets/hide-empty-elements.md @@ -1,7 +1,6 @@ --- title: Hide empty elements tags: visual -expertise: beginner author: chalarangelo cover: blog_images/metro-arrival.jpg firstSeen: 2022-11-18T05:00:00-04:00 diff --git a/snippets/hide-scrollbars.md b/snippets/hide-scrollbars.md index be3298b52..7db063933 100644 --- a/snippets/hide-scrollbars.md +++ b/snippets/hide-scrollbars.md @@ -1,7 +1,6 @@ --- title: Hide scroll bars tags: visual -expertise: intermediate author: chalarangelo cover: blog_images/by-the-lighthouse.jpg firstSeen: 2022-05-13T05:00:00-04:00 diff --git a/snippets/horizontal-gallery.md b/snippets/horizontal-gallery.md index 1b0691d13..898e59337 100644 --- a/snippets/horizontal-gallery.md +++ b/snippets/horizontal-gallery.md @@ -1,7 +1,6 @@ --- title: Image gallery with horizontal scroll tags: visual,interactivity -expertise: advanced cover: blog_images/flower-portrait-5.jpg firstSeen: 2022-05-01T05:00:00-04:00 --- diff --git a/snippets/horizontal-scroll-snap.md b/snippets/horizontal-scroll-snap.md index 78dd07d2a..93df92b2a 100644 --- a/snippets/horizontal-scroll-snap.md +++ b/snippets/horizontal-scroll-snap.md @@ -1,7 +1,6 @@ --- title: Horizontal scroll snap tags: interactivity -expertise: intermediate cover: blog_images/waves-from-above.jpg firstSeen: 2020-08-18T14:25:46+03:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/hover-additional-content.md b/snippets/hover-additional-content.md index ff0ac5265..40e7e7287 100644 --- a/snippets/hover-additional-content.md +++ b/snippets/hover-additional-content.md @@ -1,7 +1,6 @@ --- title: Show additional content on hover tags: visual -expertise: intermediate cover: blog_images/dark-leaves-5.jpg firstSeen: 2020-08-18T16:40:23+03:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/hover-pespective.md b/snippets/hover-pespective.md index bda57f200..40888cb79 100644 --- a/snippets/hover-pespective.md +++ b/snippets/hover-pespective.md @@ -1,7 +1,6 @@ --- title: Perspective transform on hover tags: animation -expertise: intermediate author: chalarangelo cover: blog_images/tropical-bike.jpg firstSeen: 2021-05-17T13:58:04+03:00 diff --git a/snippets/hover-shadow-box-animation.md b/snippets/hover-shadow-box-animation.md index 8380200ff..dd4b09393 100644 --- a/snippets/hover-shadow-box-animation.md +++ b/snippets/hover-shadow-box-animation.md @@ -1,7 +1,6 @@ --- title: Hover shadow box animation tags: animation -expertise: intermediate unlisted: true cover: blog_images/dark-cloud.jpg firstSeen: 2018-03-06T23:41:55+02:00 diff --git a/snippets/hover-underline-animation.md b/snippets/hover-underline-animation.md index c2455d0fa..155e0108e 100644 --- a/snippets/hover-underline-animation.md +++ b/snippets/hover-underline-animation.md @@ -1,7 +1,6 @@ --- title: Hover underline animation tags: animation -expertise: advanced cover: blog_images/coffee-phone-tray-2.jpg firstSeen: 2018-02-28T13:19:22+02:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/image-hover-menu.md b/snippets/image-hover-menu.md index f54545559..f6faa2918 100644 --- a/snippets/image-hover-menu.md +++ b/snippets/image-hover-menu.md @@ -1,7 +1,6 @@ --- title: Menu on image hover tags: layout,animation -expertise: intermediate cover: blog_images/compass.jpg firstSeen: 2020-04-20T19:15:11+03:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/image-hover-rotate.md b/snippets/image-hover-rotate.md index cc7f773d6..eb615f3ea 100644 --- a/snippets/image-hover-rotate.md +++ b/snippets/image-hover-rotate.md @@ -1,7 +1,6 @@ --- title: Image rotate on hover tags: animation,visual -expertise: intermediate cover: blog_images/succulent-1.jpg firstSeen: 2020-04-20T18:36:11+03:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/image-mosaic.md b/snippets/image-mosaic.md index ec5de024f..3a7128ea4 100644 --- a/snippets/image-mosaic.md +++ b/snippets/image-mosaic.md @@ -1,7 +1,6 @@ --- title: Responsive image mosaic tags: layout -expertise: intermediate author: chalarangelo cover: blog_images/beach-riders.jpg firstSeen: 2020-08-18T17:18:03+03:00 diff --git a/snippets/image-overlay-hover.md b/snippets/image-overlay-hover.md index 34d47afcc..cb9353793 100644 --- a/snippets/image-overlay-hover.md +++ b/snippets/image-overlay-hover.md @@ -1,7 +1,6 @@ --- title: Image overlay on hover tags: visual,animation -expertise: advanced cover: blog_images/architectural.jpg firstSeen: 2020-04-20T14:12:33+03:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/input-with-prefix.md b/snippets/input-with-prefix.md index 106ac16f7..1937b7c9b 100644 --- a/snippets/input-with-prefix.md +++ b/snippets/input-with-prefix.md @@ -1,7 +1,6 @@ --- title: Input with prefix tags: interactivity,visual -expertise: intermediate cover: blog_images/flower-portrait-4.jpg firstSeen: 2020-10-14T14:16:57+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/isometric-card.md b/snippets/isometric-card.md index bc64a1116..0d9f3d363 100644 --- a/snippets/isometric-card.md +++ b/snippets/isometric-card.md @@ -1,7 +1,6 @@ --- title: Isometric card tags: visual -expertise: intermediate author: chalarangelo cover: blog_images/guitar-living-room.jpg firstSeen: 2021-05-17T14:04:52+03:00 diff --git a/snippets/line-clamp.md b/snippets/line-clamp.md index eac0a10e0..a458e10d3 100644 --- a/snippets/line-clamp.md +++ b/snippets/line-clamp.md @@ -1,7 +1,6 @@ --- title: Trim multiline text tags: layout,visual -expertise: intermediate author: chalarangelo cover: blog_images/pink-flower-tree.jpg firstSeen: 2021-05-16T20:19:13+03:00 diff --git a/snippets/masonry-layout.md b/snippets/masonry-layout.md index 97700cec4..3b5e2b5a1 100644 --- a/snippets/masonry-layout.md +++ b/snippets/masonry-layout.md @@ -1,7 +1,6 @@ --- title: Masonry Layout tags: layout -expertise: advanced cover: blog_images/interior-2.jpg firstSeen: 2019-12-11T02:19:05+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/mouse-cursor-gradient-tracking.md b/snippets/mouse-cursor-gradient-tracking.md index 483e41f02..d4e3fa18e 100644 --- a/snippets/mouse-cursor-gradient-tracking.md +++ b/snippets/mouse-cursor-gradient-tracking.md @@ -1,7 +1,6 @@ --- title: Mouse cursor gradient tracking tags: visual,interactivity -expertise: advanced cover: blog_images/tram-car.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2021-01-07T23:52:15+02:00 diff --git a/snippets/navigation-list-item-hover-and-focus-effect.md b/snippets/navigation-list-item-hover-and-focus-effect.md index a03650e55..5fe221fce 100644 --- a/snippets/navigation-list-item-hover-and-focus-effect.md +++ b/snippets/navigation-list-item-hover-and-focus-effect.md @@ -1,7 +1,6 @@ --- title: Navigation list item hover and focus effect tags: visual -expertise: beginner cover: blog_images/cloudy-rock-formation.jpg firstSeen: 2019-09-19T22:48:57+03:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/offscreen.md b/snippets/offscreen.md index 40564735a..fab01fbb6 100644 --- a/snippets/offscreen.md +++ b/snippets/offscreen.md @@ -1,7 +1,6 @@ --- title: Offscreen tags: layout,visual -expertise: intermediate cover: blog_images/succulent-2.jpg firstSeen: 2018-03-30T18:50:31+03:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/overflow-scroll-gradient.md b/snippets/overflow-scroll-gradient.md index 1b3553010..41bd916e2 100644 --- a/snippets/overflow-scroll-gradient.md +++ b/snippets/overflow-scroll-gradient.md @@ -1,7 +1,6 @@ --- title: Overflow scroll gradient tags: visual -expertise: intermediate cover: blog_images/memories-of-pineapple-1.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/polka-dot-pattern.md b/snippets/polka-dot-pattern.md index 95860345b..d23508db7 100644 --- a/snippets/polka-dot-pattern.md +++ b/snippets/polka-dot-pattern.md @@ -1,7 +1,6 @@ --- title: Polka dot background pattern tags: visual -expertise: intermediate cover: blog_images/bag-waiting.jpg firstSeen: 2021-01-11T09:51:43+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/popout-menu.md b/snippets/popout-menu.md index c7597d91f..0c4535bbb 100644 --- a/snippets/popout-menu.md +++ b/snippets/popout-menu.md @@ -1,7 +1,6 @@ --- title: Popout menu tags: interactivity -expertise: intermediate cover: blog_images/city-view.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/pretty-text-underline.md b/snippets/pretty-text-underline.md index 321a4fa64..49618b14b 100644 --- a/snippets/pretty-text-underline.md +++ b/snippets/pretty-text-underline.md @@ -1,7 +1,6 @@ --- title: Pretty text underline tags: visual -expertise: intermediate cover: blog_images/flower-portrait-6.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/pulse-loader.md b/snippets/pulse-loader.md index 3c97fe2d4..ae4b58970 100644 --- a/snippets/pulse-loader.md +++ b/snippets/pulse-loader.md @@ -1,7 +1,6 @@ --- title: Pulse loader tags: animation -expertise: beginner cover: blog_images/digital-nomad-8.jpg firstSeen: 2019-10-05T14:29:36+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/reset-all-styles.md b/snippets/reset-all-styles.md index a15b80f90..59f58fa00 100644 --- a/snippets/reset-all-styles.md +++ b/snippets/reset-all-styles.md @@ -1,7 +1,6 @@ --- title: Reset all styles tags: visual -expertise: beginner cover: blog_images/rocky-beach-2.jpg firstSeen: 2018-02-28T21:51:36+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/responsive-layout-sidebar.md b/snippets/responsive-layout-sidebar.md index 1503ea2af..2377f85d3 100644 --- a/snippets/responsive-layout-sidebar.md +++ b/snippets/responsive-layout-sidebar.md @@ -1,7 +1,6 @@ --- title: Responsive layout with sidebar tags: layout -expertise: intermediate author: chalarangelo cover: blog_images/red-petals.jpg firstSeen: 2020-09-16T18:54:56+03:00 diff --git a/snippets/rotating-card.md b/snippets/rotating-card.md index 230e0ddf0..1841494b3 100644 --- a/snippets/rotating-card.md +++ b/snippets/rotating-card.md @@ -1,7 +1,6 @@ --- title: Rotating Card tags: animation -expertise: advanced cover: blog_images/digital-nomad-11.jpg firstSeen: 2020-10-04T14:10:24+03:00 lastUpdated: 2021-03-30T15:24:01+03:00 diff --git a/snippets/scroll-progress-bar.md b/snippets/scroll-progress-bar.md index 056ec1725..83297b048 100644 --- a/snippets/scroll-progress-bar.md +++ b/snippets/scroll-progress-bar.md @@ -1,7 +1,6 @@ --- title: Scroll progress bar tags: animation,visual -expertise: intermediate author: chalarangelo cover: blog_images/coworking-space.jpg firstSeen: 2021-05-24T09:42:03+03:00 diff --git a/snippets/shake-invalid-input.md b/snippets/shake-invalid-input.md index bab544311..f02b74fd8 100644 --- a/snippets/shake-invalid-input.md +++ b/snippets/shake-invalid-input.md @@ -1,7 +1,6 @@ --- title: Shake on invalid input tags: animation -expertise: beginner cover: blog_images/perfect-timing.jpg firstSeen: 2022-07-31T18:30:11+03:00 --- diff --git a/snippets/shape-separator.md b/snippets/shape-separator.md index 470277b10..e54078dcf 100644 --- a/snippets/shape-separator.md +++ b/snippets/shape-separator.md @@ -1,7 +1,6 @@ --- title: Shape separator tags: visual -expertise: intermediate unlisted: true cover: blog_images/shapes.jpg firstSeen: 2018-02-25T15:14:39+02:00 diff --git a/snippets/shifting-card.md b/snippets/shifting-card.md index fcdd90899..5bc1b64b6 100644 --- a/snippets/shifting-card.md +++ b/snippets/shifting-card.md @@ -1,7 +1,6 @@ --- title: Shifting Card tags: animation -expertise: advanced author: chalarangelo cover: blog_images/clouds-n-mountains.jpg firstSeen: 2022-12-14T05:00:00-04:00 diff --git a/snippets/sibling-fade.md b/snippets/sibling-fade.md index 26aca0cc0..8189c4e0d 100644 --- a/snippets/sibling-fade.md +++ b/snippets/sibling-fade.md @@ -1,7 +1,6 @@ --- title: Sibling fade tags: interactivity -expertise: intermediate cover: blog_images/messy-papers.jpg firstSeen: 2018-03-05T10:17:23+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/staggered-animation.md b/snippets/staggered-animation.md index e882edd7a..7ff6be423 100644 --- a/snippets/staggered-animation.md +++ b/snippets/staggered-animation.md @@ -1,7 +1,6 @@ --- title: Staggered animation tags: animation -expertise: advanced cover: blog_images/aerial-view-port.jpg firstSeen: 2020-03-16T12:19:05+02:00 lastUpdated: 2021-10-11T18:44:51+03:00 diff --git a/snippets/sticky-list-titles.md b/snippets/sticky-list-titles.md index a6ac33bc5..f7ba64adb 100644 --- a/snippets/sticky-list-titles.md +++ b/snippets/sticky-list-titles.md @@ -1,7 +1,6 @@ --- title: List with sticky section headings tags: visual -expertise: intermediate author: chalarangelo cover: blog_images/interior-7.jpg firstSeen: 2020-08-18T15:44:01+03:00 diff --git a/snippets/stripes-pattern.md b/snippets/stripes-pattern.md index 23e47fbf1..63244a9c9 100644 --- a/snippets/stripes-pattern.md +++ b/snippets/stripes-pattern.md @@ -1,7 +1,6 @@ --- title: Stripes background pattern tags: visual -expertise: beginner cover: blog_images/jars-on-shelf.jpg firstSeen: 2021-01-11T09:51:43+02:00 lastUpdated: 2021-01-11T09:51:43+02:00 diff --git a/snippets/stylized-quotation-marks.md b/snippets/stylized-quotation-marks.md index 255b59cf4..7851960ff 100644 --- a/snippets/stylized-quotation-marks.md +++ b/snippets/stylized-quotation-marks.md @@ -1,7 +1,6 @@ --- title: Stylized quotation marks tags: visual -expertise: beginner author: chalarangelo cover: blog_images/coffee-phone-tray.jpg firstSeen: 2021-05-16T19:53:02+03:00 diff --git a/snippets/system-font-stack.md b/snippets/system-font-stack.md index 72256e830..5a6c94f3e 100644 --- a/snippets/system-font-stack.md +++ b/snippets/system-font-stack.md @@ -1,7 +1,6 @@ --- title: System font stack tags: visual -expertise: beginner cover: blog_images/lavender-shelf.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/text-backdrop-overlay.md b/snippets/text-backdrop-overlay.md index e734d18d8..9214262fe 100644 --- a/snippets/text-backdrop-overlay.md +++ b/snippets/text-backdrop-overlay.md @@ -1,7 +1,6 @@ --- title: Image text overlay tags: visual -expertise: beginner author: chalarangelo cover: blog_images/mountain-lake-cottage.jpg firstSeen: 2020-08-18T15:07:32+03:00 diff --git a/snippets/tile-layout-using-inline-block.md b/snippets/tile-layout-using-inline-block.md index 7d26173e2..5156618f8 100644 --- a/snippets/tile-layout-using-inline-block.md +++ b/snippets/tile-layout-using-inline-block.md @@ -1,7 +1,6 @@ --- title: 3-tile layout tags: layout -expertise: beginner cover: blog_images/godray-computer-mug.jpg firstSeen: 2019-10-02T09:51:59+03:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/toggle-switch.md b/snippets/toggle-switch.md index 000aa79bf..7831bfb1e 100644 --- a/snippets/toggle-switch.md +++ b/snippets/toggle-switch.md @@ -1,7 +1,6 @@ --- title: Toggle switch tags: visual,interactivity -expertise: beginner cover: blog_images/interior-5.jpg firstSeen: 2018-10-03T08:55:20+03:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/transform-centering.md b/snippets/transform-centering.md index 2b8fdc34c..e92657145 100644 --- a/snippets/transform-centering.md +++ b/snippets/transform-centering.md @@ -1,7 +1,6 @@ --- title: Transform centering tags: layout -expertise: beginner cover: blog_images/flower-camera.jpg firstSeen: 2018-03-30T17:59:28+03:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/triangle.md b/snippets/triangle.md index dfaac0f41..49640300b 100644 --- a/snippets/triangle.md +++ b/snippets/triangle.md @@ -1,7 +1,6 @@ --- title: Triangle tags: visual -expertise: beginner cover: blog_images/yellow-white-mug-1.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/truncate-text-multiline.md b/snippets/truncate-text-multiline.md index df4209ead..ffd796201 100644 --- a/snippets/truncate-text-multiline.md +++ b/snippets/truncate-text-multiline.md @@ -1,7 +1,6 @@ --- title: Truncate multiline text tags: layout -expertise: intermediate cover: blog_images/blue-computer.jpg firstSeen: 2019-01-17T07:42:44+02:00 lastUpdated: 2021-01-07T23:52:15+02:00 diff --git a/snippets/truncate-text.md b/snippets/truncate-text.md index 80a800d76..388a59ffa 100644 --- a/snippets/truncate-text.md +++ b/snippets/truncate-text.md @@ -1,7 +1,6 @@ --- title: Truncate text tags: layout -expertise: beginner cover: blog_images/houses-rock-sea.jpg firstSeen: 2018-02-25T15:14:39+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/typewriter-effect.md b/snippets/typewriter-effect.md index 57e190470..8348b1b09 100644 --- a/snippets/typewriter-effect.md +++ b/snippets/typewriter-effect.md @@ -1,7 +1,6 @@ --- title: Typewriter effect tags: animation -expertise: advanced author: chalarangelo cover: blog_images/italian-horizon.jpg firstSeen: 2021-05-24T16:03:40+03:00 diff --git a/snippets/vertical-gallery.md b/snippets/vertical-gallery.md index 09a649533..9ffd3314f 100644 --- a/snippets/vertical-gallery.md +++ b/snippets/vertical-gallery.md @@ -1,7 +1,6 @@ --- title: Image gallery with vertical scroll tags: visual,interactivity -expertise: advanced cover: blog_images/lake-loop.jpg firstSeen: 2022-05-05T05:00:00-04:00 --- diff --git a/snippets/vertical-scroll-snap.md b/snippets/vertical-scroll-snap.md index 6711c4775..93f1b21d7 100644 --- a/snippets/vertical-scroll-snap.md +++ b/snippets/vertical-scroll-snap.md @@ -1,7 +1,6 @@ --- title: Vertical scroll snap tags: interactivity -expertise: intermediate cover: blog_images/baloons-field.jpg firstSeen: 2020-08-18T14:25:46+03:00 lastUpdated: 2020-08-18T14:25:46+03:00 diff --git a/snippets/zebra-striped-list.md b/snippets/zebra-striped-list.md index 1942ac71c..b660a6a0b 100644 --- a/snippets/zebra-striped-list.md +++ b/snippets/zebra-striped-list.md @@ -1,7 +1,6 @@ --- title: Zebra striped list tags: visual -expertise: beginner cover: blog_images/forest-balcony.jpg firstSeen: 2018-10-31T08:19:06+02:00 lastUpdated: 2020-12-30T15:37:37+02:00 diff --git a/snippets/zig-zag-pattern.md b/snippets/zig-zag-pattern.md index 2f589cfcd..475281589 100644 --- a/snippets/zig-zag-pattern.md +++ b/snippets/zig-zag-pattern.md @@ -1,7 +1,6 @@ --- title: Zig zag background pattern tags: visual -expertise: advanced cover: blog_images/blue-lake.jpg firstSeen: 2021-01-11T09:51:43+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/zoomin-zoomout-animation.md b/snippets/zoomin-zoomout-animation.md index 53b386348..9ad472759 100644 --- a/snippets/zoomin-zoomout-animation.md +++ b/snippets/zoomin-zoomout-animation.md @@ -1,7 +1,6 @@ --- title: Zoom in zoom out animation tags: animation -expertise: beginner cover: blog_images/travel-mug-2.jpg firstSeen: 2020-10-05T21:42:14+03:00 lastUpdated: 2021-10-13T19:29:39+02:00