Skip to content

Commit

Permalink
Fix the file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ngumokenneth committed Oct 25, 2023
1 parent f92499c commit f77f816
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions challenges/faq_accordion_card/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@
>
<div class="flex flex-col items-center justify-center overflow-hidden">
<img
src="images/illustration-woman-online-mobile.svg"
src="/images/illustration-woman-online-mobile.svg"
alt="illustration of a woman online"
class="absolute -top-24 w-52 lg:hidden"
/>
<img
src="images/bg-pattern-mobile.svg"
src="/images/bg-pattern-mobile.svg"
alt="background pattern"
class="lg:hidden"
/>
<img
src="images/illustration-woman-online-desktop.svg"
src="/images/illustration-woman-online-desktop.svg"
alt="woman online illustration"
class="hidden w-64 -translate-x-8 lg:block"
/>
<img
src="images/bg-pattern-desktop.svg"
src="/images/bg-pattern-desktop.svg"
alt="background pattern"
class="absolute -top-4 -left-24 hidden w-80 lg:block"
/>
<img
src="images/illustration-box-desktop.svg"
src="/images/illustration-box-desktop.svg"
alt="box image"
class="absolute -left-12 bottom-24 hidden w-28 lg:block"
/>
Expand All @@ -85,7 +85,7 @@ <h1 class="text-2xl font-bold">FAQ</h1>
>How many team members can I invite?</a
>
<img
src="images/icon-arrow-down.svg"
src="/images/icon-arrow-down.svg"
alt="down arrow icon"
:class="{'rotate-180': open = open}"
class="absolute right-0 flex"
Expand Down Expand Up @@ -114,7 +114,7 @@ <h1 class="text-2xl font-bold">FAQ</h1>
>What is the maximum file upload size?</a
>
<img
src="images/icon-arrow-down.svg"
src="/images/icon-arrow-down.svg"
alt="down arrow icon"
:class="{'rotate-180': open = open}"
class="absolute right-0 flex"
Expand Down Expand Up @@ -143,7 +143,7 @@ <h1 class="text-2xl font-bold">FAQ</h1>
>How do I reset my password?</a
>
<img
src="images/icon-arrow-down.svg"
src="/images/icon-arrow-down.svg"
alt="down arrow icon"
:class="{'rotate-180': open = open}"
class="absolute right-0 flex"
Expand Down Expand Up @@ -172,7 +172,7 @@ <h1 class="text-2xl font-bold">FAQ</h1>
>Can I cancel my subscription?</a
>
<img
src="images/icon-arrow-down.svg"
src="/images/icon-arrow-down.svg"
alt="down arrow icon"
:class="{'rotate-180': open = open}"
class="absolute right-0 flex"
Expand Down Expand Up @@ -201,7 +201,7 @@ <h1 class="text-2xl font-bold">FAQ</h1>
>Do you provide additional support?</a
>
<img
src="images/icon-arrow-down.svg"
src="/images/icon-arrow-down.svg"
alt="down arrow icon"
:class="{'rotate-180': open = open}"
class="absolute right-0 flex"
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit f77f816

Please sign in to comment.