@@ -575,16 +575,17 @@ <h3 class="mb-4 text-2xl font-semibold">Starter</h3>
575575 < div class ="max-w-screen-xl px-4 pb-8 mx-auto lg:pb-24 lg:px-6 ">
576576 < h2
577577 class ="mb-6 text-3xl font-extrabold tracking-tight text-center text-gray-900 lg:mb-8 lg:text-3xl dark:text-white ">
578- Frequently asked questions </ h2 >
578+ Perguntas frequentes </ h2 >
579579 < div class ="max-w-screen-md mx-auto ">
580580 < div id ="accordion-flush " data-accordion ="collapse "
581581 data-active-classes ="bg-white dark:bg-gray-900 text-gray-900 dark:text-white "
582582 data-inactive-classes ="text-gray-500 dark:text-gray-400 ">
583583 < h3 id ="accordion-flush-heading-1 ">
584- < button type ="button "
585- class ="flex items-center justify-between w-full py-5 font-medium text-left text-gray-900 bg-white border-b border-gray-200 dark:border-gray-700 dark:bg-gray-900 dark:text-white "
586- data-accordion-target ="#accordion-flush-body-1 " aria-expanded ="true " aria-controls ="accordion-flush-body-1 ">
587- < span > Can I use Landwind in open-source projects?</ span >
584+ < button type ="button " (click) ="isOpen1 = !isOpen1 " [attr.aria-expanded] ="isOpen1 ? 'true' : 'false' "
585+ class ="flex items-center justify-between w-full py-5 font-medium text-left text-gray-900 bg-white border-b border-gray-200 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-400 "
586+ [ngClass] ="{'dark:text-gray-50': isOpen1} " data-accordion-target ="#accordion-flush-body-1 "
587+ aria-expanded ="true " aria-controls ="accordion-flush-body-1 ">
588+ < span > Como posso participar ou ate contribuir?</ span >
588589 < svg data-accordion-icon ="" class ="w-6 h-6 rotate-180 shrink-0 " fill ="currentColor " viewBox ="0 0 20 20 "
589590 xmlns ="http://www.w3.org/2000/svg ">
590591 < path fill-rule ="evenodd "
@@ -593,21 +594,20 @@ <h3 id="accordion-flush-heading-1">
593594 </ svg >
594595 </ button >
595596 </ h3 >
596- < div id ="accordion-flush-body-1 " class ="" aria-labelledby ="accordion-flush-heading-1 ">
597+ < div id ="accordion-flush-body-1 " [ngClass] ="{'hidden': !isOpen1} " class =""
598+ aria-labelledby ="accordion-flush-heading-1 ">
597599 < div class ="py-5 border-b border-gray-200 dark:border-gray-700 ">
598- < p class ="mb-2 text-gray-500 dark:text-gray-400 "> Landwind is an open-source library of interactive
599- components built on top of Tailwind CSS including buttons, dropdowns, modals, navbars, and more.</ p >
600- < p class ="text-gray-500 dark:text-gray-400 "> Check out this guide to learn how to < a href ="# "
601- class ="text-purple-600 dark:text-purple-500 hover:underline "> get started</ a > and start developing
602- websites even faster with components on top of Tailwind CSS.</ p >
600+ < p class ="mb-2 text-gray-500 dark:text-gray-400 "> Essa é fácil entre no nosso grupo e saiba mais < a
601+ class ="text-green-600 dark:text-green-500 hover:underline "> link</ a > </ p >
603602 </ div >
604603 </ div >
605604 < h3 id ="accordion-flush-heading-2 ">
606- < button type ="button "
605+ < button type ="button " (click) ="isOpen2 = !isOpen2 " [attr.aria-expanded] ="isOpen2 ? 'true' : 'false' "
606+ [ngClass] ="{'dark:text-gray-50': isOpen2} "
607607 class ="flex items-center justify-between w-full py-5 font-medium text-left text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400 "
608608 data-accordion-target ="#accordion-flush-body-2 " aria-expanded ="false "
609609 aria-controls ="accordion-flush-body-2 ">
610- < span > Is there a Figma file available ?</ span >
610+ < span > Quanto vai ter eventos, aulas ou palestra ?</ span >
611611 < svg data-accordion-icon ="" class ="w-6 h-6 shrink-0 " fill ="currentColor " viewBox ="0 0 20 20 "
612612 xmlns ="http://www.w3.org/2000/svg ">
613613 < path fill-rule ="evenodd "
@@ -616,21 +616,19 @@ <h3 id="accordion-flush-heading-2">
616616 </ svg >
617617 </ button >
618618 </ h3 >
619- < div id ="accordion-flush-body-2 " class =" hidden " aria-labelledby ="accordion-flush-heading-2 ">
619+ < div id ="accordion-flush-body-2 " [ngClass] =" {' hidden': !isOpen2} " aria-labelledby ="accordion-flush-heading-2 ">
620620 < div class ="py-5 border-b border-gray-200 dark:border-gray-700 ">
621- < p class ="mb-2 text-gray-500 dark:text-gray-400 "> Landwind is first conceptualized and designed using the
622- Figma software so everything you see in the library has a design equivalent in our Figma file.</ p >
623- < p class ="text-gray-500 dark:text-gray-400 "> Check out the < a href ="# "
624- class ="text-purple-600 dark:text-purple-500 hover:underline "> Figma design system</ a > based on the
625- utility classes from Tailwind CSS and components from Landwind.</ p >
621+ < p class ="mb-2 text-gray-500 dark:text-gray-400 "> Fique de olho no nosso grupo no discord é la que ocorre a
622+ maioria do < a eventos class ="text-green-600 dark:text-green-500 hover:underline "> Link</ a > .</ p >
626623 </ div >
627624 </ div >
628625 < h3 id ="accordion-flush-heading-3 ">
629- < button type ="button "
626+ < button type ="button " (click) ="isOpen3 = !isOpen3 " [attr.aria-expanded] ="isOpen3 ? 'true' : 'false' "
627+ [ngClass] ="{'dark:text-gray-50': isOpen3} "
630628 class ="flex items-center justify-between w-full py-5 font-medium text-left text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400 "
631629 data-accordion-target ="#accordion-flush-body-3 " aria-expanded ="false "
632630 aria-controls ="accordion-flush-body-3 ">
633- < span > What are the differences between Landwind and Tailwind UI ?</ span >
631+ < span > Pensamos em expandir a comunidade ?</ span >
634632 < svg data-accordion-icon ="" class ="w-6 h-6 shrink-0 " fill ="currentColor " viewBox ="0 0 20 20 "
635633 xmlns ="http://www.w3.org/2000/svg ">
636634 < path fill-rule ="evenodd "
@@ -639,23 +637,26 @@ <h3 id="accordion-flush-heading-3">
639637 </ svg >
640638 </ button >
641639 </ h3 >
642- < div id ="accordion-flush-body-3 " class ="hidden " aria-labelledby ="accordion-flush-heading-3 ">
640+ < div id ="accordion-flush-body-3 " [ngClass] ="{'hidden': !isOpen3} " class ="hidden "
641+ aria-labelledby ="accordion-flush-heading-3 ">
643642 < div class ="py-5 border-b border-gray-200 dark:border-gray-700 ">
644- < p class ="mb-2 text-gray-500 dark:text-gray-400 "> The main difference is that the core components from
645- Landwind are open source under the MIT license, whereas Tailwind UI is a paid product. Another difference
646- is that Landwind relies on smaller and standalone components, whereas Tailwind UI offers sections of
647- pages.</ p >
648- < p class ="mb-2 text-gray-500 dark:text-gray-400 "> However, we actually recommend using both Landwind,
643+ < p class ="mb-2 text-gray-500 dark:text-gray-400 "> A resposta é sim, queremos criar um ecossistema de
644+ comunidades de desenvolvedores na Amazonia. Dessa forma, não queremos apenas evangelizar nosso querido
645+ Java, mas mostrar o quão grande é esse guarda-chuva, incluindo Linux, JavaScript, AWS e muito mais além da
646+ sopa de letrinhas com devOps,Full-stack, Front-end, Back-end, Hacker... Depende apenas de nós colaborarmos
647+ mais e estarmos aptos para aprender e nos desenvolver. Afinal, uma comunidade não é comunidade se não
648+ pensar em seu próprio bando.</ p >
649+ <!-- <p class="mb-2 text-gray-500 dark:text-gray-400">However, we actually recommend using both Landwind,
649650 Landwind Pro, and even Tailwind UI as there is no technical reason stopping you from using the best of two
650651 worlds.</p>
651652 <p class="mb-2 text-gray-500 dark:text-gray-400">Learn more about these technologies:</p>
652653 <ul class="pl-5 text-gray-500 list-disc dark:text-gray-400">
653654 <li><a href="#" class="text-purple-600 dark:text-purple-500 hover:underline">Landwind Pro</a></li>
654655 <li><a href="#" class="text-purple-600 dark:text-purple-500 hover:underline">Tailwind UI</a></li>
655- </ ul >
656+ </ul> -->
656657 </ div >
657658 </ div >
658- < h3 id ="accordion-flush-heading-4 ">
659+ <!-- < h3 id="accordion-flush-heading-4">
659660 <button type="button"
660661 class="flex items-center justify-between w-full py-5 font-medium text-left text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400"
661662 data-accordion-target="#accordion-flush-body-4" aria-expanded="false"
@@ -684,7 +685,7 @@ <h3 id="accordion-flush-heading-4">
684685 <li><a href="#" class="text-purple-600 dark:text-purple-500 hover:underline">Tailwind UI</a></li>
685686 </ul>
686687 </div>
687- </ div >
688+ </div> -->
688689 </ div >
689690 </ div >
690691 </ div >
@@ -712,7 +713,16 @@ <h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-9
712713 </svg> -->
713714 <!-- <img class="me-3 w-7 h-7" src="../../../assets/discord-icon-svgrepo-com.svg" alt=""> -->
714715 < svg xmlns ="http://www.w3.org/2000/svg " width ="32 " height ="32 " fill ="currentColor "
715- class ="me-3 w-7 h-7 bi bi-discord " viewBox ="0 0 16 16 ">
716+ class =" me-3 w-7 h-7 bi bi-discord " style ="animation: spin 2.5s linear infinite;
717+
718+ @keyframes spin {
719+ from {
720+ transform: rotate(0deg);
721+ }
722+ to {
723+ transform: rotate(360deg);
724+ }
725+ } " viewBox ="0 0 16 16 ">
716726 < path
717727 d ="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0 8 8 0 0 0-.412-.833.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085 8 8 0 0 1-1.249.594.05.05 0 0 0-.03.03.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.2 13.2 0 0 0 4.001-2.02.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612 " />
718728 </ svg >
@@ -732,7 +742,7 @@ <h2 class="mb-4 text-3xl font-extrabold leading-tight tracking-tight text-gray-9
732742 <!-- <img class="me-3 w-7 h-7" src="../../../assets/whatsapp-svgrepo-com.svg" alt=""> -->
733743 <!-- <fa name="cog" animation="spin"></fa> -->
734744 < svg xmlns ="http://www.w3.org/2000/svg " width ="32 " height ="32 " fill ="currentColor "
735- class ="bi bi-whatsapp me-3 w-7 h-7 " viewBox ="0 0 16 16 ">
745+ class ="bi bi-whatsapp me-3 w-7 h-7 animate-bounce " viewBox ="0 0 16 16 ">
736746 < path
737747 d ="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232 " />
738748 </ svg >
0 commit comments