Skip to content

Commit 80aeff8

Browse files
committed
updated toolkit page nav
1 parent b5f2385 commit 80aeff8

File tree

1 file changed

+43
-36
lines changed

1 file changed

+43
-36
lines changed

src/pages/toolkit.astro

Lines changed: 43 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ const toolkitTools = (await getCollection("toolkit")).sort(
3030
aria-label="Tabs"
3131
role="tablist"
3232
>
33+
34+
<!-- Collaboration and engagement -->
3335
<button
3436
type="button"
35-
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800 active"
36-
id="tabs-with-card-item-1"
37-
data-hs-tab="#tabs-with-card-1"
38-
aria-controls="tabs-with-card-1"
37+
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800"
38+
id="tabs-with-card-item-5"
39+
data-hs-tab="#tabs-with-card-5"
40+
aria-controls="tabs-with-card-5"
3941
role="tab"
4042
>
4143
<svg
@@ -50,33 +52,30 @@ const toolkitTools = (await getCollection("toolkit")).sort(
5052
stroke-linecap="round"
5153
stroke-linejoin="round"
5254
><path
53-
d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"
54-
></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path
55-
d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path
56-
d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"
57-
></path><path
58-
d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"
59-
></path></svg
55+
d="m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z"
56+
></path><path d="M5 3v4"></path><path d="M19 17v4"></path><path
57+
d="M3 5h4"></path><path d="M17 19h4"></path></svg
6058
>
6159
<span class="mt-5">
6260
<span
6361
class="hs-tab-active:text-blue-800 block font-semibold text-gray-800 dark:hs-tab-active:text-blue-500 dark:text-neutral-200"
64-
>User Research</span
62+
>Collaboration and Engagement</span
6563
>
6664
<span
6765
class="hidden lg:block mt-2 text-gray-800 dark:text-neutral-200"
68-
>Methods and tools for understanding user needs, behaviors, and
69-
pain points.</span
66+
>Methods for facilitating collaboration and communication among
67+
diverse stakeholders.</span
7068
>
7169
</span>
7270
</button>
7371

72+
<!-- User Research -->
7473
<button
7574
type="button"
76-
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800"
77-
id="tabs-with-card-item-2"
78-
data-hs-tab="#tabs-with-card-2"
79-
aria-controls="tabs-with-card-2"
75+
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800 active"
76+
id="tabs-with-card-item-1"
77+
data-hs-tab="#tabs-with-card-1"
78+
aria-controls="tabs-with-card-1"
8079
role="tab"
8180
>
8281
<svg
@@ -102,22 +101,23 @@ const toolkitTools = (await getCollection("toolkit")).sort(
102101
<span class="mt-5">
103102
<span
104103
class="hs-tab-active:text-blue-800 block font-semibold text-gray-800 dark:hs-tab-active:text-blue-500 dark:text-neutral-200"
105-
>Design and Prototyping</span
104+
>User Research</span
106105
>
107106
<span
108107
class="hidden lg:block mt-2 text-gray-800 dark:text-neutral-200"
109-
>Techniques for visualising and creating interactive
110-
representations of data services and products.</span
108+
>Methods and tools for understanding user needs, behaviors, and
109+
pain points.</span
111110
>
112111
</span>
113112
</button>
114113

114+
<!-- Design and prototyping -->
115115
<button
116116
type="button"
117117
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800"
118-
id="tabs-with-card-item-3"
119-
data-hs-tab="#tabs-with-card-3"
120-
aria-controls="tabs-with-card-3"
118+
id="tabs-with-card-item-2"
119+
data-hs-tab="#tabs-with-card-2"
120+
aria-controls="tabs-with-card-2"
121121
role="tab"
122122
>
123123
<svg
@@ -143,22 +143,23 @@ const toolkitTools = (await getCollection("toolkit")).sort(
143143
<span class="mt-5">
144144
<span
145145
class="hs-tab-active:text-blue-800 block font-semibold text-gray-800 dark:hs-tab-active:text-blue-500 dark:text-neutral-200"
146-
>Evaluation and Testing</span
146+
>Design and Prototyping</span
147147
>
148148
<span
149149
class="hidden lg:block mt-2 text-gray-800 dark:text-neutral-200"
150-
>Approaches for gathering feedback and assessing the usability
151-
and effectiveness of solutions.</span
150+
>Techniques for visualising and creating interactive
151+
representations of data services and products.</span
152152
>
153153
</span>
154154
</button>
155155

156+
<!-- Evaluation and testing -->
156157
<button
157158
type="button"
158159
class="hs-tab-active:bg-blue-100 hs-tab-active:hover:border-transparent w-full flex flex-col text-start hover:bg-blue-50 p-3 md:p-5 rounded-xl dark:hs-tab-active:bg-neutral-800 dark:hover:bg-neutral-800"
159-
id="tabs-with-card-item-5"
160-
data-hs-tab="#tabs-with-card-5"
161-
aria-controls="tabs-with-card-5"
160+
id="tabs-with-card-item-3"
161+
data-hs-tab="#tabs-with-card-3"
162+
aria-controls="tabs-with-card-3"
162163
role="tab"
163164
>
164165
<svg
@@ -173,22 +174,28 @@ const toolkitTools = (await getCollection("toolkit")).sort(
173174
stroke-linecap="round"
174175
stroke-linejoin="round"
175176
><path
176-
d="m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z"
177-
></path><path d="M5 3v4"></path><path d="M19 17v4"></path><path
178-
d="M3 5h4"></path><path d="M17 19h4"></path></svg
177+
d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"
178+
></path><path d="M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"></path><path
179+
d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"></path><path
180+
d="M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"
181+
></path><path
182+
d="M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"
183+
></path></svg
179184
>
180185
<span class="mt-5">
181186
<span
182187
class="hs-tab-active:text-blue-800 block font-semibold text-gray-800 dark:hs-tab-active:text-blue-500 dark:text-neutral-200"
183-
>Collaboration and Engagement</span
188+
>Evaluation and Testing</span
184189
>
185190
<span
186191
class="hidden lg:block mt-2 text-gray-800 dark:text-neutral-200"
187-
>Methods for facilitating collaboration and communication among
188-
diverse stakeholders.</span
192+
>Approaches for gathering feedback and assessing the usability
193+
and effectiveness of solutions.</span
189194
>
190195
</span>
191196
</button>
197+
198+
192199
</nav>
193200
<!-- End Tab Nav -->
194201

0 commit comments

Comments
 (0)