Skip to content

Commit 80bf0cc

Browse files
committed
Few Page Removal and amking all page consistance
1 parent 75e225c commit 80bf0cc

47 files changed

Lines changed: 729 additions & 669 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/css/tailwind-input.css

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,11 @@
225225
z-index: 10100;
226226
}
227227

228-
.search-palette--embedded,
229-
body.search-palette-page .search-palette {
228+
.search-palette--embedded {
230229
@apply static opacity-100 pointer-events-auto pt-0 px-0 pb-0 max-w-3xl mx-auto;
231230
}
232231

233-
body.search-palette-page .search-palette__backdrop {
232+
.search-palette--embedded .search-palette__backdrop {
234233
@apply hidden;
235234
}
236235

@@ -252,8 +251,7 @@
252251
@apply scale-100;
253252
}
254253

255-
.search-palette--embedded .search-palette__dialog,
256-
body.search-palette-page .search-palette__dialog {
254+
.search-palette--embedded .search-palette__dialog {
257255
@apply max-h-none shadow-lg scale-100;
258256
}
259257

@@ -558,6 +556,18 @@
558556
@apply inline-flex items-center gap-2 px-3 py-1.5 text-xs font-medium text-slate-600 bg-white/80 border border-gray-200/80 rounded-full;
559557
}
560558

559+
.faq-filter.is-active {
560+
@apply border-brand/35 bg-brand/10 text-brand shadow-sm;
561+
}
562+
563+
.faq-filter:hover:not(.is-active) {
564+
@apply border-slate-300 bg-slate-50 text-slate-900;
565+
}
566+
567+
.faq-item[open] .faq-item__question {
568+
@apply text-brand;
569+
}
570+
561571
.browse-index__stat i {
562572
@apply text-base text-sky-600;
563573
}
@@ -1138,7 +1148,7 @@
11381148
}
11391149

11401150
.contact-form__actions {
1141-
@apply mt-7 flex flex-col gap-3 border-t border-slate-100 pt-6 sm:flex-row sm:items-center sm:justify-between;
1151+
@apply mt-7 flex flex-col-reverse gap-3 border-t border-slate-100 pt-6 sm:flex-row sm:items-center sm:justify-between;
11421152
}
11431153

11441154
.contact-submit {
@@ -1556,6 +1566,14 @@
15561566
@apply mx-auto mt-3 max-w-2xl text-base leading-relaxed text-slate-600 md:text-lg;
15571567
}
15581568

1569+
.home-why__intro--rich p {
1570+
@apply m-0;
1571+
}
1572+
1573+
.home-why__intro--rich p + p {
1574+
@apply mt-4;
1575+
}
1576+
15591577
.home-why__grid {
15601578
@apply shrink-0;
15611579
}

content-fr/browse/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ translationKey: "browse"
33
title: "Browse all categories"
44
description: "Free tools, games, and AI apps—organized by category. Pick a collection or jump to a hub."
55
keywords: ["browse tools", "tool categories", "free online tools", "codefrydev browse"]
6+
aliases:
7+
- /search/
68
---

content-fr/search/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content-hi/browse/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ translationKey: "browse"
33
title: "Browse all categories"
44
description: "Free tools, games, and AI apps—organized by category. Pick a collection or jump to a hub."
55
keywords: ["browse tools", "tool categories", "free online tools", "codefrydev browse"]
6+
aliases:
7+
- /search/
68
---

content-hi/search/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content-ja/browse/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ translationKey: "browse"
33
title: "Browse all categories"
44
description: "Free tools, games, and AI apps—organized by category. Pick a collection or jump to a hub."
55
keywords: ["browse tools", "tool categories", "free online tools", "codefrydev browse"]
6+
aliases:
7+
- /search/
68
---

content-ja/search/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/about/users/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
translationKey: "about-users"
33
title: "Members"
4+
description: "Developers, designers, and contributors who build and maintain CodeFryDev."
45
layout: "users/list"
56
---

content/browse/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ title: "Browse all categories"
44
url: /browse/
55
description: "Free tools, games, and AI apps—organized by category. Pick a collection or jump to a hub."
66
keywords: ["browse tools", "tool categories", "free online tools", "codefrydev browse"]
7+
aliases:
8+
- /search/
79
---

content/search/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)