Skip to content

Commit

Permalink
faq's changed
Browse files Browse the repository at this point in the history
Signed-off-by: Ritik Saxena <[email protected]>
  • Loading branch information
ritiksaxena124 committed Aug 19, 2023
1 parent 7348b36 commit d558826
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import styled from "styled-components";
export const Blog = styled.div`
img.badge-modal{
display: block;
margin: 0 auto;
max-width: 625px
}
div.badge-grid {
display: flex;
flex-wrap: wrap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Link } from "gatsby";
import Button from "../../../../reusecore/Button";
import Blockquote from "../../../../reusecore/Blockquote";
import { Blog } from "./blog.style";
import BadgesGH from "./badges-modal.webp"
import BadgesGH from "./badges-modal.png"

<BlogWrapper>
<Blog>
Expand Down Expand Up @@ -53,7 +53,7 @@ It does not matter if you are an experienced developer, a newbie figuring out yo

<p>To share your badges on other social profiles, utilize the provided embedded code and direct share functionality. Access your badges from the Layer5 Cloud profile badges section, and then use it to seamlessly post your achievements on social media platforms. This enables you to showcase your Layer5 contributions and milestones to a wider audience.</p>

<img src={BadgesGH} />
<img class="badge-modal" src={BadgesGH} />
<p />
<h2 align="center">Layer5 Badges</h2>

Expand Down Expand Up @@ -173,7 +173,7 @@ There is no set limit to the number of badges you can earn within the Layer5 Rec
To share your badges on other social profiles, utilize the provided embedded code and direct share functionality. Access your badges from the Layer5 Cloud profile badges section, and then use it to seamlessly post your achievements on social media platforms. This enables you to showcase your Layer5 contributions and milestones to a wider audience.

**How many badges are there?**
Our collection of badges consists of 22 in total and is divided into two subcategories: 'Achievement Badges' and 'Project'
Our collection of badges consists of the set that you see posted on this site. New badges are developed on occassion, so keep your eyes peeled for their emergence... or help us design a new one!

**Will there be other categories in the future?**
Yes, we aim to expand badge categories to recognize a broader range of achievements and contributions, fostering a more inclusive and diverse community.
Expand All @@ -182,8 +182,7 @@ Yes, we aim to expand badge categories to recognize a broader range of achieveme
Yes, incorporating Layer5 recognition badges into your résumé showcases your technical proficiency, commitment, and collaborative spirit, adding credibility to your open source contributions and skills.

**Can I design a badge?**
No, but Layer5 encourages collaboration and welcomes your ideas to enhance the badge design process and community engagement.

Yes, Layer5 encourages collaboration and welcomes your ideas to enhance the badge design process and community engagement.

</Blog>
</BlogWrapper>
Expand Down

0 comments on commit d558826

Please sign in to comment.