mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-09-22 11:35:33 -05:00
temp
This commit is contained in:
@@ -98,6 +98,12 @@ function backButton() {
|
||||
goto(path.substring(1), { push: false });
|
||||
}
|
||||
|
||||
function toggleFeatureProject(header) {
|
||||
const panel = header.closest(".feature-project");
|
||||
const expanded = panel.classList.toggle("expanded");
|
||||
header.setAttribute("aria-expanded", expanded ? "true" : "false");
|
||||
}
|
||||
|
||||
function activeSkill(obj) {
|
||||
let skill = obj.closest(".skill");
|
||||
if (skill.classList.contains("activeSkill")) {
|
||||
|
||||
Reference in New Issue
Block a user