From 08bcea912482177b0ba6df348e44e3190680d79a Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Mon, 21 Sep 2020 23:26:00 +0700 Subject: [PATCH] Add Check Browsers Support --- README.md | 61 ++++++++++++++++++++++++++++++++------- client/layouts/Footer.tsx | 54 ++++++++++++++++++++++++---------- 2 files changed, 89 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 285212f..aaf0207 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Vote for me on ProductHunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=176424&theme=light)](https://www.producthunt.com/posts/css-layout?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-css-layout) - # CSS Layout A collection of popular layouts and patterns made with CSS: @@ -89,13 +87,54 @@ Be my friend on ## Products -You might be interesting in my products: +You might be interested in my products: -| Product | Description | -|---------------------------------------------------|-------------------------------------------------------------------| -| [Blur Page](https://blur.page) | A browser extension to hide sensitive information on a web page | -| [CSS Layout](https://csslayout.io) | A collection of popular layouts and patterns made with CSS | -| [Fake Numbers](https://fakenumbers.io) | Generate fake and valid numbers | -| [Form Validation](https://formvalidation.io) | The best validation library for JavaScript | -| [HTML DOM](https://htmldom.dev) | How to manage HTML DOM with vanilla JavaScript | -| [React PDF Viewer](https://react-pdf-viewer.dev) | A React component to view a PDF document | + + + + + + + + + + + + + + + + + + + + + +
+

1 LOC (3.3k★)

+ Favorite JavaScript utilities in single line of code +
+

Blur Page

+ A browser extension to hide sensitive information on a web page +
+

Check Browsers Support

+ A browser extension to check browser compatibility without leaving your tab +
+

CSS Layout (2.7k★)

+ A collection of popular layouts and patterns made with CSS +
+

Fake Numbers

+ Generate fake and valid numbers +
+

Form Validation

+ The best validation library for JavaScript +
+

HTML DOM (3.1k★)

+ How to manage HTML DOM with vanilla JavaScript +
+

React PDF Viewer

+ A React component to view a PDF document +
+

this VS that

+ The differences between ___ and ___ in the front-end development +
diff --git a/client/layouts/Footer.tsx b/client/layouts/Footer.tsx index a8c9fe5..aceaf01 100644 --- a/client/layouts/Footer.tsx +++ b/client/layouts/Footer.tsx @@ -15,39 +15,57 @@ const Footer: React.FC<{}> = () => {

Products