From 01553311df7464eb11ef428c572e41d5b003705e Mon Sep 17 00:00:00 2001 From: Pulkit Date: Sun, 16 May 2021 06:17:01 +0530 Subject: [PATCH] UPDATED: README.md file --- README.md | 64 +++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 7ae7ab1..7784b05 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ For more information about `light-icons`. Visit [Light Icons](https://lightvue.org/getting-started/light-icons). +--- + +### 100% Light & Dark Compatible +All themes are compatible with `light` & `dark` mode + +![image-header-intro](screenshot/7-layout-dynamic-image-light.png) + ## Install Add the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically. @@ -32,7 +39,7 @@ image: 'https://source.unsplash.com/collection/94734566/1920x1080' --- ``` -![intro](https://i.imgur.com/RxfnAIY.png) +![intro](screenshot/1-layout-intro.png) --- @@ -48,22 +55,7 @@ imageRight: '../assets/images/light-icons-landing.svg' --- ``` -![image-header-intro](https://i.imgur.com/g0EIbyN.png) - ---- - -#### Image at left `image-left` -Usage: - -``` ---- -layout: image-left -image: '../assets/images/light-vue-landing.svg' -equal: true ---- -``` - -![image-left](https://i.imgur.com/lEDvqkD.png) +![image-header-intro](screenshot/2-layout-image-header-intro-light.png) --- @@ -79,7 +71,7 @@ left: false --- ``` -![dynamic-image](https://i.imgur.com/TPiRpTf.png) +![dynamic-image](screenshot/3-layout-dynamic-image-dark.png) --- @@ -95,7 +87,7 @@ left: false --- ``` -![dynamic-image](https://i.imgur.com/IPZqo4h.png) +![dynamic-image](screenshot/4-layout-dynamic-image-dark.png) --- @@ -111,7 +103,7 @@ left: true --- ``` -![dynamic-image](https://i.imgur.com/JFy7wsu.png) +![dynamic-image](screenshot/5-layout-dynamic-image-dark.png) --- @@ -127,7 +119,7 @@ left: false --- ``` -![dynamic-image](https://i.imgur.com/oyXH7FL.png) +![dynamic-image](screenshot/6-layout-dynamic-image-dark.png) --- @@ -144,7 +136,7 @@ left: false --- ``` -![dynamic-image](https://i.imgur.com/47LFHW2.png) +![dynamic-image](screenshot/7-layout-dynamic-image-dark.png) --- @@ -158,7 +150,7 @@ image: '../assets/images/light-icons-landing2.png' --- ``` -![center-image](https://i.imgur.com/mlzLTbD.png) +![center-image](screenshot/8-layout-center-image-light.png) --- @@ -174,28 +166,36 @@ left: false --- ``` -![dynamic-image](https://i.imgur.com/py8YL0P.png) +![dynamic-image](screenshot/9-layout-dynamic-image-light.png) --- +--- -#### Image at center `dynamic-image` +#### Image at left `left-image` Usage: ``` --- -layout: center-image +layout: left-image +image: '../assets/images/light-vue-landing.svg' +equal: true --- ``` -![center-image](https://i.imgur.com/hUR2PsM.png) +![image-left](screenshot/10-layout-left-image-light.png) ---- -### Light & Dark Compatible -All themes are compatible with `light` & `dark` mode +#### Image at center `dynamic-image` +Usage: + +``` +--- +layout: center-image +--- +``` -![image-header-intro](https://i.imgur.com/4dv6K0g.png) +![center-image](screenshot/11-layout-center-image-light.png) ## Components @@ -206,7 +206,7 @@ This theme provides the following components: - For using `light-icons` wherever needed inside the theme. - Also packed with additional `IconBox` to make the icons look elegant. -![dynamic-image](https://i.imgur.com/py8YL0P.png) +![dynamic-image](screenshot/9-layout-dynamic-image-light.png) ## Contributing