diff --git a/pages/_docs/alerts.md b/pages/_docs/alerts.md index 47a888a57..d5d59b598 100644 --- a/pages/_docs/alerts.md +++ b/pages/_docs/alerts.md @@ -68,7 +68,7 @@ Add an icon to your alert modal to make it more user-friendly and help users eas ## Alert with avatar -Add an avatar to your alert modal to make it more personalised. +Add an avatar to your alert modal to make it more personalized. {% capture code %} {% for variant in site.variants %} diff --git a/pages/_docs/avatars.md b/pages/_docs/avatars.md index f61e5f83a..c0a7f9e9c 100644 --- a/pages/_docs/avatars.md +++ b/pages/_docs/avatars.md @@ -1,12 +1,14 @@ --- title: Avatars menu: docs.avatars -description: Create and group avatars of various shapes and sizes with one component. +description: Avatars help customise various elements of a user interface and make the product experience more personalised. They are often used in communication apps, collaboration tools and social media. --- ## Default markup +Use the `avatar` class to add an avatar to your interface design for greater customisation. + {% capture code %} {% include ui/avatar.html person-id=1 %} {% include ui/avatar.html person-id=2 %} @@ -17,7 +19,7 @@ description: Create and group avatars of various shapes and sizes with one compo ## Avatar image -Set an image as the background. +Set an image as the background to make users easy to indentify and create a personalised experience. {% capture code %} {% include ui/avatar.html person-id=1 %} @@ -29,7 +31,7 @@ Set an image as the background. ## Initials -You can easily use initials instead of images. +You can also use initials instead of pictures. {% capture code %} {% include ui/avatar.html placeholder="AB" %} @@ -43,7 +45,7 @@ You can easily use initials instead of images. ## Avatar icons -You can also use icons in avatars. +Apart from pictures and initials, you can also use icons to make the avatars more universal. {% capture code %} {% include ui/avatar.html icon="user" %} @@ -69,7 +71,7 @@ Customize the color of the avatars' background. You can click [here]({% docs_url ## Avatar size -Using Bootstrap’s typical naming structure, you can create a standard avatar, or scale it up to different sizes based on what’s needed. +Using Bootstrap’s typical naming structure, you can create a standard avatar or scale it up or down to different sizes based on what you need. {% capture code %} {% include ui/avatar.html person-id=10 size="xl" %} @@ -83,7 +85,7 @@ Using Bootstrap’s typical naming structure, you can create a standard avatar, ## Avatar status -Add an online or offline status indicator to show user's availability. +Add a status indicator to your avatar to show, for instance, if a users is online or offline or indicate the number of messages they have received. {% capture code %} {% include ui/avatar.html person-id=11 %} @@ -98,7 +100,7 @@ Add an online or offline status indicator to show user's availability. ## Avatar shape -Change the shape of an avatar with the default Bootstrap image classes. +Change the shape of an avatar with the default Bootstrap image classes. You can make them round or square and change their border radius. {% capture code %} {% include ui/avatar.html person-id=17 %} @@ -112,7 +114,7 @@ Change the shape of an avatar with the default Bootstrap image classes. ## Avatars list -You can easily create a list of avatars. +Create a list of avatars within one parent container. {% capture code %} {% include ui/avatar-list.html %} @@ -122,7 +124,7 @@ You can easily create a list of avatars. ## Stacked list -Make the list stack when it reaches a certain length. +Make the list stack once a certain number of avatars is reached to make it look clear and display well regardless of the screen size. {% capture code %}
diff --git a/pages/_docs/badges.md b/pages/_docs/badges.md index d54f7eada..748b3cc29 100644 --- a/pages/_docs/badges.md +++ b/pages/_docs/badges.md @@ -8,7 +8,7 @@ bootstrap-link: components/badge/ ## Default markup -The default badges are square and come in the basic set of colours. +The default badges are square and come in the basic set of colors. {% capture code %} {% for color in site.colors %} @@ -30,9 +30,9 @@ Use the `.bagde-pill` class if you want to create a badge with rounded corners. {% include example.html code=code centered=true %} -## Soft colour badges +## Soft color badges -You can create a soft colour variant of a corresponding contextual badge variation, to make it look more subtle. Click [here]({% docs_url colors %}) to see the list of available colours and choose ones that best suit your design. +You can create a soft colour variant of a corresponding contextual badge variation, to make it look more subtle. Click [here]({% docs_url colors %}) to see the list of available colors and choose ones that best suit your design. {% capture code %} {% for color in site.colors %} @@ -68,7 +68,7 @@ Leave the HTML element empty if you want to create badges without any text. Empt ### Badge add-ons -Add the `.badge-addon` class to create an add-on that will customise your badge and make it more noticeable. You can use any colour variants and combine them as you see fit. +Add the `.badge-addon` class to create an add-on that will customize your badge and make it more noticeable. You can use any color variants and combine them as you see fit. {% capture code %} {% include ui/badge.html text="task" color="green" addon="finished" %} @@ -80,7 +80,7 @@ Add the `.badge-addon` class to create an add-on that will customise your badge ### Badge avatars -Create the `.badge-avatar` class to add an avatar that will make a badge more personalised. +Create the `.badge-avatar` class to add an avatar that will make a badge more personalized. {% capture code %} {% include ui/badge.html person-id=1 color="blue" %} diff --git a/pages/_docs/breadcrumb.md b/pages/_docs/breadcrumb.md index 40a128c78..d39332e18 100644 --- a/pages/_docs/breadcrumb.md +++ b/pages/_docs/breadcrumb.md @@ -38,7 +38,7 @@ If you wish to use different separators, modify the `$breadcrumb-variants` varia ## Alternate version -Use the `breadcrumb-alternate` class to make the breadcrumb colours more neutral, retaining its function of showing the current location within an interface. +Use the `breadcrumb-alternate` class to make the breadcrumb colors more neutral, retaining its function of showing the current location within an interface. {% capture code %} {% include ui/breadcrumb.html class="breadcrumb-alternate" %} diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md index b83d55841..abfcf5e21 100644 --- a/pages/_docs/buttons.md +++ b/pages/_docs/buttons.md @@ -1,7 +1,7 @@ --- title: Buttons icon: fe fe-plus-square -description: Use button styles that best suit your designs and encourage users to take the desired actions. You can customise the button's properties to improve the user experience of your website or system, changing the size, shape, colour and many more. +description: Use button styles that best suit your designs and encourage users to take the desired actions. You can customize the button's properties to improve the user experience of your website or system, changing the size, shape, color and many more. bootstrap-link: components/buttons/ done: true --- @@ -9,7 +9,7 @@ done: true ## Button tag -As one of the most common elements of UI design, buttons have a very important function of engaging users with your website or system and guiding them in their actions. Use the `.btn` classes with the `