From 256cbdbd0264c680c8f75677b1f88b60b40c448a Mon Sep 17 00:00:00 2001 From: JotaChina Date: Sat, 13 Dec 2025 20:06:07 -0300 Subject: [PATCH] Teste de filtros de projetos --- index.md | 1 + pages/projetos.md | 276 +++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 250 insertions(+), 27 deletions(-) diff --git a/index.md b/index.md index 700709a3..812b2ed7 100755 --- a/index.md +++ b/index.md @@ -5,6 +5,7 @@ title: MMPSearch
+
{% include sidebar.html %}
diff --git a/pages/projetos.md b/pages/projetos.md index 8558b03d..617f7837 100755 --- a/pages/projetos.md +++ b/pages/projetos.md @@ -20,13 +20,51 @@ permalink: /projetos/
-
+
+
+
+ + + Filtro IA: + +
+ +
+
+ +
+
+ +
+
+
+ + + +
+
+
+ +
+
+
+
+
+
+
{% assign project_pages = site.pages | where_exp: "page", "page.path contains 'projetos/'" | sort: "title" %} {% for page in project_pages %} {% if page.url != '/projetos/' %} -
+
@@ -43,15 +81,15 @@ permalink: /projetos/

{% if page.bpm %} -
+
🎵 {{ page.bpm }} BPM
{% else %} -
+
{% endif %} - +
{% if page.tags %} @@ -204,10 +242,26 @@ permalink: /projetos/ border-color: #3273dc !important; transform: translateY(-1px); } + /* Estilo para os botões de filtro */ + #genre-filters .button { + margin-bottom: 0.5rem; + transition: all 0.2s; + } + #genre-filters .button:not(.is-active) { + background-color: white; + border-color: #dbdbdb; + color: #363636; + } + #genre-filters .button.is-active { + box-shadow: 0 2px 4px rgba(0,0,0,0.2); + } + \ No newline at end of file