Compare commits

...

3 Commits

Author SHA1 Message Date
Brian Talbot
7e42f92ee2 syncing up 'Community & Support' label in sidebar.njk
* to match the updated title in resources/support.md
2025-11-14 17:33:14 -05:00
Brian Talbot
56a28f6b9b WIP - adding FAQs to support.md 2025-11-14 17:30:06 -05:00
Brian Talbot
52b0e0994e fixing typo in support.md 2025-11-14 16:50:20 -05:00
3 changed files with 33 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
{# Resources #}
<h2>Resources</h2>
<ul>
<li><a href="/docs/resources/support">Help & Support</a></li>
<li><a href="/docs/resources/support">Community & Support</a></li>
<li><a href="https://github.com/shoelace-style/webawesome/">Source Code</a></li>
<li>
<span class="wa-split">

View File

@@ -0,0 +1,15 @@
<section class="faqs wa-stack wa-gap-xs">
<wa-details icon-placement="start" name="general" summary="What is Web Awesome?" appearance="plain">
Web Awesome is primarily geared towards web builders with some front-end development experience. At its core, it's a design system toolkit — a collection of reusable bits and pieces to help snap together user interfaces with a consistent and customizable look and feel.
</wa-details>
<wa-details icon-placement="start" name="general" summary="What is Web Awesome?" appearance="plain">
Web Awesome is primarily geared towards web builders with some front-end development experience. At its core, it's a design system toolkit — a collection of reusable bits and pieces to help snap together user interfaces with a consistent and customizable look and feel.
</wa-details>
<wa-details icon-placement="start" name="general" summary="What is Web Awesome?" appearance="plain">
Web Awesome is primarily geared towards web builders with some front-end development experience. At its core, it's a design system toolkit — a collection of reusable bits and pieces to help snap together user interfaces with a consistent and customizable look and feel.
</wa-details>
</section>

View File

@@ -4,7 +4,18 @@ description: Web Awesome has a growing community of designers and developers tha
layout: page
---
<p>We know people have their own way of reaching out, so our team makes sure you can find us wherever you need — whether its filing an issue on GitHub, chatting with the community on Discord, or getting private help via email. If youre just getting started, dont miss our <a href="/docs/">Instillation Guide</a>.</p>
<style>
.faqs wa-details::part(header) {
padding-inline: var(--wa-space-0);
}
.faqs wa-details::part(content) {
padding-block-start: var(--wa-space-0);
padding-inline: var(--wa-space-0);
}
</style>
<p>We know people have their own way of reaching out, so our team makes sure you can find us wherever you need — whether its filing an issue on GitHub, chatting with the community on Discord, or getting private help via email. If youre just getting started, dont miss our <a href="/docs/">Installation Guide</a>.</p>
<wa-divider></wa-divider>
@@ -88,4 +99,9 @@ layout: page
</a>
</div>
<wa-divider></wa-divider>
## Frequently Asked Questions
{% include "support/faqs.njk" %}
</div>